diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..eecafbf4 Binary files /dev/null and b/.DS_Store differ diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md new file mode 100644 index 00000000..1c6c32bc --- /dev/null +++ b/CONTRIBUTIONS.md @@ -0,0 +1,8 @@ +Rick Fisto +- [Fisto's Codex](https://www.gmbinder.com/share/-M-qA_FYgTwJjU8yFjjx) + +Heresy +- [Heritic's Guide to the Galaxy](https://www.gmbinder.com/share/-M815p5BfQ0wbdKY7zqN) + +Erikstormtrooper +- [Englibesh Font](http://www.erikstormtrooper.com/englibesh.htm) diff --git a/README.md b/README.md index 7edd985d..91b7e958 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,10 @@ may do this by cloning the repository or downloading a zip archive from the Code and content contributions are accepted. Please feel free to submit issues to the issue tracker or submit merge requests for code changes. Approval for such requests involves code and (if necessary) design review by The Dev Team. Please reach out on the SW5E Foundry Dev Discord with any questions. + +## Compatible Modules and Optimum Settings + +- DAE (Dynamic Active Effects) is needed for many automatic features. + - **Please enable: "Include active effects in special traits display" in "Configure Game Settings> Module Settings> Dynamic Active Effects".** +- Midi QoL is compatible with great features +- Token Action Hud has compatibility diff --git a/less/update/_variables-dark.less b/less/update/_variables-dark.less index 97cbfd1c..7a96aea3 100644 --- a/less/update/_variables-dark.less +++ b/less/update/_variables-dark.less @@ -1,146 +1,146 @@ -//override Primary Red -@colorRed: #E81111; -@colorDarkBg: #2b2b2b; -//Background -@primaryBackground: linear-gradient(90deg,#626262 0,#4d4d4d 30%,#4d4d4d 70%,#626262); - -//Typography -@headingColor: @colorRed; -@headerBorderColor: @colorBlue; -@bodyFontColor: white; -@linkColor: @colorRed; -@linkSecondaryColor: @colorPaleGray; - -@blockquoteBackground: @colorPaleRed; -@blockquoteBorder: @colorRed; -@blockquoteShadow: 0 0 20px rgba(@colorRed, 0.8); - -//forms -@inputBackgroundColor: @colorDarkGray; -@inputBorderNormal: @colorLightGray; -@inputBorderHover: @colorGray; -@inputBorderFocus: @colorRed; -@inputTextColor: white; - -@buttonBackground: @colorRed; -@buttonTextColor: white; -@buttonHoverBackground: lighten(@colorRed, 5); -@buttonSecondaryBackground: @colorLightGray; -@buttonSecondaryTextColor: white; -@buttonSecondaryHoverBackground: lighten(@colorLightGray, 5); - -//other bits -@hrColor: @colorBlue; -@tableTextColor: white; -@tableHeaderTextColor: @colorPaleGray; -@tableBackground: @colorGray; -@tableRowHoverBackground: lighten(@colorLightGray, 10); -@tableRowBorderColor: @colorLightGray; - -//universalColors -@windowHeaderBackground: @colorDarkBg; -@windowHeaderLinkColor: @colorRed; - -//Sidebar -@sidebarTabBackground: @windowHeaderBackground; -@sidebarTabLinkColor: @windowHeaderLinkColor; -@sidebarTabLinkUnderline: @colorRed; - -@chatBackground: @colorDarkGray; -@chatHeaderColor: @colorRed; -@chatHeaderBottomBorderColor: @colorBlue; -@chatNotificationColor: @colorBlue; -@cardButtonBorder: @colorLightGray; -@cardFooterBorder: @colorLightBlue; -@cardFooterSeparator: @colorPaleGray; - -@diceFormulaBackground: @colorGray; -@diceFormualColor: white; -@diceTotalBackground: @colorPaleRed; -@diceTotalBorder: @colorRed; -@diceTotalShadow: @colorRed; -@diceSuccessColor: @colorGreen; -@diceFailureColor: @colorRed; -@diceCriticalBackground: @colorPaleGreen; -@diceCriticalColor: @colorGreen; -@diceFumbleBackground: @colorPaleRed; -@diceFumbleColor: @colorRed; - -@altRowBackground: @colorGray; - -@combatRoundColor: @colorRed; -@combatRoundBorder: @colorBlue; -@combatCombatantControlColor: @colorPaleGray; -@combatCombatantControlColorActive: @colorRed; -@combatActiveCombatantColor: @colorBlue; -@combatTokenResourceColor: white; -@combatTokenResouceBorder: @colorLightGray; -@combatControlsBorder: @colorBlue; - -@folderSearchIconColor: @colorBlue; -@folderSubdirectoryBackground: @colorDarkBg; -@folderSubdirectoryBorder: @colorLightGray; -@directoryListItemBorder: @colorBlue; -@folderHeaderBackground: @colorDarkBg; -@folderHeaderColor: white; -@folderIconColor: @colorBlue; - -@entityBackgroundColor: @colorDarkBg; -@entityNameColor: @colorBlack; - -@sceneBorderColor: @colorBlue; -@sceneBackgroundColor: @colorDarkBg; - -@playlistBackgroundColor: @colorDarkBg; -@playlistHeaderBorder: @colorBlue; -@playlistSoundColor: @colorBlack; - -@compendiumEntityBackground: @colorDarkBg; -@compendiumStatusIcon: @colorLightGray; - -@foundryNavBgColor: rgba(@colorLightBlue, 0.4); -@foundryNavTextColor: white; -@foundryNavBorderColor: @colorBlue; -@foundryNavBgColorGM: @colorBlue; -@foundryNavBorderColorGM: @colorPaleBlue; -@foundryNavSceneLinkColor: white; -@foundryNavActiveBgColor: rgba(@colorRed, 0.6); -@foundryNavActiveBorderColor: lighten(@colorRed, 20); -@foundryNavActiveGlow: darken(@colorRed, 20); -@foundryNavContextShadow: darken(@colorBlue, 20); -@foundryNavContextBorderColor: @colorBlue; - -@foundryPlayersArrowColor: @colorLightGray; - -@actorPanelBgColor: white; -@actorNameColor: @colorRed; -@actorXPBarBorder: @colorGray; -@actorXPBarBackground: @colorPaleBlue; -@actorXPBarColor: @colorBlue; -@actorProficiencyTextColor: @colorGray; -@actorAttributeInputColor: @colorGray; -@actorSeparatorColor: @colorLightGray; -@actorAttributeButtonBorder: @colorPaleGray; -@actorAttributeButtonBorderHover: @colorRed; -@actorNavigationTabsColor: @colorGray; -@actorNavigationTabsActiveColor: @colorRed; -@actorNavigationTabsHoverBgColor: rgba(@colorGray, 0.1); -@actorNavigationTabsActiveHoverBgColor: rgba(@colorRed, 0.1); -@actorFilterBorderColor: @colorLightGray; -@actorFilterHoverColor: @colorRed; -@actorFilterActiveColor: @colorRed; -@actorGroupListHeaderBgColor: lighten(@colorPaleGray, 10); -@actorGroupListTitleBorderColor: @colorBlue; -@actorGroupListColumnBorderColor: @colorPaleGray; -@actorGroupListAltRowColor: lighten(@colorPaleGray, 10); -@actorItemRollableD20Color: @colorGray; -@actorItemRollableD20HoverColor: @colorRed; -@actorItemControlToggleColor: @colorLightGray; -@actorAbilityScoreColor: @colorGray; -@actorAbilityBorderColor: @colorPaleGray; -@actorSkillsAltRowColor: lighten(@colorPaleGray, 10); -@actorEncumbranceLabelBackground: @colorPaleGray; -@actorEncumbranceTextColor: @colorBlack; -@actorEncumbranceBorderColor: @colorBlack; -@actorEncumbranceBarBgColor: @colorPaleBlue; +//override Primary Red +@colorRed: #E81111; +@colorDarkBg: #2b2b2b; +//Background +@primaryBackground: linear-gradient(90deg,#626262 0,#4d4d4d 30%,#4d4d4d 70%,#626262); + +//Typography +@headingColor: @colorRed; +@headerBorderColor: @colorBlue; +@bodyFontColor: white; +@linkColor: @colorRed; +@linkSecondaryColor: @colorPaleGray; + +@blockquoteBackground: @colorPaleRed; +@blockquoteBorder: @colorRed; +@blockquoteShadow: 0 0 20px rgba(@colorRed, 0.8); + +//forms +@inputBackgroundColor: @colorDarkGray; +@inputBorderNormal: @colorLightGray; +@inputBorderHover: @colorGray; +@inputBorderFocus: @colorRed; +@inputTextColor: white; + +@buttonBackground: @colorRed; +@buttonTextColor: white; +@buttonHoverBackground: lighten(@colorRed, 5); +@buttonSecondaryBackground: @colorLightGray; +@buttonSecondaryTextColor: white; +@buttonSecondaryHoverBackground: lighten(@colorLightGray, 5); + +//other bits +@hrColor: @colorBlue; +@tableTextColor: white; +@tableHeaderTextColor: @colorPaleGray; +@tableBackground: @colorGray; +@tableRowHoverBackground: lighten(@colorLightGray, 10); +@tableRowBorderColor: @colorLightGray; + +//universalColors +@windowHeaderBackground: @colorDarkBg; +@windowHeaderLinkColor: @colorRed; + +//Sidebar +@sidebarTabBackground: @windowHeaderBackground; +@sidebarTabLinkColor: @windowHeaderLinkColor; +@sidebarTabLinkUnderline: @colorRed; + +@chatBackground: @colorDarkGray; +@chatHeaderColor: @colorRed; +@chatHeaderBottomBorderColor: @colorBlue; +@chatNotificationColor: @colorBlue; +@cardButtonBorder: @colorLightGray; +@cardFooterBorder: @colorLightBlue; +@cardFooterSeparator: @colorPaleGray; + +@diceFormulaBackground: @colorGray; +@diceFormualColor: white; +@diceTotalBackground: @colorPaleRed; +@diceTotalBorder: @colorRed; +@diceTotalShadow: @colorRed; +@diceSuccessColor: @colorGreen; +@diceFailureColor: @colorRed; +@diceCriticalBackground: @colorPaleGreen; +@diceCriticalColor: @colorGreen; +@diceFumbleBackground: @colorPaleRed; +@diceFumbleColor: @colorRed; + +@altRowBackground: @colorGray; + +@combatRoundColor: @colorRed; +@combatRoundBorder: @colorBlue; +@combatCombatantControlColor: @colorPaleGray; +@combatCombatantControlColorActive: @colorRed; +@combatActiveCombatantColor: @colorBlue; +@combatTokenResourceColor: white; +@combatTokenResouceBorder: @colorLightGray; +@combatControlsBorder: @colorBlue; + +@folderSearchIconColor: @colorBlue; +@folderSubdirectoryBackground: @colorDarkBg; +@folderSubdirectoryBorder: @colorLightGray; +@directoryListItemBorder: @colorBlue; +@folderHeaderBackground: @colorDarkBg; +@folderHeaderColor: white; +@folderIconColor: @colorBlue; + +@entityBackgroundColor: @colorDarkBg; +@entityNameColor: @colorBlack; + +@sceneBorderColor: @colorBlue; +@sceneBackgroundColor: @colorDarkBg; + +@playlistBackgroundColor: @colorDarkBg; +@playlistHeaderBorder: @colorBlue; +@playlistSoundColor: @colorBlack; + +@compendiumEntityBackground: @colorDarkBg; +@compendiumStatusIcon: @colorLightGray; + +@foundryNavBgColor: rgba(@colorLightBlue, 0.4); +@foundryNavTextColor: white; +@foundryNavBorderColor: @colorBlue; +@foundryNavBgColorGM: @colorBlue; +@foundryNavBorderColorGM: @colorPaleBlue; +@foundryNavSceneLinkColor: white; +@foundryNavActiveBgColor: rgba(@colorRed, 0.6); +@foundryNavActiveBorderColor: lighten(@colorRed, 20); +@foundryNavActiveGlow: darken(@colorRed, 20); +@foundryNavContextShadow: darken(@colorBlue, 20); +@foundryNavContextBorderColor: @colorBlue; + +@foundryPlayersArrowColor: @colorLightGray; + +@actorPanelBgColor: white; +@actorNameColor: @colorRed; +@actorXPBarBorder: @colorGray; +@actorXPBarBackground: @colorPaleBlue; +@actorXPBarColor: @colorBlue; +@actorProficiencyTextColor: @colorGray; +@actorAttributeInputColor: @colorGray; +@actorSeparatorColor: @colorLightGray; +@actorAttributeButtonBorder: @colorPaleGray; +@actorAttributeButtonBorderHover: @colorRed; +@actorNavigationTabsColor: @colorGray; +@actorNavigationTabsActiveColor: @colorRed; +@actorNavigationTabsHoverBgColor: rgba(@colorGray, 0.1); +@actorNavigationTabsActiveHoverBgColor: rgba(@colorRed, 0.1); +@actorFilterBorderColor: @colorLightGray; +@actorFilterHoverColor: @colorRed; +@actorFilterActiveColor: @colorRed; +@actorGroupListHeaderBgColor: lighten(@colorPaleGray, 10); +@actorGroupListTitleBorderColor: @colorBlue; +@actorGroupListColumnBorderColor: @colorPaleGray; +@actorGroupListAltRowColor: lighten(@colorPaleGray, 10); +@actorItemRollableD20Color: @colorGray; +@actorItemRollableD20HoverColor: @colorRed; +@actorItemControlToggleColor: @colorLightGray; +@actorAbilityScoreColor: @colorGray; +@actorAbilityBorderColor: @colorPaleGray; +@actorSkillsAltRowColor: lighten(@colorPaleGray, 10); +@actorEncumbranceLabelBackground: @colorPaleGray; +@actorEncumbranceTextColor: @colorBlack; +@actorEncumbranceBorderColor: @colorBlack; +@actorEncumbranceBarBgColor: @colorPaleBlue; @actorEncumbranceBarColor: @colorBlue; \ No newline at end of file diff --git a/less/update/_variables-light.less b/less/update/_variables-light.less index 12f86a38..0c62083b 100644 --- a/less/update/_variables-light.less +++ b/less/update/_variables-light.less @@ -1,143 +1,143 @@ -//Background -@primaryBackground: linear-gradient(90deg,#afc6d6 0,#d6d6d6 30%,#d6d6d6 70%,#afc6d6);// linear-gradient(90deg, @colorPaleBlue 0%, @colorPaleGray 30%, @colorPaleGray 70%, @colorPaleBlue); - -//Typography -@headingColor: @colorRed; -@headerBorderColor: @colorBlue; -@bodyFontColor: @colorBlack; -@linkColor: @colorRed; -@linkSecondaryColor: @colorGray; - -@blockquoteBackground: @colorPaleBlue; -@blockquoteBorder: @colorBlue; -@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8); - -//forms -@inputBackgroundColor: @colorGray; -@inputBorderNormal: @colorLightGray; -@inputBorderHover: @colorGray; -@inputBorderFocus: @colorRed; -@inputTextColor: @colorBlack; - -@buttonBackground: @colorRed; -@buttonTextColor: white; -@buttonHoverBackground: lighten(@colorRed, 5); -@buttonSecondaryBackground: @colorPaleGray; -@buttonSecondaryTextColor: @colorBlack; -@buttonSecondaryHoverBackground: lighten(@colorPaleGray, 5); - -//other bits -@hrColor: @colorBlue; -@tableTextColor: @colorBlack; -@tableHeaderTextColor: @colorLightGray; -@tableBackground: white; -@tableRowHoverBackground: lighten(@colorPaleGray, 10); -@tableRowBorderColor: @colorPaleGray; - -//universalColors -@windowHeaderBackground: white; -@windowHeaderLinkColor: @colorRed; - -//Sidebar -@sidebarTabBackground: @windowHeaderBackground; -@sidebarTabLinkColor: @windowHeaderLinkColor; -@sidebarTabLinkUnderline: @colorRed; - -@chatBackground: white; -@chatHeaderColor: @colorRed; -@chatHeaderBottomBorderColor: @colorBlue; -@chatNotificationColor: @colorBlue; -@cardButtonBorder: @colorLightGray; -@cardFooterBorder: @colorLightBlue; -@cardFooterSeparator: @colorPaleGray; - -@diceFormulaBackground: @colorPaleGray; -@diceFormualColor: @colorBlack; -@diceTotalBackground: @colorPaleBlue; -@diceTotalBorder: @colorBlue; -@diceTotalShadow: @colorBlue; -@diceSuccessColor: @colorGreen; -@diceFailureColor: @colorRed; -@diceCriticalBackground: @colorPaleGreen; -@diceCriticalColor: @colorGreen; -@diceFumbleBackground: @colorPaleRed; -@diceFumbleColor: @colorRed; - -@altRowBackground: @colorPaleBlue; - -@combatRoundColor: @colorRed; -@combatRoundBorder: @colorBlue; -@combatCombatantControlColor: @colorLightGray; -@combatCombatantControlColorActive: @colorDarkGray; -@combatActiveCombatantColor: @colorBlue; -@combatTokenResourceColor: @colorGray; -@combatTokenResouceBorder: @colorLightGray; -@combatControlsBorder: @colorBlue; - -@folderSearchIconColor: @colorBlue; -@folderSubdirectoryBackground: white; -@folderSubdirectoryBorder: @colorBlack; -@directoryListItemBorder: @colorBlue; -@folderHeaderBackground: white; -@folderHeaderColor: @colorBlack; -@folderIconColor: @colorBlue; - -@entityBackgroundColor: white; -@entityNameColor: @colorBlack; - -@sceneBorderColor: @colorBlue; -@sceneBackgroundColor: white; - -@playlistBackgroundColor: white; -@playlistHeaderBorder: @colorBlue; -@playlistSoundColor: @colorBlack; - -@compendiumEntityBackground: white; -@compendiumStatusIcon: @colorLightGray; - -@foundryNavBgColor: rgba(@colorLightBlue, 0.4); -@foundryNavTextColor: white; -@foundryNavBorderColor: @colorBlue; -@foundryNavBgColorGM: @colorBlue; -@foundryNavBorderColorGM: @colorPaleBlue; -@foundryNavSceneLinkColor: white; -@foundryNavActiveBgColor: rgba(@colorRed, 0.6); -@foundryNavActiveBorderColor: lighten(@colorRed, 20); -@foundryNavActiveGlow: darken(@colorRed, 20); -@foundryNavContextShadow: darken(@colorBlue, 20); -@foundryNavContextBorderColor: @colorBlue; - -@foundryPlayersArrowColor: @colorLightGray; - -@actorPanelBgColor: white; -@actorNameColor: @colorRed; -@actorXPBarBorder: @colorGray; -@actorXPBarBackground: @colorPaleBlue; -@actorXPBarColor: @colorBlue; -@actorProficiencyTextColor: @colorGray; -@actorAttributeInputColor: @colorGray; -@actorSeparatorColor: @colorLightGray; -@actorAttributeButtonBorder: @colorPaleGray; -@actorAttributeButtonBorderHover: @colorRed; -@actorNavigationTabsColor: @colorGray; -@actorNavigationTabsActiveColor: @colorRed; -@actorNavigationTabsHoverBgColor: rgba(@colorGray, 0.1); -@actorNavigationTabsActiveHoverBgColor: rgba(@colorRed, 0.1); -@actorFilterBorderColor: @colorLightGray; -@actorFilterHoverColor: @colorRed; -@actorFilterActiveColor: @colorRed; -@actorGroupListHeaderBgColor: lighten(@colorPaleGray, 10); -@actorGroupListTitleBorderColor: @colorBlue; -@actorGroupListColumnBorderColor: @colorPaleGray; -@actorGroupListAltRowColor: lighten(@colorPaleGray, 10); -@actorItemRollableD20Color: @colorGray; -@actorItemRollableD20HoverColor: @colorRed; -@actorItemControlToggleColor: @colorLightGray; -@actorAbilityScoreColor: @colorGray; -@actorAbilityBorderColor: @colorPaleGray; -@actorSkillsAltRowColor: lighten(@colorPaleGray, 10); -@actorEncumbranceLabelBackground: @colorPaleGray; -@actorEncumbranceTextColor: @colorBlack; -@actorEncumbranceBorderColor: @colorBlack; -@actorEncumbranceBarBgColor: @colorPaleBlue; +//Background +@primaryBackground: linear-gradient(90deg,#afc6d6 0,#d6d6d6 30%,#d6d6d6 70%,#afc6d6);// linear-gradient(90deg, @colorPaleBlue 0%, @colorPaleGray 30%, @colorPaleGray 70%, @colorPaleBlue); + +//Typography +@headingColor: @colorRed; +@headerBorderColor: @colorBlue; +@bodyFontColor: @colorBlack; +@linkColor: @colorRed; +@linkSecondaryColor: @colorGray; + +@blockquoteBackground: @colorPaleBlue; +@blockquoteBorder: @colorBlue; +@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8); + +//forms +@inputBackgroundColor: white; +@inputBorderNormal: @colorLightGray; +@inputBorderHover: @colorGray; +@inputBorderFocus: @colorRed; +@inputTextColor: @colorBlack; + +@buttonBackground: @colorRed; +@buttonTextColor: white; +@buttonHoverBackground: lighten(@colorRed, 5); +@buttonSecondaryBackground: @colorPaleGray; +@buttonSecondaryTextColor: @colorBlack; +@buttonSecondaryHoverBackground: lighten(@colorPaleGray, 5); + +//other bits +@hrColor: @colorBlue; +@tableTextColor: @colorBlack; +@tableHeaderTextColor: @colorLightGray; +@tableBackground: white; +@tableRowHoverBackground: lighten(@colorPaleGray, 10); +@tableRowBorderColor: @colorPaleGray; + +//universalColors +@windowHeaderBackground: white; +@windowHeaderLinkColor: @colorRed; + +//Sidebar +@sidebarTabBackground: @windowHeaderBackground; +@sidebarTabLinkColor: @windowHeaderLinkColor; +@sidebarTabLinkUnderline: @colorRed; + +@chatBackground: white; +@chatHeaderColor: @colorRed; +@chatHeaderBottomBorderColor: @colorBlue; +@chatNotificationColor: @colorBlue; +@cardButtonBorder: @colorLightGray; +@cardFooterBorder: @colorLightBlue; +@cardFooterSeparator: @colorPaleGray; + +@diceFormulaBackground: @colorPaleGray; +@diceFormualColor: @colorBlack; +@diceTotalBackground: @colorPaleBlue; +@diceTotalBorder: @colorBlue; +@diceTotalShadow: @colorBlue; +@diceSuccessColor: @colorGreen; +@diceFailureColor: @colorRed; +@diceCriticalBackground: @colorPaleGreen; +@diceCriticalColor: @colorGreen; +@diceFumbleBackground: @colorPaleRed; +@diceFumbleColor: @colorRed; + +@altRowBackground: @colorPaleBlue; + +@combatRoundColor: @colorRed; +@combatRoundBorder: @colorBlue; +@combatCombatantControlColor: @colorLightGray; +@combatCombatantControlColorActive: @colorDarkGray; +@combatActiveCombatantColor: @colorBlue; +@combatTokenResourceColor: @colorGray; +@combatTokenResouceBorder: @colorLightGray; +@combatControlsBorder: @colorBlue; + +@folderSearchIconColor: @colorBlue; +@folderSubdirectoryBackground: white; +@folderSubdirectoryBorder: @colorBlack; +@directoryListItemBorder: @colorBlue; +@folderHeaderBackground: white; +@folderHeaderColor: @colorBlack; +@folderIconColor: @colorBlue; + +@entityBackgroundColor: white; +@entityNameColor: @colorBlack; + +@sceneBorderColor: @colorBlue; +@sceneBackgroundColor: white; + +@playlistBackgroundColor: white; +@playlistHeaderBorder: @colorBlue; +@playlistSoundColor: @colorBlack; + +@compendiumEntityBackground: white; +@compendiumStatusIcon: @colorLightGray; + +@foundryNavBgColor: rgba(@colorLightBlue, 0.4); +@foundryNavTextColor: white; +@foundryNavBorderColor: @colorBlue; +@foundryNavBgColorGM: @colorBlue; +@foundryNavBorderColorGM: @colorPaleBlue; +@foundryNavSceneLinkColor: white; +@foundryNavActiveBgColor: rgba(@colorRed, 0.6); +@foundryNavActiveBorderColor: lighten(@colorRed, 20); +@foundryNavActiveGlow: darken(@colorRed, 20); +@foundryNavContextShadow: darken(@colorBlue, 20); +@foundryNavContextBorderColor: @colorBlue; + +@foundryPlayersArrowColor: @colorLightGray; + +@actorPanelBgColor: white; +@actorNameColor: @colorRed; +@actorXPBarBorder: @colorGray; +@actorXPBarBackground: @colorPaleBlue; +@actorXPBarColor: @colorBlue; +@actorProficiencyTextColor: @colorGray; +@actorAttributeInputColor: @colorGray; +@actorSeparatorColor: @colorLightGray; +@actorAttributeButtonBorder: @colorPaleGray; +@actorAttributeButtonBorderHover: @colorRed; +@actorNavigationTabsColor: @colorGray; +@actorNavigationTabsActiveColor: @colorRed; +@actorNavigationTabsHoverBgColor: rgba(@colorGray, 0.1); +@actorNavigationTabsActiveHoverBgColor: rgba(@colorRed, 0.1); +@actorFilterBorderColor: @colorLightGray; +@actorFilterHoverColor: @colorRed; +@actorFilterActiveColor: @colorRed; +@actorGroupListHeaderBgColor: lighten(@colorPaleGray, 10); +@actorGroupListTitleBorderColor: @colorBlue; +@actorGroupListColumnBorderColor: @colorPaleGray; +@actorGroupListAltRowColor: lighten(@colorPaleGray, 10); +@actorItemRollableD20Color: @colorGray; +@actorItemRollableD20HoverColor: @colorRed; +@actorItemControlToggleColor: @colorLightGray; +@actorAbilityScoreColor: @colorGray; +@actorAbilityBorderColor: @colorPaleGray; +@actorSkillsAltRowColor: lighten(@colorPaleGray, 10); +@actorEncumbranceLabelBackground: @colorPaleGray; +@actorEncumbranceTextColor: @colorBlack; +@actorEncumbranceBorderColor: @colorBlack; +@actorEncumbranceBarBgColor: @colorPaleBlue; @actorEncumbranceBarColor: @colorBlue; \ No newline at end of file diff --git a/less/update/components/actor-global.less b/less/update/components/actor-global.less index 5e58ba4b..907906f4 100644 --- a/less/update/components/actor-global.less +++ b/less/update/components/actor-global.less @@ -999,9 +999,6 @@ .russoOne(13px); border-bottom: none; } - // .power-dc { - // grid-column-start: 3; - // } } } .tab.biography { diff --git a/less/update/components/actor-themes.less b/less/update/components/actor-themes.less index 37373492..3f1aa997 100644 --- a/less/update/components/actor-themes.less +++ b/less/update/components/actor-themes.less @@ -1,417 +1,417 @@ -.panel { - background: @actorPanelBgColor; -} - -.sw5e.sheet .window-content { - color: @colorBlack; - background: linear-gradient(90deg,#afc6d6 0,#d6d6d6 30%,#d6d6d6 70%,#afc6d6); - input, - select { - color: @colorBlack; - &:hover { - border-color: @inputBorderHover; - } - - &:focus { - border-color: @inputBorderFocus; - } - } - - button { - - &:hover, - &:focus { - border-color: @inputBorderFocus; - } - } -} - -.sw5e.sheet.actor { - color: @colorBlack; - input, select, textarea { - &:hover { - border-color: @inputBorderFocus; - } - &:focus { - border-color: @inputBorderFocus; - } - } - .swalt-sheet { - section>h1 { - border-bottom: 2px solid @colorBlue; - } - - header { - - h1.character-name { - color: @actorNameColor; - - input[type="text"] { - color: @actorNameColor; - } - } - - .level-experience { - - .xpbar { - border: 1px solid @actorXPBarBorder; - background-color: @actorXPBarBackground; - - .bar { - background-color: @actorXPBarColor; - } - } - } - - .summary { - - input, - .proficiency { - color: @actorProficiencyTextColor; - } - } - - .attributes { - - .attribute-value, - .attribute-value input { - color: @actorAttributeInputColor; - } - - .attribute-value { - - .value-separator { - color: @actorSeparatorColor; - } - } - - footer { - button { - border: 1px solid @actorAttributeButtonBorder; - - &:hover { - color: @actorAttributeButtonBorderHover; - } - } - - &.hit-points, - &.hit-dice, - &.initiative { - button { - border: 1px solid @actorAttributeButtonBorder; - color: @colorRed; - - &:hover { - border-color: @actorAttributeButtonBorderHover; - } - } - - } - - } - } - } - - nav.sheet-navigation { - .item { - color: @actorNavigationTabsColor; - - &.active { - color: @actorNavigationTabsActiveColor; - border-bottom-color: @actorNavigationTabsActiveColor; - - &:hover { - background: @actorNavigationTabsHoverBgColor; - } - } - - &:hover { - background: @actorNavigationTabsHoverBgColor; - } - } - } - - .tab { - - .filter-list { - - .filter-item { - border-bottom: 2px solid @actorFilterBorderColor; - - &:hover { - color: @actorFilterHoverColor; - } - - &.active { - color: @actorFilterActiveColor; - border-bottom-color: @actorFilterActiveColor; - } - } - } - - .group-list-header { - background: @actorGroupListHeaderBgColor; - } - - .group-list-title { - border-bottom: 1px solid @actorGroupListTitleBorderColor; - } - - .group-list-header, - .group-list { - .item-detail { - border-left: 1px solid @actorGroupListColumnBorderColor; - } - } - - .group-list, - .group-list ol { - li.item { - &:nth-child(even) { - background-color: @actorGroupListAltRowColor; - } - - h4 { - color: @colorBlack; - } - - - .item-name { - - .item-image { - - &::before { - color: @actorItemRollableD20Color; - } - - } - - - &.rollable:hover { - - .item-image { - &:hover { - &::before { - color: @actorItemRollableD20HoverColor; - } - } - } - } - } - - .item-control { - &:hover { - color: @linkColor !important; - } - - &.item-toggle { - color: @actorItemControlToggleColor; - - &.active { - color: @colorBlack; - } - } - } - - } - } - - - - } - - - .tab.attributes { - .abilities { - - .scores { - li { - border: 1px solid @actorAbilityBorderColor; - - h2 { - &:hover { - color: @linkColor; - } - } - - .ability-score { - color: @actorAbilityScoreColor; - } - - .ability-modifiers { - - .ability-mod, - .ability-save { - border-color: @actorAbilityBorderColor; - } - - } - - } - } - - .skills { - li { - &:nth-child(even) { - background-color: @actorSkillsAltRowColor; - } - .proficiency-toggle { - color: @colorBlack; - } - - .skill-name { - &:hover { - color: @linkColor; - } - } - } - } - } - - .traits-resources { - nav { - button { - color: @actorNavigationTabsColor; - - &.active { - color: @actorNavigationTabsActiveColor; - border-bottom-color: @actorNavigationTabsActiveColor; - - &:hover { - background: @actorNavigationTabsActiveHoverBgColor; - } - } - - &:hover { - background: @actorNavigationTabsHoverBgColor; - } - - } - } - - section.traits { - .trait-selector { - i.fas { - color: @linkColor; - } - } - - .languages { - label { - &:hover { - color: @linkColor; - } - } - } - - - } - - section.resources { - .resource-items { - .resource { - h1 { - - input { - color: @headingColor; - border-bottom: 2px solid @headerBorderColor; - } - } - - .attribute-value, - .attribute-value input { - color: @actorAttributeInputColor; - } - - .attribute-value { - .value-separator { - color: @actorSeparatorColor; - } - - } - } - } - - .counters { - .counter { - h4 { - &.rollable { - &:hover { - color: @linkColor; - } - } - } - - - .death-success { - i { - color: @colorGreen; - } - } - - .death-fail { - i { - color: @colorRed; - } - } - } - } - } - } - } - - .tab.inventory { - .currency { - color: @headingColor; - } - - .encumbrance-wrapper { - .encumbrance-label { - background: @actorEncumbranceLabelBackground; - color: @actorEncumbranceTextColor; - border: 1px solid @actorEncumbranceBorderColor; - } - - .encumbrance { - background: @actorEncumbranceBarBgColor; - .encumbrance-bar { - background: @actorEncumbranceBarColor; - } - } - } - } - - - .tab.force-powerbook, - .tab.tech-powerbook { - .powercasting-ability { - label, - h3 { - color: @headingColor; - - span { - color: @colorBlack; - } - } - } - } - - .tab.notes { - section { - &>input { - color: @headingColor; - border-bottom: 2px solid @headerBorderColor; - } - } - } - } - &.npc { - .swalt-sheet { - header { - .experience { - color: @actorProficiencyTextColor; - } - } - } - } +.panel { + background: @actorPanelBgColor; +} + +.sw5e.sheet .window-content { + color: @colorBlack; + background: linear-gradient(90deg,#afc6d6 0,#d6d6d6 30%,#d6d6d6 70%,#afc6d6); + input, + select { + color: @colorBlack; + &:hover { + border-color: @inputBorderHover; + } + + &:focus { + border-color: @inputBorderFocus; + } + } + + button { + + &:hover, + &:focus { + border-color: @inputBorderFocus; + } + } +} + +.sw5e.sheet.actor { + color: @colorBlack; + input, select, textarea { + &:hover { + border-color: @inputBorderFocus; + } + &:focus { + border-color: @inputBorderFocus; + } + } + .swalt-sheet { + section>h1 { + border-bottom: 2px solid @colorBlue; + } + + header { + + h1.character-name { + color: @actorNameColor; + + input[type="text"] { + color: @actorNameColor; + } + } + + .level-experience { + + .xpbar { + border: 1px solid @actorXPBarBorder; + background-color: @actorXPBarBackground; + + .bar { + background-color: @actorXPBarColor; + } + } + } + + .summary { + + input, + .proficiency { + color: @actorProficiencyTextColor; + } + } + + .attributes { + + .attribute-value, + .attribute-value input { + color: @actorAttributeInputColor; + } + + .attribute-value { + + .value-separator { + color: @actorSeparatorColor; + } + } + + footer { + button { + border: 1px solid @actorAttributeButtonBorder; + + &:hover { + color: @actorAttributeButtonBorderHover; + } + } + + &.hit-points, + &.hit-dice, + &.initiative { + button { + border: 1px solid @actorAttributeButtonBorder; + color: @colorRed; + + &:hover { + border-color: @actorAttributeButtonBorderHover; + } + } + + } + + } + } + } + + nav.sheet-navigation { + .item { + color: @actorNavigationTabsColor; + + &.active { + color: @actorNavigationTabsActiveColor; + border-bottom-color: @actorNavigationTabsActiveColor; + + &:hover { + background: @actorNavigationTabsHoverBgColor; + } + } + + &:hover { + background: @actorNavigationTabsHoverBgColor; + } + } + } + + .tab { + + .filter-list { + + .filter-item { + border-bottom: 2px solid @actorFilterBorderColor; + + &:hover { + color: @actorFilterHoverColor; + } + + &.active { + color: @actorFilterActiveColor; + border-bottom-color: @actorFilterActiveColor; + } + } + } + + .group-list-header { + background: @actorGroupListHeaderBgColor; + } + + .group-list-title { + border-bottom: 1px solid @actorGroupListTitleBorderColor; + } + + .group-list-header, + .group-list { + .item-detail { + border-left: 1px solid @actorGroupListColumnBorderColor; + } + } + + .group-list, + .group-list ol { + li.item { + &:nth-child(even) { + background-color: @actorGroupListAltRowColor; + } + + h4 { + color: @colorBlack; + } + + + .item-name { + + .item-image { + + &::before { + color: @actorItemRollableD20Color; + } + + } + + + &.rollable:hover { + + .item-image { + &:hover { + &::before { + color: @actorItemRollableD20HoverColor; + } + } + } + } + } + + .item-control { + &:hover { + color: @linkColor !important; + } + + &.item-toggle { + color: @actorItemControlToggleColor; + + &.active { + color: @colorBlack; + } + } + } + + } + } + + + + } + + + .tab.attributes { + .abilities { + + .scores { + li { + border: 1px solid @actorAbilityBorderColor; + + h2 { + &:hover { + color: @linkColor; + } + } + + .ability-score { + color: @actorAbilityScoreColor; + } + + .ability-modifiers { + + .ability-mod, + .ability-save { + border-color: @actorAbilityBorderColor; + } + + } + + } + } + + .skills { + li { + &:nth-child(even) { + background-color: @actorSkillsAltRowColor; + } + .proficiency-toggle { + color: @colorBlack; + } + + .skill-name { + &:hover { + color: @linkColor; + } + } + } + } + } + + .traits-resources { + nav { + button { + color: @actorNavigationTabsColor; + + &.active { + color: @actorNavigationTabsActiveColor; + border-bottom-color: @actorNavigationTabsActiveColor; + + &:hover { + background: @actorNavigationTabsActiveHoverBgColor; + } + } + + &:hover { + background: @actorNavigationTabsHoverBgColor; + } + + } + } + + section.traits { + .trait-selector { + i.fas { + color: @linkColor; + } + } + + .languages { + label { + &:hover { + color: @linkColor; + } + } + } + + + } + + section.resources { + .resource-items { + .resource { + h1 { + + input { + color: @headingColor; + border-bottom: 2px solid @headerBorderColor; + } + } + + .attribute-value, + .attribute-value input { + color: @actorAttributeInputColor; + } + + .attribute-value { + .value-separator { + color: @actorSeparatorColor; + } + + } + } + } + + .counters { + .counter { + h4 { + &.rollable { + &:hover { + color: @linkColor; + } + } + } + + + .death-success { + i { + color: @colorGreen; + } + } + + .death-fail { + i { + color: @colorRed; + } + } + } + } + } + } + } + + .tab.inventory { + .currency { + color: @headingColor; + } + + .encumbrance-wrapper { + .encumbrance-label { + background: @actorEncumbranceLabelBackground; + color: @actorEncumbranceTextColor; + border: 1px solid @actorEncumbranceBorderColor; + } + + .encumbrance { + background: @actorEncumbranceBarBgColor; + .encumbrance-bar { + background: @actorEncumbranceBarColor; + } + } + } + } + + + .tab.force-powerbook, + .tab.tech-powerbook { + .powercasting-ability { + label, + h3 { + color: @headingColor; + + span { + color: @colorBlack; + } + } + } + } + + .tab.notes { + section { + &>input { + color: @headingColor; + border-bottom: 2px solid @headerBorderColor; + } + } + } + } + &.npc { + .swalt-sheet { + header { + .experience { + color: @actorProficiencyTextColor; + } + } + } + } } \ No newline at end of file diff --git a/less/update/components/forms-global.less b/less/update/components/forms-global.less index 9dc02f30..f5c1aee6 100644 --- a/less/update/components/forms-global.less +++ b/less/update/components/forms-global.less @@ -1,105 +1,105 @@ -input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea { - border-radius: 4px; - transition: all 0.3s; - &:hover { - box-shadow: none; - } - &:focus { - box-shadow: none; - } -} -input[type=range] { - -webkit-appearance: none; /* Hides the slider so that custom slider can be made */ - width: 100%; /* Specific width is required for Firefox. */ - background: transparent; /* Otherwise white in Chrome */ -} - -input[type=range]::-webkit-slider-thumb{ - -webkit-appearance: none; - background: @colorRed; - width: 12px; - height: 12px; - border-radius: 32px; - cursor: pointer; - box-shadow: none; -} -input[type=range]::-moz-range-thumb{ - -webkit-appearance: none; - background: @colorRed; - width: 12px; - height: 12px; - border-radius: 32px; - cursor: pointer; - box-shadow: none; -} -input[type=range]::-ms-thumb { - -webkit-appearance: none; - background: @colorRed; - width: 12px; - height: 12px; - border-radius: 32px; - cursor: pointer; - box-shadow: none; -} - -input[type=range]::-webkit-slider-runnable-track { - width: 100%; - height: 6px; - cursor: pointer; - background: @colorLightBlue; - border-radius: 4px; - border: 1px solid @colorBlue; - box-shadow: none; -} -input[type=range]:focus::-webkit-slider-runnable-track { - background: @colorBlue; -} -input[type=range]::-moz-range-track { - width: 100%; - height: 6px; - cursor: pointer; - background: @colorLightBlue; - border-radius: 4px; - border: 1px solid @colorBlue; - box-shadow: none; -} -input[type=range]::-ms-track { - width: 100%; - height: 6px; - cursor: pointer; - background: @colorLightBlue; - border-radius: 4px; - border: 1px solid @colorBlue; - box-shadow: none; -} -input[type=range]:focus { - outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ -} - -input[type=range]::-ms-track { - width: 100%; - cursor: pointer; - - /* Hides the slider so custom styles can be added */ - background: transparent; - border-color: transparent; - color: transparent; -} - -button, input[type="button"], input[type="submit"], input[type="reset"] { - .openSans(13px, 700); - text-align: center; - border: none; - border-radius: 4px; - cursor: pointer; - transition: all 0.3s; - &:hover, &:focus { - box-shadow: none; - } - &:disabled { - opacity: 0.6; - cursor: default; - - } - -} +input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea { + border-radius: 4px; + transition: all 0.3s; + &:hover { + box-shadow: none; + } + &:focus { + box-shadow: none; + } +} +input[type=range] { + -webkit-appearance: none; /* Hides the slider so that custom slider can be made */ + width: 100%; /* Specific width is required for Firefox. */ + background: transparent; /* Otherwise white in Chrome */ +} + +input[type=range]::-webkit-slider-thumb{ + -webkit-appearance: none; + background: @colorRed; + width: 12px; + height: 12px; + border-radius: 32px; + cursor: pointer; + box-shadow: none; +} +input[type=range]::-moz-range-thumb{ + -webkit-appearance: none; + background: @colorRed; + width: 12px; + height: 12px; + border-radius: 32px; + cursor: pointer; + box-shadow: none; +} +input[type=range]::-ms-thumb { + -webkit-appearance: none; + background: @colorRed; + width: 12px; + height: 12px; + border-radius: 32px; + cursor: pointer; + box-shadow: none; +} + +input[type=range]::-webkit-slider-runnable-track { + width: 100%; + height: 6px; + cursor: pointer; + background: @colorLightBlue; + border-radius: 4px; + border: 1px solid @colorBlue; + box-shadow: none; +} +input[type=range]:focus::-webkit-slider-runnable-track { + background: @colorBlue; +} +input[type=range]::-moz-range-track { + width: 100%; + height: 6px; + cursor: pointer; + background: @colorLightBlue; + border-radius: 4px; + border: 1px solid @colorBlue; + box-shadow: none; +} +input[type=range]::-ms-track { + width: 100%; + height: 6px; + cursor: pointer; + background: @colorLightBlue; + border-radius: 4px; + border: 1px solid @colorBlue; + box-shadow: none; +} +input[type=range]:focus { + outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ +} + +input[type=range]::-ms-track { + width: 100%; + cursor: pointer; + + /* Hides the slider so custom styles can be added */ + background: transparent; + border-color: transparent; + color: transparent; +} + +button, input[type="button"], input[type="submit"], input[type="reset"] { + .openSans(13px, 700); + text-align: center; + border: none; + border-radius: 4px; + cursor: pointer; + transition: all 0.3s; + &:hover, &:focus { + box-shadow: none; + } + &:disabled { + opacity: 0.6; + cursor: default; + + } + +} diff --git a/less/update/components/forms-themes.less b/less/update/components/forms-themes.less index 45ca5f2d..875c094c 100644 --- a/less/update/components/forms-themes.less +++ b/less/update/components/forms-themes.less @@ -1,53 +1,52 @@ -input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea { - border: 1px solid @inputBorderNormal; - color: @inputTextColor; - &:hover { - border-color: @inputBorderHover; - } - &:focus { - border-color: @inputBorderFocus; - } - &::placeholder { - color: @inputTextColor; - opacity: 0.5; - } - ::-ms-input-placeholder { /* Microsoft Edge */ - color: @inputTextColor; - opacity: 0.5; - } -} - -button, input[type="button"], input[type="submit"], input[type="reset"] { - background: @buttonBackground; - color: @buttonTextColor; - &:hover, &:focus { - background: @buttonHoverBackground; - } - &:disabled { - &:hover, &:focus { - background: @buttonBackground; - } - } - -} -input[type="reset"], button.secondary, button[type="reset"], input[type="button"].secondary, input[type="submit"].secondary { - background: @buttonSecondaryBackground; - color: @buttonSecondaryTextColor; - &:hover { - background: @buttonSecondaryHoverBackground; - } - &:disabled { - &:hover, &:focus { - background: @buttonSecondaryBackground; - } - } -} - -form { - button { - border: none; - } - .notes, .hint { - color: rgba(@bodyFontColor, 0.8); - } -} \ No newline at end of file +input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea { + border: 1px solid @inputBorderNormal; + &:hover { + border-color: @inputBorderHover; + } + &:focus { + border-color: @inputBorderFocus; + } + &::placeholder { + color: @inputTextColor; + opacity: 0.5; + } + ::-ms-input-placeholder { /* Microsoft Edge */ + color: @inputTextColor; + opacity: 0.5; + } +} + +button, input[type="button"], input[type="submit"], input[type="reset"] { + background: @buttonBackground; + color: @buttonTextColor; + &:hover, &:focus { + background: @buttonHoverBackground; + } + &:disabled { + &:hover, &:focus { + background: @buttonBackground; + } + } + +} +input[type="reset"], button.secondary, button[type="reset"], input[type="button"].secondary, input[type="submit"].secondary { + background: @buttonSecondaryBackground; + color: @buttonSecondaryTextColor; + &:hover { + background: @buttonSecondaryHoverBackground; + } + &:disabled { + &:hover, &:focus { + background: @buttonSecondaryBackground; + } + } +} + +form { + button { + border: none; + } + .notes, .hint { + color: rgba(@bodyFontColor, 0.8); + } +} diff --git a/less/update/components/foundry-app-window-themes.less b/less/update/components/foundry-app-window-themes.less index df745c7e..d16c88cf 100644 --- a/less/update/components/foundry-app-window-themes.less +++ b/less/update/components/foundry-app-window-themes.less @@ -1,76 +1,76 @@ -.window-app { - border-radius: 4px; - border: none; - .dropShadow2(); - & > header { - background: @windowHeaderBackground; - border-radius: 4px 4px 0 0; - border: none; - .dropShadow1(); - margin-bottom: 4px; - } - .window-content { - background: @primaryBackground; - color: @bodyFontColor; - footer { - margin-top: 8px; - } - } - &.minimized { - & > header, & > .window-header { - border: none; - border-radius: 4px; - margin: 0; - } - } -} - -#client-settings { - nav.tabs { - border: none; - font-size: 17px; - line-height: 1.6; - a.item { - border-bottom: 3px solid transparent; - color: @bodyFontColor; - &:hover { - text-decoration: none; - } - &.active { - text-shadow: none; - border-bottom-color: @sidebarTabLinkUnderline; - } - } - } - section.content { - border: none; - margin-top: 4px; - } -} - -.dialog-buttons { - margin-top: 8px; - button:last-child { - margin-right: 0; - } - button:not(.default) { - border: 1px solid @buttonBackground; - margin-right: 4px; - background: @buttonSecondaryBackground; - color: @buttonSecondaryTextColor; - &:hover { - background: @buttonSecondaryHoverBackground; - } - - } - button.normal.default { - border: none; - background: @buttonBackground; - color: @buttonTextColor; - &:hover { - background: @buttonHoverBackground; - } - } - - +.window-app { + border-radius: 4px; + border: none; + .dropShadow2(); + & > header { + background: @windowHeaderBackground; + border-radius: 4px 4px 0 0; + border: none; + .dropShadow1(); + margin-bottom: 4px; + } + .window-content { + background: @primaryBackground; + color: @bodyFontColor; + footer { + margin-top: 8px; + } + } + &.minimized { + & > header, & > .window-header { + border: none; + border-radius: 4px; + margin: 0; + } + } +} + +#client-settings { + nav.tabs { + border: none; + font-size: 17px; + line-height: 1.6; + a.item { + border-bottom: 3px solid transparent; + color: @bodyFontColor; + &:hover { + text-decoration: none; + } + &.active { + text-shadow: none; + border-bottom-color: @sidebarTabLinkUnderline; + } + } + } + section.content { + border: none; + margin-top: 4px; + } +} + +.dialog-buttons { + margin-top: 8px; + button:last-child { + margin-right: 0; + } + button:not(.default) { + border: 1px solid @buttonBackground; + margin-right: 4px; + background: @buttonSecondaryBackground; + color: @buttonSecondaryTextColor; + &:hover { + background: @buttonSecondaryHoverBackground; + } + + } + button.normal.default { + border: none; + background: @buttonBackground; + color: @buttonTextColor; + &:hover { + background: @buttonHoverBackground; + } + } + + } \ No newline at end of file diff --git a/less/update/components/foundry-nav-themes.less b/less/update/components/foundry-nav-themes.less index 890e1a26..fd4af78c 100644 --- a/less/update/components/foundry-nav-themes.less +++ b/less/update/components/foundry-nav-themes.less @@ -1,84 +1,84 @@ -#navigation { - #nav-toggle { - background: @foundryNavBgColor; - color: @foundryNavTextColor; - - transform: rotate(-90deg); - - } - .nav-item { - border: 1px solid @foundryNavBorderColor; - } - #scene-list { - .scene { - border: 1px solid @foundryNavBorderColor; - background: rgba(@foundryNavBgColor, 0.4); - a { - color: @foundryNavSceneLinkColor; - } - &.gm { - border: 1px solid @foundryNavBorderColorGM; - background: rgba(@foundryNavBgColorGM, 0.4); - } - &.view, &.context { - box-shadow: 0 0 8px @foundryNavContextShadow; - border-color: @foundryNavContextBorderColor; - } - &.active { - border-color: @foundryNavActiveBorderColor; - background: @foundryNavActiveBgColor; - box-shadow: 0 0 8px @foundryNavActiveGlow; - } - } - } -} -#controls { - .scene-control, .control-tool { - background: @foundryNavBgColor; - color: @foundryNavTextColor; - border: 1px solid @foundryNavBorderColor; - box-shadow: none; - &:hover { - background: @foundryNavBgColor; - box-shadow: 0 0 8px @foundryNavContextShadow; - } - &.active { - border-color: @foundryNavActiveBorderColor; - background: @foundryNavActiveBgColor; - box-shadow: 0 0 8px @foundryNavActiveGlow; - } - } -} -#players { - border: none; - border-radius: 4px; - h3 { - background: @sidebarTabBackground; - border: none; - margin: 0; - padding: 0 8px; - font-size: 17px; - line-height: 30px; - .dropShadow1(); - border-radius: 4px 4px 0 0; - .players-mode { - color: @foundryPlayersArrowColor; - } - } - ol { - margin: 4px 0; - .player-name.self { - color: inherit; - font-weight: 700; - } - .player { - color: @bodyFontColor; - } - .player-active { - margin-top: 7px; - &.active { - box-shadow: none; - } - } - } +#navigation { + #nav-toggle { + background: @foundryNavBgColor; + color: @foundryNavTextColor; + + transform: rotate(-90deg); + + } + .nav-item { + border: 1px solid @foundryNavBorderColor; + } + #scene-list { + .scene { + border: 1px solid @foundryNavBorderColor; + background: rgba(@foundryNavBgColor, 0.4); + a { + color: @foundryNavSceneLinkColor; + } + &.gm { + border: 1px solid @foundryNavBorderColorGM; + background: rgba(@foundryNavBgColorGM, 0.4); + } + &.view, &.context { + box-shadow: 0 0 8px @foundryNavContextShadow; + border-color: @foundryNavContextBorderColor; + } + &.active { + border-color: @foundryNavActiveBorderColor; + background: @foundryNavActiveBgColor; + box-shadow: 0 0 8px @foundryNavActiveGlow; + } + } + } +} +#controls { + .scene-control, .control-tool { + background: @foundryNavBgColor; + color: @foundryNavTextColor; + border: 1px solid @foundryNavBorderColor; + box-shadow: none; + &:hover { + background: @foundryNavBgColor; + box-shadow: 0 0 8px @foundryNavContextShadow; + } + &.active { + border-color: @foundryNavActiveBorderColor; + background: @foundryNavActiveBgColor; + box-shadow: 0 0 8px @foundryNavActiveGlow; + } + } +} +#players { + border: none; + border-radius: 4px; + h3 { + background: @sidebarTabBackground; + border: none; + margin: 0; + padding: 0 8px; + font-size: 17px; + line-height: 30px; + .dropShadow1(); + border-radius: 4px 4px 0 0; + .players-mode { + color: @foundryPlayersArrowColor; + } + } + ol { + margin: 4px 0; + .player-name.self { + color: inherit; + font-weight: 700; + } + .player { + color: @bodyFontColor; + } + .player-active { + margin-top: 7px; + &.active { + box-shadow: none; + } + } + } } \ No newline at end of file diff --git a/less/update/components/sidebar-global.less b/less/update/components/sidebar-global.less index 2f69aae7..9c5acbed 100644 --- a/less/update/components/sidebar-global.less +++ b/less/update/components/sidebar-global.less @@ -1,382 +1,382 @@ -#sidebar { - border: none; //1px solid @colorBlue; - &.collapsed { - #sidebar-tabs { - min-height: 370px; - justify-content: center; - & > .item.active { - border: none; - } - } - } -} - -#sidebar-tabs { - border: none; - box-shadow: none; - justify-content: space-between; - .dropShadow1(); - - .item { - font-size: 16px; - } - .item.active { - border: none; - box-shadow: none; - background: none; - text-shadow: none; - } - -} - -/*----------- -** Chat Tab ------------*/ - -#chat-log { - .chat-message { - border: none; - border-radius: 4px; - margin-bottom: 8px; - .dropShadow1(); - & > header { - color: @colorRed; - border-bottom: 2px solid @colorBlue; - margin-bottom: 4px; - span { - color: @colorBlack; - } - } - - } -} -.notification-pip { - color: @colorBlue; -} - -.sw5e.chat-card, -.midi-qol-item-card { - .card-header { - padding: 0; - border: none; - img { - flex: 0 0 36px; - margin-right: 4px; - } - - h3 { - flex: 1; - margin: 0; - line-height: 36px; - .russoOne(17px); - border-bottom: none; - &:hover { - text-shadow: none; - } - } - } - - .card-content { - margin: 4px 0; - - h3 { - font-size: 12px; - margin: 0; - font-weight: bold; - } - - > * { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - } - - .card-buttons { - margin: 4px 0; - - span { - display: block; - line-height: 28px; - text-align: center; - } - - button { - .openSans(13px, 700); - padding: 4px 0; - height: auto; - line-height: 1.6; - margin: 4px 0; - border: none; - border-radius: 4px; - &:hover, &:focus { - box-shadow: none; - } - } - } - - .card-footer { - padding: 4px 0 0; - - span { - padding: 0 4px 0 0; - font-size: 10px; - - &:last-child { - border-right: none; - padding-right: 0; - } - } - } -} -.dice-roll { - .dice-formula { - border: none; - box-shadow: none; - border-radius: 4px; - } - .dice-total { - border-radius: 0; - padding: 4px 0; - } -} -#chat-controls { - padding-top: 4px; -} -#chat-form textarea { - &:focus { - box-shadow: none; - outline: none; - } -} - -/*----------- -** Combat Tab ------------*/ -#combat { - h3 { - border: none; - } - - #combat-tracker { - li.combatant { - padding: 4px 0; - background: none; - .token-name { - text-shadow: none; - } - h4 { - color: @colorBlack; - } - .roll { - background: none; - &::before { - content: "\f6cf"; - .fontAwesome(); - font-size: 28px; - } - - } - - - .initiative { - text-shadow: none; - } - - &.hidden { - opacity: 0.5; - } - } - } - #combat-controls { - padding-top: 0; - } - } - -/* -** Folders -*/ -.sidebar-tab { -.directory-header { - margin-bottom: 4px; - .header-search { - position: relative; - i.fa-search { - position: absolute; - left: 8px; - } - input { - text-align: left; - padding-left: 22px; - &:focus { - box-shadow: none; - } - } - } -} -.subdirectory { - border: none; - margin-left: 8px; - min-height: 8px; - -} -.directory-list { - padding-bottom: 4px; - .folder { - & > .folder-header { - line-height: default; - padding: 0 0 0 8px; - position: relative; - border: none; - h3 { - padding: 8px 4px; - .openSans(13px, 700); - line-height: 1.6; - & > i { - margin-right: 4px; - } - } - a { - position: absolute; - top: 0; - right: 4px; - height: 100%; - padding: 0 4px; - i { - margin-top: 12px; - } - - &.create-folder { - right: 28px; - } - } - } - } - .directory-item img { - flex: 0 0 32px; - height: 32px; - width: 32px; - align-self: center; - } - .actor, .item, .journal, .table { - border: none; - .entity-name { - .openSans(13px, 700); - } - - } -} -} -#scenes { - .subdirectory { - border-left: none; - } - .scene { - border: none; - box-shadow: none; - position: relative; - height: 128px; - & + .scene { - margin-top: 4px; - } - &::after { - content: ''; - display: block; - width: 100%; - height: 99px; - position: absolute; - top: 28px; - left: 0; - } - h3 { - .openSans(13px, 700); - text-align: left; - text-shadow: none; - padding: 4px 4px 4px 12px; - line-height: 1.6; - position: absolute; - top: 0; - left: 0; - width: 100%; - } - } -} - -#playlists { - .directory-list { - padding: 0 8px; - li.playlist { - padding: 8px; - border-radius: 4px; - margin-bottom: 8px; - border-top: inherit; - .dropShadow1(); - .playlist-header { - text-decoration: none; - } - li.sound { - border: none; - h4 { - .openSans(13px, 400); - } - - } - } - } - -} -#compendium { - .compendium-entity { - margin: 0 4px; - padding: 8px; - .dropShadow1(); - border-radius: 4px; - border: none; - &+ .compendium-entity { - margin-top: 4px; - } - h3 { - background: none; - border: none; - .russoOne(17px); - padding: 0; - margin-bottom: 4px; - } - ol.compendium-list { - li.compendium-pack { - margin: 0; - padding: 4px; - border: none; - .pack-title { - margin: 0; - position: relative; - a { - .openSans(13px, 700); - i { - display: none; - } - } - .status-icons { - top: 4px; - font-size: 13px; - } - } - - } - } - } -} - -#settings { - h2 { - border: none; - margin: 0 8px; - padding: 0; - background: none; - } - #game-details, #settings-game, #settings-documentation, #settings-access { - padding: 0 8px; - margin: 0 0 8px; - } +#sidebar { + border: none; //1px solid @colorBlue; + &.collapsed { + #sidebar-tabs { + min-height: 370px; + justify-content: center; + & > .item.active { + border: none; + } + } + } +} + +#sidebar-tabs { + border: none; + box-shadow: none; + justify-content: space-between; + .dropShadow1(); + + .item { + font-size: 16px; + } + .item.active { + border: none; + box-shadow: none; + background: none; + text-shadow: none; + } + +} + +/*----------- +** Chat Tab +-----------*/ + +#chat-log { + .chat-message { + border: none; + border-radius: 4px; + margin-bottom: 8px; + .dropShadow1(); + & > header { + color: @colorRed; + border-bottom: 2px solid @colorBlue; + margin-bottom: 4px; + span { + color: @colorBlack; + } + } + + } +} +.notification-pip { + color: @colorBlue; +} + +.sw5e.chat-card, +.midi-qol-item-card { + .card-header { + padding: 0; + border: none; + img { + flex: 0 0 36px; + margin-right: 4px; + } + + h3 { + flex: 1; + margin: 0; + line-height: 36px; + .russoOne(17px); + border-bottom: none; + &:hover { + text-shadow: none; + } + } + } + + .card-content { + margin: 4px 0; + + h3 { + font-size: 12px; + margin: 0; + font-weight: bold; + } + + > * { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + } + } + + .card-buttons { + margin: 4px 0; + + span { + display: block; + line-height: 28px; + text-align: center; + } + + button { + .openSans(13px, 700); + padding: 4px 0; + height: auto; + line-height: 1.6; + margin: 4px 0; + border: none; + border-radius: 4px; + &:hover, &:focus { + box-shadow: none; + } + } + } + + .card-footer { + padding: 4px 0 0; + + span { + padding: 0 4px 0 0; + font-size: 10px; + + &:last-child { + border-right: none; + padding-right: 0; + } + } + } +} +.dice-roll { + .dice-formula { + border: none; + box-shadow: none; + border-radius: 4px; + } + .dice-total { + border-radius: 0; + padding: 4px 0; + } +} +#chat-controls { + padding-top: 4px; +} +#chat-form textarea { + &:focus { + box-shadow: none; + outline: none; + } +} + +/*----------- +** Combat Tab +-----------*/ +#combat { + h3 { + border: none; + } + + #combat-tracker { + li.combatant { + padding: 4px 0; + background: none; + .token-name { + text-shadow: none; + } + h4 { + color: @colorBlack; + } + .roll { + background: none; + &::before { + content: "\f6cf"; + .fontAwesome(); + font-size: 28px; + } + + } + + + .initiative { + text-shadow: none; + } + + &.hidden { + opacity: 0.5; + } + } + } + #combat-controls { + padding-top: 0; + } + } + +/* +** Folders +*/ +.sidebar-tab { +.directory-header { + margin-bottom: 4px; + .header-search { + position: relative; + i.fa-search { + position: absolute; + left: 8px; + } + input { + text-align: left; + padding-left: 22px; + &:focus { + box-shadow: none; + } + } + } +} +.subdirectory { + border: none; + margin-left: 8px; + min-height: 8px; + +} +.directory-list { + padding-bottom: 4px; + .folder { + & > .folder-header { + line-height: default; + padding: 0 0 0 8px; + position: relative; + border: none; + h3 { + padding: 8px 4px; + .openSans(13px, 700); + line-height: 1.6; + & > i { + margin-right: 4px; + } + } + a { + position: absolute; + top: 0; + right: 4px; + height: 100%; + padding: 0 4px; + i { + margin-top: 12px; + } + + &.create-folder { + right: 28px; + } + } + } + } + .directory-item img { + flex: 0 0 32px; + height: 32px; + width: 32px; + align-self: center; + } + .actor, .item, .journal, .table { + border: none; + .entity-name { + .openSans(13px, 700); + } + + } +} +} +#scenes { + .subdirectory { + border-left: none; + } + .scene { + border: none; + box-shadow: none; + position: relative; + height: 128px; + & + .scene { + margin-top: 4px; + } + &::after { + content: ''; + display: block; + width: 100%; + height: 99px; + position: absolute; + top: 28px; + left: 0; + } + h3 { + .openSans(13px, 700); + text-align: left; + text-shadow: none; + padding: 4px 4px 4px 12px; + line-height: 1.6; + position: absolute; + top: 0; + left: 0; + width: 100%; + } + } +} + +#playlists { + .directory-list { + padding: 0 8px; + li.playlist { + padding: 8px; + border-radius: 4px; + margin-bottom: 8px; + border-top: inherit; + .dropShadow1(); + .playlist-header { + text-decoration: none; + } + li.sound { + border: none; + h4 { + .openSans(13px, 400); + } + + } + } + } + +} +#compendium { + .compendium-entity { + margin: 0 4px; + padding: 8px; + .dropShadow1(); + border-radius: 4px; + border: none; + &+ .compendium-entity { + margin-top: 4px; + } + h3 { + background: none; + border: none; + .russoOne(17px); + padding: 0; + margin-bottom: 4px; + } + ol.compendium-list { + li.compendium-pack { + margin: 0; + padding: 4px; + border: none; + .pack-title { + margin: 0; + position: relative; + a { + .openSans(13px, 700); + i { + display: none; + } + } + .status-icons { + top: 4px; + font-size: 13px; + } + } + + } + } + } +} + +#settings { + h2 { + border: none; + margin: 0 8px; + padding: 0; + background: none; + } + #game-details, #settings-game, #settings-documentation, #settings-access { + padding: 0 8px; + margin: 0 0 8px; + } } \ No newline at end of file diff --git a/less/update/components/sidebar-themes.less b/less/update/components/sidebar-themes.less index 02ab20fe..324ac1a9 100644 --- a/less/update/components/sidebar-themes.less +++ b/less/update/components/sidebar-themes.less @@ -1,297 +1,298 @@ -#sidebar-tabs { - background: @sidebarTabBackground; - & > .collapse { - color: @sidebarTabLinkColor; - } - .item.active { - color: @sidebarTabLinkColor; - border-bottom: 3px solid @sidebarTabLinkUnderline; - } -} - -/*----------- -** Chat Tab ------------*/ - -#chat-log { - .chat-message { - background: @chatBackground; - color: @bodyFontColor; - & > header { - color: @chatHeaderColor; - border-bottom: 2px solid @chatHeaderBottomBorderColor; - span { - color: @bodyFontColor; - } - } - - } -} -.notification-pip { - color: @chatNotificationColor; -} - -.sw5e.chat-card, -.midi-qol-item-card { - - .card-header { - h3 { - color: @bodyFontColor; - &:hover { - color: @bodyFontColor; - } - } - } - - - .card-buttons { - span { - border: 1px solid @cardButtonBorder; - } - - } - - .card-footer { - border-top: 1px solid @cardFooterBorder; - - span { - border-right: 1px solid @cardFooterSeparator; - &:last-child { - border-right: none; - } - } - } -} -.dice-roll { - - .dice-formula { - background: @diceFormulaBackground; - color: @diceFormualColor; - box-shadow: none; - border-radius: 4px; - } - -.dice-total { - background: @diceTotalBackground; - border: 1px solid @diceTotalBorder; - box-shadow: 0 0 12px rgba(@diceTotalShadow,.8); - &.success { - color: @diceSuccessColor; - } - &.failure { - color: @diceFailureColor; - } - &.critical { - color: @diceCriticalColor; - background: @diceCriticalBackground; - box-shadow: 0 0 12px rgba(@diceCriticalColor,.5); - } - &.fumble { - color: @diceFumbleColor; - background: @diceFumbleBackground; - box-shadow: 0 0 12px rgba(@diceFumbleColor,.5); - } -} -} -#chat-controls { - .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; - } - label { - color: @bodyFontColor; - } - -} -#chat-form textarea { - background: #4f4f4f; - -} - -/*----------- -** Combat Tab ------------*/ -#combat { -#combat-round { - color: @combatRoundColor; - border-bottom: 2px solid @combatRoundColor; - .encounters { - h4 { - color: @combatRoundColor; - } - a { - color: @linkSecondaryColor; - &:hover { - color: @linkColor; - } - } - } -} - #combat-tracker { - //padding-top: 4px; - li.combatant { - color: @bodyFontColor; - &:nth-child(even) { - background: rgba(@altRowBackground, 0.5); - } - h4 { - color: @bodyFontColor - } - .roll { - color: @linkSecondaryColor; - &:hover { - color: @linkColor; - } - } - .combatant-control { - color: @combatCombatantControlColor; - &.active { - color: @combatCombatantControlColorActive; - } - } - .token-resource { - color: @combatTokenResourceColor; - border-right: 1px solid @combatTokenResouceBorder; - } - &.active { - color: @combatActiveCombatantColor; - .initiative, h4 { - color: @combatActiveCombatantColor; - } - } - &.hidden { - color: @bodyFontColor; - } - } - } - #combat-controls { - border-top: 1px solid @combatControlsBorder; - } -} - -/* -** Folders -*/ -.sidebar-tab { -.directory-header { - .header-search { - i.fa-search { - color: @folderSearchIconColor; - } - input { - background: @inputBackgroundColor; - } - } -} -.subdirectory { - background: @folderSubdirectoryBackground; - .folder { - border-left: 2px solid rgba(@folderSubdirectoryBorder, 0.4); - } -} -.directory-list { - li + li { - border-top: 1px solid @directoryListItemBorder; - } - .folder { - & > .folder-header { - background: @folderHeaderBackground; - h3 { - background: @folderHeaderBackground; - color: @folderHeaderColor; - & > i { - color: @folderIconColor; - } - } - a { - color: @linkSecondaryColor; - &:hover { - color: @linkColor; - } - } - } - &.collapsed > .folder-header { - background: @folderHeaderBackground; - } - & + .entity { - border-top: 1px solid @directoryListItemBorder; - } - } - - .actor, .item, .journal, .table { - background: @entityBackgroundColor; - .entity-name { - color: @entityNameColor; - } - &:nth-child(even) { - background: rgba(@altRowBackground, 0.3); - } - } -} -} -#scenes { - .scene { - border-top: 1px solid @sceneBorderColor; - border-left: 4px solid @sceneBorderColor; - &::after { - box-shadow: 0 0 20px @sceneBorderColor inset; - } - h3 { - background: @sceneBackgroundColor; - } - } -} - -#playlists { - .directory-list { - li.playlist { - background: @playlistBackgroundColor; - .playlist-header { - background: @playlistBackgroundColor; - color: @colorRed; - border-bottom: 2px solid @playlistHeaderBorder; - } - li.sound { - color: @playlistSoundColor; - - } - a.sound-control { - color: @linkColor; - } - } - } - -} -#compendium { - .compendium-entity { - background: @compendiumEntityBackground !important; - h3 { - border-bottom: 2px solid @headerBorderColor; - } - ol.compendium-list { - li.compendium-pack { - &:nth-child(even) { - background: rgba(@altRowBackground, 0.3); - } - .pack-title { - .status-icons { - color: @compendiumStatusIcon; - } - } - footer.compendium-footer { - color: @bodyFontColor; - } - } - } - } -} - -#settings { - h2 { - color: @headingColor; - border-bottom: 2px solid @headerBorderColor; - } - #game-details, #settings-game, #settings-documentation, #settings-access { - color: @bodyFontColor; - } +#sidebar-tabs { + background: @sidebarTabBackground; + & > .collapse { + color: @sidebarTabLinkColor; + } + .item.active { + color: @sidebarTabLinkColor; + border-bottom: 3px solid @sidebarTabLinkUnderline; + } +} + +/*----------- +** Chat Tab +-----------*/ + +#chat-log { + .chat-message { + background: @chatBackground; + color: @bodyFontColor; + & > header { + color: @chatHeaderColor; + border-bottom: 2px solid @chatHeaderBottomBorderColor; + span { + color: @bodyFontColor; + } + } + + } +} +.notification-pip { + color: @chatNotificationColor; +} + +.sw5e.chat-card, +.midi-qol-item-card { + + .card-header { + h3 { + color: @bodyFontColor; + &:hover { + color: @bodyFontColor; + } + } + } + + + .card-buttons { + span { + border: 1px solid @cardButtonBorder; + } + + } + + .card-footer { + border-top: 1px solid @cardFooterBorder; + + span { + border-right: 1px solid @cardFooterSeparator; + &:last-child { + border-right: none; + } + } + } +} +.dice-roll { + + .dice-formula { + background: @diceFormulaBackground; + color: @diceFormualColor; + box-shadow: none; + border-radius: 4px; + } + +.dice-total { + background: @diceTotalBackground; + border: 1px solid @diceTotalBorder; + box-shadow: 0 0 12px rgba(@diceTotalShadow,.8); + &.success { + color: @diceSuccessColor; + } + &.failure { + color: @diceFailureColor; + } + &.critical { + color: @diceCriticalColor; + background: @diceCriticalBackground; + box-shadow: 0 0 12px rgba(@diceCriticalColor,.5); + } + &.fumble { + color: @diceFumbleColor; + background: @diceFumbleBackground; + box-shadow: 0 0 12px rgba(@diceFumbleColor,.5); + } +} +} +#chat-controls { + .roll-type-select { + background: #a9a9a9; + color: #1C1C1C; + } + label { + color: @bodyFontColor; + } + +} +#chat-form textarea { + background: #a9a9a9; + color: #1C1C1C; + +} + +/*----------- +** Combat Tab +-----------*/ +#combat { +#combat-round { + color: @combatRoundColor; + border-bottom: 2px solid @combatRoundColor; + .encounters { + h4 { + color: @combatRoundColor; + } + a { + color: @linkSecondaryColor; + &:hover { + color: @linkColor; + } + } + } +} + #combat-tracker { + //padding-top: 4px; + li.combatant { + color: @bodyFontColor; + &:nth-child(even) { + background: rgba(@altRowBackground, 0.5); + } + h4 { + color: @bodyFontColor + } + .roll { + color: @linkSecondaryColor; + &:hover { + color: @linkColor; + } + } + .combatant-control { + color: @combatCombatantControlColor; + &.active { + color: @combatCombatantControlColorActive; + } + } + .token-resource { + color: @combatTokenResourceColor; + border-right: 1px solid @combatTokenResouceBorder; + } + &.active { + color: @combatActiveCombatantColor; + .initiative, h4 { + color: @combatActiveCombatantColor; + } + } + &.hidden { + color: @bodyFontColor; + } + } + } + #combat-controls { + border-top: 1px solid @combatControlsBorder; + } +} + +/* +** Folders +*/ +.sidebar-tab { +.directory-header { + .header-search { + i.fa-search { + color: @folderSearchIconColor; + } + input { + background: @inputBackgroundColor; + } + } +} +.subdirectory { + background: @folderSubdirectoryBackground; + .folder { + border-left: 2px solid rgba(@folderSubdirectoryBorder, 0.4); + } +} +.directory-list { + li + li { + border-top: 1px solid @directoryListItemBorder; + } + .folder { + & > .folder-header { + background: @folderHeaderBackground; + h3 { + background: @folderHeaderBackground; + color: @folderHeaderColor; + & > i { + color: @folderIconColor; + } + } + a { + color: @linkSecondaryColor; + &:hover { + color: @linkColor; + } + } + } + &.collapsed > .folder-header { + background: @folderHeaderBackground; + } + & + .entity { + border-top: 1px solid @directoryListItemBorder; + } + } + + .actor, .item, .journal, .table { + background: @entityBackgroundColor; + .entity-name { + color: @entityNameColor; + } + &:nth-child(even) { + background: rgba(@altRowBackground, 0.3); + } + } +} +} +#scenes { + .scene { + border-top: 1px solid @sceneBorderColor; + border-left: 4px solid @sceneBorderColor; + &::after { + box-shadow: 0 0 20px @sceneBorderColor inset; + } + h3 { + background: @sceneBackgroundColor; + } + } +} + +#playlists { + .directory-list { + li.playlist { + background: @playlistBackgroundColor; + .playlist-header { + background: @playlistBackgroundColor; + color: @colorRed; + border-bottom: 2px solid @playlistHeaderBorder; + } + li.sound { + color: @playlistSoundColor; + + } + a.sound-control { + color: @linkColor; + } + } + } + +} +#compendium { + .compendium-entity { + background: @compendiumEntityBackground !important; + h3 { + border-bottom: 2px solid @headerBorderColor; + } + ol.compendium-list { + li.compendium-pack { + &:nth-child(even) { + background: rgba(@altRowBackground, 0.3); + } + .pack-title { + .status-icons { + color: @compendiumStatusIcon; + } + } + footer.compendium-footer { + color: @bodyFontColor; + } + } + } + } +} + +#settings { + h2 { + color: @headingColor; + border-bottom: 2px solid @headerBorderColor; + } + #game-details, #settings-game, #settings-documentation, #settings-access { + color: @bodyFontColor; + } } \ No newline at end of file diff --git a/less/update/components/sidebar.less b/less/update/components/sidebar.less index 67dc2b9b..aa8b2905 100644 --- a/less/update/components/sidebar.less +++ b/less/update/components/sidebar.less @@ -1,500 +1,500 @@ -#sidebar { - border: none; //1px solid @colorBlue; -} - -#sidebar-tabs { - border: none; - box-shadow: none; - background: white; - .dropShadow1(); - & > .collapse { - color: @colorRed; - } - .item { - font-size: 16px; - } - .item.active { - color: @colorRed; - border: none; - border-bottom: 3px solid @colorRed; - box-shadow: none; - background: none; - text-shadow: none; - } -} - -/*----------- -** Chat Tab ------------*/ - -#chat-log { - .chat-message { - background: white; - border: none; - border-radius: 4px; - margin-bottom: 8px; - .dropShadow1(); - & > header { - color: @colorRed; - border-bottom: 2px solid @colorBlue; - margin-bottom: 4px; - span { - color: @colorBlack; - } - } - - } -} -.notification-pip { - color: @colorBlue; - text-shadow: none; - -} - -.sw5e.chat-card, -.midi-qol-item-card { - font-size: 13px; - - .card-header { - padding: 0; - border: none; - - img { - flex: 0 0 36px; - margin-right: 4px; - } - - h3 { - flex: 1; - margin: 0; - line-height: 36px; - .russoOne(17px); - color: @colorBlack; - &:hover { - color: @colorBlack; - text-shadow: none; - } - } - } - - .card-content { - margin: 4px 0; - - h3 { - font-size: 12px; - margin: 0; - font-weight: bold; - } - - > * { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - } - - .card-buttons { - margin: 4px 0; - - span { - display: block; - line-height: 28px; - text-align: center; - border: 1px solid @colorLightGray; - } - - button { - .openSans(13px, 700); - padding: 4px 0; - height: auto; - line-height: 1.6; - margin: 4px 0; - background: @colorRed; - border: none; - border-radius: 4px; - &:hover, &:focus { - background-color: lighten(@colorRed, 5); - box-shadow: none; - } - } - } - - .card-footer { - padding: 4px 0 0; - border-top: 1px solid @colorLightBlue; - - span { - border-right: 2px groove #FFF; - padding: 0 4px 0 0; - font-size: 10px; - - &:last-child { - border-right: none; - padding-right: 0; - } - } - } -} -.dice-roll { - -.dice-formula { - background: none; - border: none; -} -.dice-total { - background: @colorPaleBlue; - border: 1px solid @colorBlue; - border-radius: 0; - padding: 4px 0; - box-shadow: 0 0 12px rgba(@colorBlue,.5); - &.success { - color: inherit; - background: #c7d0c0; - border: 1px solid #006c00; - } - &.failure { - color: inherit; - background: #ffdddd; - border: 1px solid #6e0000; - } - &.critical { - color: @colorGreen; - background: @colorPaleGreen; - box-shadow: 0 0 12px rgba(@colorGreen,.5); - } - &.fumble { - color: red; - } -} -} -#chat-controls { - &.roll-type-select { - background: #4f4f4f; - color: #FFFFFF; - } - padding-top: 4px; - label { - color: @colorBlack; - } - -} -#chat-form textarea { - background: #4f4f4f; - &:focus { - box-shadow: none; - outline: none; - } -} - -/*----------- -** Combat Tab ------------*/ -#combat { -#combat-round { - color: @colorRed; - border-bottom: 2px solid @colorBlue; - .encounters { - h4 { - color: @colorRed; - } - a { - color: @colorGray; - &:hover { - color: @colorRed; - } - } - } -} - #combat-tracker { - //padding-top: 4px; - li.combatant { - padding: 4px 0; - color: @colorBlack; - background: none; - &:nth-child(even) { - background: rgba(@colorPaleBlue, 0.5); - } - h4 { - color: @colorBlack; - text-shadow: none; - } - .roll { - background: none; - color: @colorGray; - &::before { - content: "\f6cf"; - .fontAwesome(); - font-size: 28px; - } - &:hover { - color: @colorRed; - } - } - .combatant-control { - color: @colorLightGray; - text-shadow: none; - &.active { - color: @colorDarkGray; - } - } - .token-resource { - color: @colorGray; - border-right: 1px solid @colorLightGray; - } - .initiative { - text-shadow: none; - } - &.active { - color: @colorBlue; - .initiative, h4 { - color: @colorBlue; - } - } - &.hidden { - opacity: 0.5; - color: @colorBlack; - } - } - } - #combat-controls { - padding-top: 0; - border-top: 1px solid @colorBlue; - } -} - -/* -** Folders -*/ -.sidebar-tab { -.directory-header { - margin-bottom: 4px; - .header-search { - position: relative; - i.fa-search { - position: absolute; - left: 8px; - color: @colorBlue; - } - input { - text-align: left; - padding-left: 22px; - background: white; - &:focus { - box-shadow: none; - } - } - } -} -.subdirectory { - border: none; - margin-left: 8px; - background: white; - min-height: 8px; - .folder { - border-left: 2px solid rgba(@colorBlack, 0.4); - } -} -.directory-list { - padding-bottom: 4px; - li + li { - border-top: 1px solid @colorBlue; - } - .folder { - & > .folder-header { - line-height: default; - padding: 0 0 0 8px; - position: relative; - border: none; - background: white; - h3 { - padding: 8px 4px; - background: white; - color: @colorBlack; - .openSans(13px, 700); - line-height: 1.6; - & > i { - margin-right: 4px; - color: @colorBlue; - } - } - a { - position: absolute; - top: 0; - right: 4px; - height: 100%; - padding: 0 4px; - color: @colorLightGray; - &:hover { - color: @colorRed; - } - i { - margin-top: 12px; - } - - &.create-folder { - right: 28px; - } - } - } - &.collapsed > .folder-header { - background: white; - } - & + .entity { - border-top: 1px solid @colorBlue; - } - } - .directory-item img { - flex: 0 0 32px; - height: 32px; - width: 32px; - align-self: center; - } - .actor, .item, .journal, .table { - background: white; - border: none; - .entity-name { - .openSans(13px, 700); - color: @colorBlack; - } - &:nth-child(even) { - background: rgba(@colorPaleBlue, 0.3); - } - } -} -} -#scenes { - .subdirectory { - border-left: none; - } - .scene { - border: none; - border-top: 1px solid @colorBlue; - border-left: 4px solid @colorBlue; - box-shadow: none; - position: relative; - height: 128px; - //margin-bottom: 4px; - & + .scene { - margin-top: 4px; - } - &::after { - content: ''; - display: block; - width: 100%; - height: 99px; - position: absolute; - top: 28px; - left: 0; - box-shadow: 0 0 20px @colorBlue inset; - } - h3 { - .openSans(13px, 700); - text-align: left; - text-shadow: none; - padding: 4px 4px 4px 12px; - background: white; - line-height: 1.6; - position: absolute; - top: 0; - left: 0; - width: 100%; - } - } -} - -#playlists { - .directory-list { - padding: 0 8px; - li.playlist { - padding: 8px; - border-radius: 4px; - background: white; - margin-bottom: 8px; - border-top: inherit; - .dropShadow1(); - .playlist-header { - background: white; - color: @colorRed; - text-decoration: none; - border-bottom: 2px solid @colorBlue; - } - li.sound { - border: none; - color: @colorBlack; - h4 { - .openSans(13px, 400); - } - - } - a.sound-control { - color: @colorRed; - } - } - } - -} -#compendium { - .compendium-entity { - margin: 0 4px; - padding: 8px; - background: white !important; - .dropShadow1(); - border-radius: 4px; - border: none; - &+ .compendium-entity { - margin-top: 4px; - } - h3 { - border: none; - color: @colorRed; - border-bottom: 2px solid @colorBlue; - .russoOne(17px); - padding: 0; - margin-bottom: 4px; - } - ol.compendium-list { - li.compendium-pack { - margin: 0; - padding: 4px; - border: none; - &:nth-child(even) { - background: rgba(@colorPaleBlue, 0.3); - } - .pack-title { - margin: 0; - position: relative; - a { - .openSans(13px, 700); - i { - display: none; - } - } - .status-icons { - top: 4px; - color: @colorLightGray; - font-size: 13px; - } - } - footer.compendium-footer { - color: @colorBlack; - } - } - } - } -} - -#settings { - h2 { - color: @colorRed; - border: none; - border-bottom: 2px solid @colorBlue; - margin: 0 8px; - padding: 0; - } - #game-details, #settings-game, #settings-documentation, #settings-access { - padding: 0 8px; - margin: 0 0 8px; - color: @colorBlack; - } +#sidebar { + border: none; //1px solid @colorBlue; +} + +#sidebar-tabs { + border: none; + box-shadow: none; + background: white; + .dropShadow1(); + & > .collapse { + color: @colorRed; + } + .item { + font-size: 16px; + } + .item.active { + color: @colorRed; + border: none; + border-bottom: 3px solid @colorRed; + box-shadow: none; + background: none; + text-shadow: none; + } +} + +/*----------- +** Chat Tab +-----------*/ + +#chat-log { + .chat-message { + background: white; + border: none; + border-radius: 4px; + margin-bottom: 8px; + .dropShadow1(); + & > header { + color: @colorRed; + border-bottom: 2px solid @colorBlue; + margin-bottom: 4px; + span { + color: @colorBlack; + } + } + + } +} +.notification-pip { + color: @colorBlue; + text-shadow: none; + +} + +.sw5e.chat-card, +.midi-qol-item-card { + font-size: 13px; + + .card-header { + padding: 0; + border: none; + + img { + flex: 0 0 36px; + margin-right: 4px; + } + + h3 { + flex: 1; + margin: 0; + line-height: 36px; + .russoOne(17px); + color: @colorBlack; + &:hover { + color: @colorBlack; + text-shadow: none; + } + } + } + + .card-content { + margin: 4px 0; + + h3 { + font-size: 12px; + margin: 0; + font-weight: bold; + } + + > * { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + } + } + + .card-buttons { + margin: 4px 0; + + span { + display: block; + line-height: 28px; + text-align: center; + border: 1px solid @colorLightGray; + } + + button { + .openSans(13px, 700); + padding: 4px 0; + height: auto; + line-height: 1.6; + margin: 4px 0; + background: @colorRed; + border: none; + border-radius: 4px; + &:hover, &:focus { + background-color: lighten(@colorRed, 5); + box-shadow: none; + } + } + } + + .card-footer { + padding: 4px 0 0; + border-top: 1px solid @colorLightBlue; + + span { + border-right: 2px groove #FFF; + padding: 0 4px 0 0; + font-size: 10px; + + &:last-child { + border-right: none; + padding-right: 0; + } + } + } +} +.dice-roll { + +.dice-formula { + background: none; + border: none; +} +.dice-total { + background: @colorPaleBlue; + border: 1px solid @colorBlue; + border-radius: 0; + padding: 4px 0; + box-shadow: 0 0 12px rgba(@colorBlue,.5); + &.success { + color: inherit; + background: #c7d0c0; + border: 1px solid #006c00; + } + &.failure { + color: inherit; + background: #ffdddd; + border: 1px solid #6e0000; + } + &.critical { + color: @colorGreen; + background: @colorPaleGreen; + box-shadow: 0 0 12px rgba(@colorGreen,.5); + } + &.fumble { + color: red; + } +} +} +#chat-controls { + &.roll-type-select { + background: #4f4f4f; + color: #FFFFFF; + } + padding-top: 4px; + label { + color: @colorBlack; + } + +} +#chat-form textarea { + background: #4f4f4f; + &:focus { + box-shadow: none; + outline: none; + } +} + +/*----------- +** Combat Tab +-----------*/ +#combat { +#combat-round { + color: @colorRed; + border-bottom: 2px solid @colorBlue; + .encounters { + h4 { + color: @colorRed; + } + a { + color: @colorGray; + &:hover { + color: @colorRed; + } + } + } +} + #combat-tracker { + //padding-top: 4px; + li.combatant { + padding: 4px 0; + color: @colorBlack; + background: none; + &:nth-child(even) { + background: rgba(@colorPaleBlue, 0.5); + } + h4 { + color: @colorBlack; + text-shadow: none; + } + .roll { + background: none; + color: @colorGray; + &::before { + content: "\f6cf"; + .fontAwesome(); + font-size: 28px; + } + &:hover { + color: @colorRed; + } + } + .combatant-control { + color: @colorLightGray; + text-shadow: none; + &.active { + color: @colorDarkGray; + } + } + .token-resource { + color: @colorGray; + border-right: 1px solid @colorLightGray; + } + .initiative { + text-shadow: none; + } + &.active { + color: @colorBlue; + .initiative, h4 { + color: @colorBlue; + } + } + &.hidden { + opacity: 0.5; + color: @colorBlack; + } + } + } + #combat-controls { + padding-top: 0; + border-top: 1px solid @colorBlue; + } +} + +/* +** Folders +*/ +.sidebar-tab { +.directory-header { + margin-bottom: 4px; + .header-search { + position: relative; + i.fa-search { + position: absolute; + left: 8px; + color: @colorBlue; + } + input { + text-align: left; + padding-left: 22px; + background: white; + &:focus { + box-shadow: none; + } + } + } +} +.subdirectory { + border: none; + margin-left: 8px; + background: white; + min-height: 8px; + .folder { + border-left: 2px solid rgba(@colorBlack, 0.4); + } +} +.directory-list { + padding-bottom: 4px; + li + li { + border-top: 1px solid @colorBlue; + } + .folder { + & > .folder-header { + line-height: default; + padding: 0 0 0 8px; + position: relative; + border: none; + background: white; + h3 { + padding: 8px 4px; + background: white; + color: @colorBlack; + .openSans(13px, 700); + line-height: 1.6; + & > i { + margin-right: 4px; + color: @colorBlue; + } + } + a { + position: absolute; + top: 0; + right: 4px; + height: 100%; + padding: 0 4px; + color: @colorLightGray; + &:hover { + color: @colorRed; + } + i { + margin-top: 12px; + } + + &.create-folder { + right: 28px; + } + } + } + &.collapsed > .folder-header { + background: white; + } + & + .entity { + border-top: 1px solid @colorBlue; + } + } + .directory-item img { + flex: 0 0 32px; + height: 32px; + width: 32px; + align-self: center; + } + .actor, .item, .journal, .table { + background: white; + border: none; + .entity-name { + .openSans(13px, 700); + color: @colorBlack; + } + &:nth-child(even) { + background: rgba(@colorPaleBlue, 0.3); + } + } +} +} +#scenes { + .subdirectory { + border-left: none; + } + .scene { + border: none; + border-top: 1px solid @colorBlue; + border-left: 4px solid @colorBlue; + box-shadow: none; + position: relative; + height: 128px; + //margin-bottom: 4px; + & + .scene { + margin-top: 4px; + } + &::after { + content: ''; + display: block; + width: 100%; + height: 99px; + position: absolute; + top: 28px; + left: 0; + box-shadow: 0 0 20px @colorBlue inset; + } + h3 { + .openSans(13px, 700); + text-align: left; + text-shadow: none; + padding: 4px 4px 4px 12px; + background: white; + line-height: 1.6; + position: absolute; + top: 0; + left: 0; + width: 100%; + } + } +} + +#playlists { + .directory-list { + padding: 0 8px; + li.playlist { + padding: 8px; + border-radius: 4px; + background: white; + margin-bottom: 8px; + border-top: inherit; + .dropShadow1(); + .playlist-header { + background: white; + color: @colorRed; + text-decoration: none; + border-bottom: 2px solid @colorBlue; + } + li.sound { + border: none; + color: @colorBlack; + h4 { + .openSans(13px, 400); + } + + } + a.sound-control { + color: @colorRed; + } + } + } + +} +#compendium { + .compendium-entity { + margin: 0 4px; + padding: 8px; + background: white !important; + .dropShadow1(); + border-radius: 4px; + border: none; + &+ .compendium-entity { + margin-top: 4px; + } + h3 { + border: none; + color: @colorRed; + border-bottom: 2px solid @colorBlue; + .russoOne(17px); + padding: 0; + margin-bottom: 4px; + } + ol.compendium-list { + li.compendium-pack { + margin: 0; + padding: 4px; + border: none; + &:nth-child(even) { + background: rgba(@colorPaleBlue, 0.3); + } + .pack-title { + margin: 0; + position: relative; + a { + .openSans(13px, 700); + i { + display: none; + } + } + .status-icons { + top: 4px; + color: @colorLightGray; + font-size: 13px; + } + } + footer.compendium-footer { + color: @colorBlack; + } + } + } + } +} + +#settings { + h2 { + color: @colorRed; + border: none; + border-bottom: 2px solid @colorBlue; + margin: 0 8px; + padding: 0; + } + #game-details, #settings-game, #settings-documentation, #settings-access { + padding: 0 8px; + margin: 0 0 8px; + color: @colorBlack; + } } \ No newline at end of file diff --git a/less/update/sw5e-dark.less b/less/update/sw5e-dark.less index aef08059..1dc380db 100644 --- a/less/update/sw5e-dark.less +++ b/less/update/sw5e-dark.less @@ -1,47 +1,57 @@ -@import "_variables.less"; -@import "_variables-dark.less"; - -body.dark-theme { - .app { - background: @primaryBackground; - } - h1, - h2, - h3, - h4, - h5, - h6 { - color: @headingColor; - } - h3 { - border-bottom: 2px solid @headerBorderColor; - } - - a { - color: @linkColor; - text-decoration: none; - - &:hover, - &:active { - text-shadow: none; - text-decoration: underline; - } - } - - blockquote { - padding: 4px 8px; - background-color: @blockquoteBackground; - border: 1px solid @blockquoteBorder; - box-shadow: @blockquoteShadow; - } - - hr { - border-width: 0 0 1px 0; - border-bottom: 1px solid @hrColor; - } - @import "components/forms-themes.less"; - @import "components/sidebar-themes.less"; - @import "components/foundry-nav-themes.less"; - @import "components/foundry-app-window-themes.less"; - @import "components/actor-themes.less"; -} \ No newline at end of file +@import "_variables.less"; +@import "_variables-dark.less"; + +body.dark-theme { + .app { + background: @primaryBackground; + } + h1, + h2, + h3, + h4, + h5, + h6 { + color: @headingColor; + } + h3 { + border-bottom: 2px solid @headerBorderColor; + } + + a { + color: @linkColor; + text-decoration: none; + + &:hover, + &:active { + text-shadow: none; + text-decoration: underline; + } + } + + blockquote { + padding: 4px 8px; + background-color: @blockquoteBackground; + border: 1px solid @blockquoteBorder; + box-shadow: @blockquoteShadow; + } + + hr { + border-width: 0 0 1px 0; + border-bottom: 1px solid @hrColor; + } + + select { + color: white; + background-color: rgba(0, 0, 0, 0.5); + } + + input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea { + color: @inputTextColor; + } + + @import "components/forms-themes.less"; + @import "components/sidebar-themes.less"; + @import "components/foundry-nav-themes.less"; + @import "components/foundry-app-window-themes.less"; + @import "components/actor-themes.less"; +} diff --git a/less/update/sw5e-global.less b/less/update/sw5e-global.less index 66173163..d1fcd618 100644 --- a/less/update/sw5e-global.less +++ b/less/update/sw5e-global.less @@ -1,194 +1,194 @@ -/* open-sans-regular - latin */ -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 400; - src: url('./fonts/OpenSans-Regular.ttf'); -} -@font-face { - font-family: 'Open Sans'; - font-style: italic; - font-weight: 400; - src: url('./fonts/OpenSans-Italic.ttf'); -} -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 700; - src: url('./fonts/OpenSans-Bold.ttf'); -} -@font-face { - font-family: 'Open Sans'; - font-style: italic; - font-weight: 700; - src: url('./fonts/OpenSans-BoldItalic.ttf'); -} -/* russo-one-regular - latin */ -@font-face { - font-family: 'Russo One'; - font-style: normal; - font-weight: 400; - src: url('./fonts/RussoOne.ttf'); -} -@font-face { - font-family: 'Russo One'; - font-style: italic; - font-weight: 400; - src: url('./fonts/RussoOne.ttf'); -} -@font-face { - font-family: 'Russo One'; - font-style: normal; - font-weight: 700; - src: url('./fonts/RussoOne.ttf'); -} -@font-face { - font-family: 'Aurebesh'; - font-style: normal; - font-weight: 400; - src: url('./fonts/Aurebesh.ttf'); -} -@font-face { - font-family: 'Engli-Besh'; - font-style: normal; - font-weight: 400; - src: url('./fonts/EngliBesh-KG3W.ttf'); -} -@import "_variables.less"; - -html { - box-sizing: border-box; -} -*, *:before, *:after { - box-sizing: inherit; -} -// ::-webkit-scrollbar { -// width: 6px; -// height: 6px; -// } -::-webkit-scrollbar-track { - border: 1px solid @colorBlue; - border-radius: 4px; -} -::-webkit-scrollbar-thumb { - outline: none; - border-radius: 4px; - background: @colorBlue; - border: none; -} -:root { - scrollbar-width: thin; - scrollbar-color: @colorBlue @colorPaleBlue; -} - -body { - .openSans(13px, 400); - background-image: url('./ui/SW5e-logo.svg'); - background-repeat: no-repeat; - background-size: cover; -} - -h1 { - .russoOne(34px); -} -h2 { - .russoOne(27px); -} -h3 { - .russoOne(21px); -} -h4 { - .russoOne(17px); -} -h5, h6 { - .russoOne(13px); -} - -a { - text-decoration: none; - &:hover, &:active { - text-shadow: none; - text-decoration: underline; - } -} - -.app { - border: none;// 1px solid @colorBlue; - .dropShadow1(); -} -#pause { - img {display: none;} - background: none; - height: 128px; - &::before { - content: ''; - position: absolute; - top: 0; - margin-left: -64px; - left: 50%; - width: 128px; - height: 128px; - background: url("ui/pause-inner.svg") no-repeat 50% 50%; - animation-name: pause-spin; - animation-duration: 10000ms; - animation-iteration-count: infinite; - animation-timing-function: linear; - } - &::after { - content: ''; - position: absolute; - top: 0; - margin-left: -64px; - left: 50%; - width: 128px; - height: 128px; - background: url("ui/pause-outer.svg") no-repeat 50% 50%; - animation-name: pause-spin; - animation-duration: 5000ms; - animation-iteration-count: infinite; - animation-timing-function: linear; - animation-direction: reverse; - } - h3 { - border-bottom: 0; - line-height: 1; - position: absolute; - top: 50%; - left: 50%; - width: 256px; - margin-left: -128px; - margin-top: -13px; - text-shadow: 0 0 24px @colorBlue; - &::before, &::after { - position: absolute; - font-family: "Aurebesh", sans-serif; - font-size: 13px; - color: @colorGray; - animation: none; - opacity: 0.8; - text-shadow: 0 0 8px @colorBlue; - } - &::before { - content: "GAME"; - top: -13px; - left: 42px; - } - &::after { - content: "PAUSED"; - bottom: -13px; - right: 42px; - } - } -} -@import "components/forms-global.less"; -@import "components/sidebar-global.less"; -@import "components/actor-global.less"; - -@keyframes pause-spin { - from { - transform:rotate(0deg); - } - to { - transform: rotate(360deg); - } +/* open-sans-regular - latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('./fonts/OpenSans-Regular.ttf'); +} +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: url('./fonts/OpenSans-Italic.ttf'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('./fonts/OpenSans-Bold.ttf'); +} +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: url('./fonts/OpenSans-BoldItalic.ttf'); +} +/* russo-one-regular - latin */ +@font-face { + font-family: 'Russo One'; + font-style: normal; + font-weight: 400; + src: url('./fonts/RussoOne.ttf'); +} +@font-face { + font-family: 'Russo One'; + font-style: italic; + font-weight: 400; + src: url('./fonts/RussoOne.ttf'); +} +@font-face { + font-family: 'Russo One'; + font-style: normal; + font-weight: 700; + src: url('./fonts/RussoOne.ttf'); +} +@font-face { + font-family: 'Aurebesh'; + font-style: normal; + font-weight: 400; + src: url('./fonts/Aurebesh.ttf'); +} +@font-face { + font-family: 'Engli-Besh'; + font-style: normal; + font-weight: 400; + src: url('./fonts/EngliBesh-KG3W.ttf'); +} +@import "_variables.less"; + +html { + box-sizing: border-box; +} +*, *:before, *:after { + box-sizing: inherit; +} +// ::-webkit-scrollbar { +// width: 6px; +// height: 6px; +// } +::-webkit-scrollbar-track { + border: 1px solid @colorBlue; + border-radius: 4px; +} +::-webkit-scrollbar-thumb { + outline: none; + border-radius: 4px; + background: @colorBlue; + border: none; +} +:root { + scrollbar-width: thin; + scrollbar-color: @colorBlue @colorPaleBlue; +} + +body { + .openSans(13px, 400); + background-image: url('./ui/SW5e-logo.svg'); + background-repeat: no-repeat; + background-size: cover; +} + +h1 { + .russoOne(34px); +} +h2 { + .russoOne(27px); +} +h3 { + .russoOne(21px); +} +h4 { + .russoOne(17px); +} +h5, h6 { + .russoOne(13px); +} + +a { + text-decoration: none; + &:hover, &:active { + text-shadow: none; + text-decoration: underline; + } +} + +.app { + border: none;// 1px solid @colorBlue; + .dropShadow1(); +} +#pause { + img {display: none;} + background: none; + height: 128px; + &::before { + content: ''; + position: absolute; + top: 0; + margin-left: -64px; + left: 50%; + width: 128px; + height: 128px; + background: url("ui/pause-inner.svg") no-repeat 50% 50%; + animation-name: pause-spin; + animation-duration: 10000ms; + animation-iteration-count: infinite; + animation-timing-function: linear; + } + &::after { + content: ''; + position: absolute; + top: 0; + margin-left: -64px; + left: 50%; + width: 128px; + height: 128px; + background: url("ui/pause-outer.svg") no-repeat 50% 50%; + animation-name: pause-spin; + animation-duration: 5000ms; + animation-iteration-count: infinite; + animation-timing-function: linear; + animation-direction: reverse; + } + h3 { + border-bottom: 0; + line-height: 1; + position: absolute; + top: 50%; + left: 50%; + width: 256px; + margin-left: -128px; + margin-top: -13px; + text-shadow: 0 0 24px @colorBlue; + &::before, &::after { + position: absolute; + font-family: "Aurebesh", sans-serif; + font-size: 13px; + color: @colorGray; + animation: none; + opacity: 0.8; + text-shadow: 0 0 8px @colorBlue; + } + &::before { + content: "GAME"; + top: -13px; + left: 42px; + } + &::after { + content: "PAUSED"; + bottom: -13px; + right: 42px; + } + } +} +@import "components/forms-global.less"; +@import "components/sidebar-global.less"; +@import "components/actor-global.less"; + +@keyframes pause-spin { + from { + transform:rotate(0deg); + } + to { + transform: rotate(360deg); + } } \ No newline at end of file diff --git a/less/update/sw5e-light.less b/less/update/sw5e-light.less index 7e36b236..0f898c80 100644 --- a/less/update/sw5e-light.less +++ b/less/update/sw5e-light.less @@ -1,47 +1,47 @@ -@import "_variables.less"; -@import "_variables-light.less"; - -body.light-theme { - .app { - background: @primaryBackground; - } - h1, - h2, - h3, - h4, - h5, - h6 { - color: @headingColor; - } - h3 { - border-bottom: 2px solid @headerBorderColor; - } - - a { - color: @linkColor; - text-decoration: none; - - &:hover, - &:active { - text-shadow: none; - text-decoration: underline; - } - } - - blockquote { - padding: 4px 8px; - background-color: @blockquoteBackground; - border: 1px solid @blockquoteBorder; - box-shadow: @blockquoteShadow; - } - - hr { - border-width: 0 0 1px 0; - border-bottom: 1px solid @hrColor; - } - @import "components/forms-themes.less"; - @import "components/sidebar-themes.less"; - @import "components/foundry-nav-themes.less"; - @import "components/foundry-app-window-themes.less"; - @import "components/actor-themes.less"; +@import "_variables.less"; +@import "_variables-light.less"; + +body.light-theme { + .app { + background: @primaryBackground; + } + h1, + h2, + h3, + h4, + h5, + h6 { + color: @headingColor; + } + h3 { + border-bottom: 2px solid @headerBorderColor; + } + + a { + color: @linkColor; + text-decoration: none; + + &:hover, + &:active { + text-shadow: none; + text-decoration: underline; + } + } + + blockquote { + padding: 4px 8px; + background-color: @blockquoteBackground; + border: 1px solid @blockquoteBorder; + box-shadow: @blockquoteShadow; + } + + hr { + border-width: 0 0 1px 0; + border-bottom: 1px solid @hrColor; + } + @import "components/forms-themes.less"; + @import "components/sidebar-themes.less"; + @import "components/foundry-nav-themes.less"; + @import "components/foundry-app-window-themes.less"; + @import "components/actor-themes.less"; } \ No newline at end of file diff --git a/less/update/sw5e-update.less b/less/update/sw5e-update.less index 15b7badd..77d6d480 100644 --- a/less/update/sw5e-update.less +++ b/less/update/sw5e-update.less @@ -1,61 +1,61 @@ -@import "variables.less"; - - - -a { - color: @colorRed; - text-decoration: none; - &:hover, &:active { - text-shadow: none; - text-decoration: underline; - } -} - -.app { - background: @sheetBackground; - border: none;// 1px solid @colorBlue; - .dropShadow1(); -} - -#context-menu { - background: none; - border: none; - border-radius: 0; - color: @colorBlack; - padding: 0 8px; - ol.context-items { - background: white; - border-radius: 4px; - border: 1px solid @colorLightGray; - .dropShadow2(); - li.context-item { - &:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; - } - &:last-child { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - } - i { - color: @colorBlue; - } - &:hover { - background: @colorRed; - color: white; - text-shadow: none; - cursor: pointer; - i { - color: white; - } - } - & + li { - border-top: 1px solid @colorPaleGray; - } - } - } - - -} -@import "components/forms.less"; +@import "variables.less"; + + + +a { + color: @colorRed; + text-decoration: none; + &:hover, &:active { + text-shadow: none; + text-decoration: underline; + } +} + +.app { + background: @sheetBackground; + border: none;// 1px solid @colorBlue; + .dropShadow1(); +} + +#context-menu { + background: none; + border: none; + border-radius: 0; + color: @colorBlack; + padding: 0 8px; + ol.context-items { + background: white; + border-radius: 4px; + border: 1px solid @colorLightGray; + .dropShadow2(); + li.context-item { + &:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } + &:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } + i { + color: @colorBlue; + } + &:hover { + background: @colorRed; + color: white; + text-shadow: none; + cursor: pointer; + i { + color: white; + } + } + & + li { + border-top: 1px solid @colorPaleGray; + } + } + } + + +} +@import "components/forms.less"; @import "components/sidebar.less"; \ No newline at end of file diff --git a/module/characterImporter.js b/module/characterImporter.js new file mode 100644 index 00000000..e5af2c18 --- /dev/null +++ b/module/characterImporter.js @@ -0,0 +1,121 @@ +export default class CharacterImporter { + + // transform JSON from sw5e.com to Foundry friendly format + // and insert new actor + static async transform(rawCharacter){ + const sourceCharacter = JSON.parse(rawCharacter); //source character + + const details = { + species: sourceCharacter.attribs.find(e => e.name == "race").current, + background: sourceCharacter.attribs.find(e => e.name == "background").current, + alignment: sourceCharacter.attribs.find(e => e.name == "alignment").current + } + + const hp = { + value: sourceCharacter.attribs.find(e => e.name == "hp").current, + min: 0, + max: sourceCharacter.attribs.find(e => e.name == "hp").current, + temp: sourceCharacter.attribs.find(e => e.name == "hp_temp").current + }; + + const ac = { + value: sourceCharacter.attribs.find(e => e.name == "ac").current + }; + + const abilities = { + str: { + value: sourceCharacter.attribs.find(e => e.name == "strength").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'strength_save_prof').current ? 1 : 0 + }, + dex: { + value: sourceCharacter.attribs.find(e => e.name == "dexterity").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'dexterity_save_prof').current ? 1 : 0 + }, + con: { + value: sourceCharacter.attribs.find(e => e.name == "constitution").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'constitution_save_prof').current ? 1 : 0 + }, + int: { + value: sourceCharacter.attribs.find(e => e.name == "intelligence").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'intelligence_save_prof').current ? 1 : 0 + }, + wis: { + value: sourceCharacter.attribs.find(e => e.name == "wisdom").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'wisdom_save_prof').current ? 1 : 0 + }, + cha: { + value: sourceCharacter.attribs.find(e => e.name == "charisma").current, + proficient: sourceCharacter.attribs.find(e => e.name == 'charisma_save_prof').current ? 1 : 0 + }, + }; + + const targetCharacter = { + name: sourceCharacter.name, + type: "character", + data: { + abilities: abilities, + details: details, + attributes: { + ac: ac, + hp: hp + } + } + }; + + let actor = await Actor.create(targetCharacter); + + const profession = sourceCharacter.attribs.find(e => e.name == "class").current; + let professionLevel = sourceCharacter.attribs.find(e => e.name == "class_display").current; + professionLevel = parseInt( professionLevel.replace(/[^0-9]/g,'') ); //remove a-z, leaving only integers + CharacterImporter.addClasses(profession, professionLevel, actor); + } + + static async addClasses(profession, level, actor){ + let classes = await game.packs.get('sw5e.classes').getContent(); + let assignedClass = classes.find( c => c.name === profession ); + assignedClass.data.data.levels = level; + await actor.createEmbeddedEntity("OwnedItem", assignedClass.data, { displaySheet: false }); + } + + static addImportButton(html){ + const header = $("#actors").find("header.directory-header"); + const search = $("#actors").children().find("div.header-search"); + const newImportButtonDiv = $("#actors").children().find("div.header-actions").clone(); + const newSearch = search.clone(); + search.remove(); + newImportButtonDiv.attr('id', 'character-sheet-import'); + header.append(newImportButtonDiv); + newImportButtonDiv.children("button").remove(); + newImportButtonDiv.append(""); + newSearch.appendTo(header); + + let characterImportButton = $("#cs-import-button"); + characterImportButton.click(ev => { + let content = '

Saved Character JSON Import

' + + ' ' + + '
' + + ''; + let importDialog = new Dialog({ + title: "Import Character from SW5e.com", + content: content, + buttons: { + "Import": { + icon: '', + label: "Import Character", + callback: (e) => { + let characterData = $('#character-json').val(); + console.log('Parsing Character JSON'); + CharacterImporter.transform(characterData); + } + }, + "Cancel": { + icon: '', + label: "Cancel", + callback: () => {}, + } + } + }) + importDialog.render(true); + }); + } +} \ No newline at end of file diff --git a/module/config.js b/module/config.js index 403404a5..91cbb05a 100644 --- a/module/config.js +++ b/module/config.js @@ -274,7 +274,7 @@ SW5E.consumableTypes = { "food": "SW5E.ConsumableFood", "medpac": "SW5E.ConsumableMedpac", "technology": "SW5E.ConsumableTechnology", - "ammunition": "SW5E.ConsumableAmmunition", + "ammo": "SW5E.ConsumableAmmunition", "trinket": "SW5E.ConsumableTrinket", "force": "SW5E.ConsumableForce", "tech": "SW5E.ConsumableTech" diff --git a/module/item/entity.js b/module/item/entity.js index 3bf3c380..accded14 100644 --- a/module/item/entity.js +++ b/module/item/entity.js @@ -426,7 +426,7 @@ export default class Item5e extends Item { // Define follow-up actions resulting from the item usage let createMeasuredTemplate = hasArea; // Trigger a template creation let consumeRecharge = !!recharge.value; // Consume recharge - let consumeResource = !!resource.target && (resource.type !== "ammo") // Consume a linked (non-ammo) resource + let consumeResource = !!resource.target && resource.type !== "ammo" && !['simpleB', 'martialB'].includes(id.weaponType); // Consume a linked (non-ammo) resource, ignore if use is from a blaster let consumePowerSlot = requirePowerSlot; // Consume a power slot let consumeUsage = !!uses.per; // Consume limited uses let consumeQuantity = uses.autoDestroy; // Consume quantity of the item in lieu of uses diff --git a/packs/Icons/Archetypes/Occultist Pursuit.webp b/packs/Icons/Archetypes/Occultist Pursuit.webp new file mode 100644 index 00000000..d4aa1af4 Binary files /dev/null and b/packs/Icons/Archetypes/Occultist Pursuit.webp differ diff --git a/packs/Icons/Archetypes/Pugnacity Practice.webp b/packs/Icons/Archetypes/Pugnacity Practice.webp new file mode 100644 index 00000000..e2d203ed Binary files /dev/null and b/packs/Icons/Archetypes/Pugnacity Practice.webp differ diff --git a/packs/Icons/Class Features/BSKR-ARCH-Action.webp b/packs/Icons/Class Features/BSKR-ARCH-Action.webp new file mode 100644 index 00000000..2032dbae Binary files /dev/null and b/packs/Icons/Class Features/BSKR-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/BSKR-ARCH-Bonus.webp b/packs/Icons/Class Features/BSKR-ARCH-Bonus.webp new file mode 100644 index 00000000..bdb58248 Binary files /dev/null and b/packs/Icons/Class Features/BSKR-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/BSKR-ARCH-Passive.webp b/packs/Icons/Class Features/BSKR-ARCH-Passive.webp new file mode 100644 index 00000000..d074b115 Binary files /dev/null and b/packs/Icons/Class Features/BSKR-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/BSKR-ARCH-Reaction.webp b/packs/Icons/Class Features/BSKR-ARCH-Reaction.webp new file mode 100644 index 00000000..0d19549a Binary files /dev/null and b/packs/Icons/Class Features/BSKR-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/BSKR-Action.webp b/packs/Icons/Class Features/BSKR-Action.webp new file mode 100644 index 00000000..7d606479 Binary files /dev/null and b/packs/Icons/Class Features/BSKR-Action.webp differ diff --git a/packs/Icons/Class Features/BSKR-Bonus.webp b/packs/Icons/Class Features/BSKR-Bonus.webp new file mode 100644 index 00000000..2f97fdce Binary files /dev/null and b/packs/Icons/Class Features/BSKR-Bonus.webp differ diff --git a/packs/Icons/Class Features/BSKR-Passive.webp b/packs/Icons/Class Features/BSKR-Passive.webp new file mode 100644 index 00000000..b3c12284 Binary files /dev/null and b/packs/Icons/Class Features/BSKR-Passive.webp differ diff --git a/packs/Icons/Class Features/BSKR-Reaction.webp b/packs/Icons/Class Features/BSKR-Reaction.webp new file mode 100644 index 00000000..f0e879e0 Binary files /dev/null and b/packs/Icons/Class Features/BSKR-Reaction.webp differ diff --git a/packs/Icons/Class Features/CSLR-ARCH-Action.webp b/packs/Icons/Class Features/CSLR-ARCH-Action.webp new file mode 100644 index 00000000..43b77224 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/CSLR-ARCH-Bonus.webp b/packs/Icons/Class Features/CSLR-ARCH-Bonus.webp new file mode 100644 index 00000000..db95e321 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/CSLR-ARCH-Passive.webp b/packs/Icons/Class Features/CSLR-ARCH-Passive.webp new file mode 100644 index 00000000..a2884e5e Binary files /dev/null and b/packs/Icons/Class Features/CSLR-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/CSLR-ARCH-Reaction.webp b/packs/Icons/Class Features/CSLR-ARCH-Reaction.webp new file mode 100644 index 00000000..3fdc0f63 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/CSLR-Action.webp b/packs/Icons/Class Features/CSLR-Action.webp new file mode 100644 index 00000000..afc2a4f3 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-Action.webp differ diff --git a/packs/Icons/Class Features/CSLR-Bonus.webp b/packs/Icons/Class Features/CSLR-Bonus.webp new file mode 100644 index 00000000..38239724 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-Bonus.webp differ diff --git a/packs/Icons/Class Features/CSLR-Passive.webp b/packs/Icons/Class Features/CSLR-Passive.webp new file mode 100644 index 00000000..da430902 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-Passive.webp differ diff --git a/packs/Icons/Class Features/CSLR-Reaction.webp b/packs/Icons/Class Features/CSLR-Reaction.webp new file mode 100644 index 00000000..96bdc5b5 Binary files /dev/null and b/packs/Icons/Class Features/CSLR-Reaction.webp differ diff --git a/packs/Icons/Class Features/ENGR-ARCH-Action.webp b/packs/Icons/Class Features/ENGR-ARCH-Action.webp new file mode 100644 index 00000000..fbe71751 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/ENGR-ARCH-Bonus.webp b/packs/Icons/Class Features/ENGR-ARCH-Bonus.webp new file mode 100644 index 00000000..0b298dda Binary files /dev/null and b/packs/Icons/Class Features/ENGR-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/ENGR-ARCH-Passive.webp b/packs/Icons/Class Features/ENGR-ARCH-Passive.webp new file mode 100644 index 00000000..7deb6414 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/ENGR-ARCH-Reaction.webp b/packs/Icons/Class Features/ENGR-ARCH-Reaction.webp new file mode 100644 index 00000000..1af5ab58 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/ENGR-Action.webp b/packs/Icons/Class Features/ENGR-Action.webp new file mode 100644 index 00000000..6add6f00 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-Action.webp differ diff --git a/packs/Icons/Class Features/ENGR-Bonus.webp b/packs/Icons/Class Features/ENGR-Bonus.webp new file mode 100644 index 00000000..0445e13b Binary files /dev/null and b/packs/Icons/Class Features/ENGR-Bonus.webp differ diff --git a/packs/Icons/Class Features/ENGR-Passive.webp b/packs/Icons/Class Features/ENGR-Passive.webp new file mode 100644 index 00000000..1190dc15 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-Passive.webp differ diff --git a/packs/Icons/Class Features/ENGR-Reaction.webp b/packs/Icons/Class Features/ENGR-Reaction.webp new file mode 100644 index 00000000..b6a838f0 Binary files /dev/null and b/packs/Icons/Class Features/ENGR-Reaction.webp differ diff --git a/packs/Icons/Class Features/FGTR-ARCH-Action.webp b/packs/Icons/Class Features/FGTR-ARCH-Action.webp new file mode 100644 index 00000000..c4f72531 Binary files /dev/null and b/packs/Icons/Class Features/FGTR-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/FGTR-ARCH-Bonus.webp b/packs/Icons/Class Features/FGTR-ARCH-Bonus.webp new file mode 100644 index 00000000..f198c44d Binary files /dev/null and b/packs/Icons/Class Features/FGTR-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/FGTR-ARCH-Passive.webp b/packs/Icons/Class Features/FGTR-ARCH-Passive.webp new file mode 100644 index 00000000..502679e2 Binary files /dev/null and b/packs/Icons/Class Features/FGTR-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/FGTR-ARCH-Reaction.webp b/packs/Icons/Class Features/FGTR-ARCH-Reaction.webp new file mode 100644 index 00000000..5cbfa09d Binary files /dev/null and b/packs/Icons/Class Features/FGTR-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/FGTR-Action.webp b/packs/Icons/Class Features/FGTR-Action.webp new file mode 100644 index 00000000..93d7562e Binary files /dev/null and b/packs/Icons/Class Features/FGTR-Action.webp differ diff --git a/packs/Icons/Class Features/FGTR-Bonus.webp b/packs/Icons/Class Features/FGTR-Bonus.webp new file mode 100644 index 00000000..aeacc3fe Binary files /dev/null and b/packs/Icons/Class Features/FGTR-Bonus.webp differ diff --git a/packs/Icons/Class Features/FGTR-Passive.webp b/packs/Icons/Class Features/FGTR-Passive.webp new file mode 100644 index 00000000..6a510f3d Binary files /dev/null and b/packs/Icons/Class Features/FGTR-Passive.webp differ diff --git a/packs/Icons/Class Features/FGTR-Reaction.webp b/packs/Icons/Class Features/FGTR-Reaction.webp new file mode 100644 index 00000000..f344ca2e Binary files /dev/null and b/packs/Icons/Class Features/FGTR-Reaction.webp differ diff --git a/packs/Icons/Class Features/GRDN-ARCH-Action.webp b/packs/Icons/Class Features/GRDN-ARCH-Action.webp new file mode 100644 index 00000000..dbeea1b3 Binary files /dev/null and b/packs/Icons/Class Features/GRDN-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/GRDN-ARCH-Bonus.webp b/packs/Icons/Class Features/GRDN-ARCH-Bonus.webp new file mode 100644 index 00000000..b75d14d2 Binary files /dev/null and b/packs/Icons/Class Features/GRDN-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/GRDN-ARCH-Passive.webp b/packs/Icons/Class Features/GRDN-ARCH-Passive.webp new file mode 100644 index 00000000..ae141dcf Binary files /dev/null and b/packs/Icons/Class Features/GRDN-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/GRDN-ARCH-Reaction.webp b/packs/Icons/Class Features/GRDN-ARCH-Reaction.webp new file mode 100644 index 00000000..a7f3a40c Binary files /dev/null and b/packs/Icons/Class Features/GRDN-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/GRDN-Action.webp b/packs/Icons/Class Features/GRDN-Action.webp new file mode 100644 index 00000000..67a2ba3b Binary files /dev/null and b/packs/Icons/Class Features/GRDN-Action.webp differ diff --git a/packs/Icons/Class Features/GRDN-Bonus.webp b/packs/Icons/Class Features/GRDN-Bonus.webp new file mode 100644 index 00000000..853aae19 Binary files /dev/null and b/packs/Icons/Class Features/GRDN-Bonus.webp differ diff --git a/packs/Icons/Class Features/GRDN-Passive.webp b/packs/Icons/Class Features/GRDN-Passive.webp new file mode 100644 index 00000000..c3ea57d0 Binary files /dev/null and b/packs/Icons/Class Features/GRDN-Passive.webp differ diff --git a/packs/Icons/Class Features/GRDN-Reaction.webp b/packs/Icons/Class Features/GRDN-Reaction.webp new file mode 100644 index 00000000..dec828fe Binary files /dev/null and b/packs/Icons/Class Features/GRDN-Reaction.webp differ diff --git a/packs/Icons/Class Features/MNK-ARCH-Action.webp b/packs/Icons/Class Features/MNK-ARCH-Action.webp new file mode 100644 index 00000000..73430e8d Binary files /dev/null and b/packs/Icons/Class Features/MNK-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/MNK-ARCH-Bonus.webp b/packs/Icons/Class Features/MNK-ARCH-Bonus.webp new file mode 100644 index 00000000..51003d86 Binary files /dev/null and b/packs/Icons/Class Features/MNK-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/MNK-ARCH-Passive.webp b/packs/Icons/Class Features/MNK-ARCH-Passive.webp new file mode 100644 index 00000000..ae56693b Binary files /dev/null and b/packs/Icons/Class Features/MNK-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/MNK-ARCH-Reaction.webp b/packs/Icons/Class Features/MNK-ARCH-Reaction.webp new file mode 100644 index 00000000..b56bf45f Binary files /dev/null and b/packs/Icons/Class Features/MNK-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/MNK-Action.webp b/packs/Icons/Class Features/MNK-Action.webp new file mode 100644 index 00000000..6f402690 Binary files /dev/null and b/packs/Icons/Class Features/MNK-Action.webp differ diff --git a/packs/Icons/Class Features/MNK-Bonus.webp b/packs/Icons/Class Features/MNK-Bonus.webp new file mode 100644 index 00000000..0781abdc Binary files /dev/null and b/packs/Icons/Class Features/MNK-Bonus.webp differ diff --git a/packs/Icons/Class Features/MNK-Passive.webp b/packs/Icons/Class Features/MNK-Passive.webp new file mode 100644 index 00000000..5cd8b1dd Binary files /dev/null and b/packs/Icons/Class Features/MNK-Passive.webp differ diff --git a/packs/Icons/Class Features/MNK-Reaction.webp b/packs/Icons/Class Features/MNK-Reaction.webp new file mode 100644 index 00000000..ac55db2a Binary files /dev/null and b/packs/Icons/Class Features/MNK-Reaction.webp differ diff --git a/packs/Icons/Class Features/OPRT-ARCH-Action.webp b/packs/Icons/Class Features/OPRT-ARCH-Action.webp new file mode 100644 index 00000000..d44dadf7 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/OPRT-ARCH-Bonus.webp b/packs/Icons/Class Features/OPRT-ARCH-Bonus.webp new file mode 100644 index 00000000..b6dcd228 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/OPRT-ARCH-Passive.webp b/packs/Icons/Class Features/OPRT-ARCH-Passive.webp new file mode 100644 index 00000000..d9b04405 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/OPRT-ARCH-Reaction.webp b/packs/Icons/Class Features/OPRT-ARCH-Reaction.webp new file mode 100644 index 00000000..dc484851 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/OPRT-Action.webp b/packs/Icons/Class Features/OPRT-Action.webp new file mode 100644 index 00000000..ec365e91 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-Action.webp differ diff --git a/packs/Icons/Class Features/OPRT-Bonus.webp b/packs/Icons/Class Features/OPRT-Bonus.webp new file mode 100644 index 00000000..f2416164 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-Bonus.webp differ diff --git a/packs/Icons/Class Features/OPRT-Passive.webp b/packs/Icons/Class Features/OPRT-Passive.webp new file mode 100644 index 00000000..ebe4a042 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-Passive.webp differ diff --git a/packs/Icons/Class Features/OPRT-Reaction.webp b/packs/Icons/Class Features/OPRT-Reaction.webp new file mode 100644 index 00000000..175ba1a0 Binary files /dev/null and b/packs/Icons/Class Features/OPRT-Reaction.webp differ diff --git a/packs/Icons/Class Features/SCLR-ARCH-Action.webp b/packs/Icons/Class Features/SCLR-ARCH-Action.webp new file mode 100644 index 00000000..d8487322 Binary files /dev/null and b/packs/Icons/Class Features/SCLR-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/SCLR-ARCH-Bonus.webp b/packs/Icons/Class Features/SCLR-ARCH-Bonus.webp new file mode 100644 index 00000000..2f96a875 Binary files /dev/null and b/packs/Icons/Class Features/SCLR-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/SCLR-ARCH-Passive.webp b/packs/Icons/Class Features/SCLR-ARCH-Passive.webp new file mode 100644 index 00000000..b7e52d9c Binary files /dev/null and b/packs/Icons/Class Features/SCLR-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/SCLR-ARCH-Reaction.webp b/packs/Icons/Class Features/SCLR-ARCH-Reaction.webp new file mode 100644 index 00000000..8c4de3c7 Binary files /dev/null and b/packs/Icons/Class Features/SCLR-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/SCLR-Action.webp b/packs/Icons/Class Features/SCLR-Action.webp new file mode 100644 index 00000000..d72c5c28 Binary files /dev/null and b/packs/Icons/Class Features/SCLR-Action.webp differ diff --git a/packs/Icons/Class Features/SCLR-Bonus.webp b/packs/Icons/Class Features/SCLR-Bonus.webp new file mode 100644 index 00000000..bd20d3dd Binary files /dev/null and b/packs/Icons/Class Features/SCLR-Bonus.webp differ diff --git a/packs/Icons/Class Features/SCLR-Passive.webp b/packs/Icons/Class Features/SCLR-Passive.webp new file mode 100644 index 00000000..15d1f9c6 Binary files /dev/null and b/packs/Icons/Class Features/SCLR-Passive.webp differ diff --git a/packs/Icons/Class Features/SCLR-Reaction.webp b/packs/Icons/Class Features/SCLR-Reaction.webp new file mode 100644 index 00000000..41adf2ac Binary files /dev/null and b/packs/Icons/Class Features/SCLR-Reaction.webp differ diff --git a/packs/Icons/Class Features/SCT-ARCH-Action.webp b/packs/Icons/Class Features/SCT-ARCH-Action.webp new file mode 100644 index 00000000..f3a9a538 Binary files /dev/null and b/packs/Icons/Class Features/SCT-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/SCT-ARCH-Bonus.webp b/packs/Icons/Class Features/SCT-ARCH-Bonus.webp new file mode 100644 index 00000000..7b6603a0 Binary files /dev/null and b/packs/Icons/Class Features/SCT-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/SCT-ARCH-Passive.webp b/packs/Icons/Class Features/SCT-ARCH-Passive.webp new file mode 100644 index 00000000..c90a9dda Binary files /dev/null and b/packs/Icons/Class Features/SCT-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/SCT-ARCH-Reaction.webp b/packs/Icons/Class Features/SCT-ARCH-Reaction.webp new file mode 100644 index 00000000..3233b123 Binary files /dev/null and b/packs/Icons/Class Features/SCT-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/SCT-Action.webp b/packs/Icons/Class Features/SCT-Action.webp new file mode 100644 index 00000000..2bbc8262 Binary files /dev/null and b/packs/Icons/Class Features/SCT-Action.webp differ diff --git a/packs/Icons/Class Features/SCT-Bonus.webp b/packs/Icons/Class Features/SCT-Bonus.webp new file mode 100644 index 00000000..e2ae7426 Binary files /dev/null and b/packs/Icons/Class Features/SCT-Bonus.webp differ diff --git a/packs/Icons/Class Features/SCT-Passive.webp b/packs/Icons/Class Features/SCT-Passive.webp new file mode 100644 index 00000000..95ad8249 Binary files /dev/null and b/packs/Icons/Class Features/SCT-Passive.webp differ diff --git a/packs/Icons/Class Features/SCT-Reaction.webp b/packs/Icons/Class Features/SCT-Reaction.webp new file mode 100644 index 00000000..5418060a Binary files /dev/null and b/packs/Icons/Class Features/SCT-Reaction.webp differ diff --git a/packs/Icons/Class Features/SNTL-ARCH-Action.webp b/packs/Icons/Class Features/SNTL-ARCH-Action.webp new file mode 100644 index 00000000..701b3733 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-ARCH-Action.webp differ diff --git a/packs/Icons/Class Features/SNTL-ARCH-Bonus.webp b/packs/Icons/Class Features/SNTL-ARCH-Bonus.webp new file mode 100644 index 00000000..f2f5038c Binary files /dev/null and b/packs/Icons/Class Features/SNTL-ARCH-Bonus.webp differ diff --git a/packs/Icons/Class Features/SNTL-ARCH-Passive.webp b/packs/Icons/Class Features/SNTL-ARCH-Passive.webp new file mode 100644 index 00000000..a7d499e8 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-ARCH-Passive.webp differ diff --git a/packs/Icons/Class Features/SNTL-ARCH-Reaction.webp b/packs/Icons/Class Features/SNTL-ARCH-Reaction.webp new file mode 100644 index 00000000..e72d1f09 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-ARCH-Reaction.webp differ diff --git a/packs/Icons/Class Features/SNTL-Action.webp b/packs/Icons/Class Features/SNTL-Action.webp new file mode 100644 index 00000000..d280d440 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-Action.webp differ diff --git a/packs/Icons/Class Features/SNTL-Bonus.webp b/packs/Icons/Class Features/SNTL-Bonus.webp new file mode 100644 index 00000000..4ced34e0 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-Bonus.webp differ diff --git a/packs/Icons/Class Features/SNTL-Passive.webp b/packs/Icons/Class Features/SNTL-Passive.webp new file mode 100644 index 00000000..8fac6d3b Binary files /dev/null and b/packs/Icons/Class Features/SNTL-Passive.webp differ diff --git a/packs/Icons/Class Features/SNTL-Reaction.webp b/packs/Icons/Class Features/SNTL-Reaction.webp new file mode 100644 index 00000000..6b789069 Binary files /dev/null and b/packs/Icons/Class Features/SNTL-Reaction.webp differ diff --git a/packs/Icons/Force Powers/Animate Weapon.webp b/packs/Icons/Force Powers/Animate Weapon.webp new file mode 100644 index 00000000..5492e34b Binary files /dev/null and b/packs/Icons/Force Powers/Animate Weapon.webp differ diff --git a/packs/Icons/Force Powers/Battle Insight.webp b/packs/Icons/Force Powers/Battle Insight.webp new file mode 100644 index 00000000..c96c4454 Binary files /dev/null and b/packs/Icons/Force Powers/Battle Insight.webp differ diff --git a/packs/Icons/Force Powers/Breath Control.webp b/packs/Icons/Force Powers/Breath Control.webp new file mode 100644 index 00000000..76a97496 Binary files /dev/null and b/packs/Icons/Force Powers/Breath Control.webp differ diff --git a/packs/Icons/Force Powers/Burst.webp b/packs/Icons/Force Powers/Burst.webp new file mode 100644 index 00000000..4b3ec248 Binary files /dev/null and b/packs/Icons/Force Powers/Burst.webp differ diff --git a/packs/Icons/Force Powers/Call Lightning.webp b/packs/Icons/Force Powers/Call Lightning.webp new file mode 100644 index 00000000..930f4acb Binary files /dev/null and b/packs/Icons/Force Powers/Call Lightning.webp differ diff --git a/packs/Icons/Force Powers/Calm Emotions.webp b/packs/Icons/Force Powers/Calm Emotions.webp new file mode 100644 index 00000000..6ec31272 Binary files /dev/null and b/packs/Icons/Force Powers/Calm Emotions.webp differ diff --git a/packs/Icons/Force Powers/Cloud Mind.webp b/packs/Icons/Force Powers/Cloud Mind.webp new file mode 100644 index 00000000..e26a3630 Binary files /dev/null and b/packs/Icons/Force Powers/Cloud Mind.webp differ diff --git a/packs/Icons/Force Powers/Coerce Mind.webp b/packs/Icons/Force Powers/Coerce Mind.webp new file mode 100644 index 00000000..32f350c7 Binary files /dev/null and b/packs/Icons/Force Powers/Coerce Mind.webp differ diff --git a/packs/Icons/Force Powers/Comprehend Speech.webp b/packs/Icons/Force Powers/Comprehend Speech.webp new file mode 100644 index 00000000..4849bba3 Binary files /dev/null and b/packs/Icons/Force Powers/Comprehend Speech.webp differ diff --git a/packs/Icons/Force Powers/Control Pain.webp b/packs/Icons/Force Powers/Control Pain.webp new file mode 100644 index 00000000..b2966a44 Binary files /dev/null and b/packs/Icons/Force Powers/Control Pain.webp differ diff --git a/packs/Icons/Force Powers/Convulsion.webp b/packs/Icons/Force Powers/Convulsion.webp new file mode 100644 index 00000000..01480f29 Binary files /dev/null and b/packs/Icons/Force Powers/Convulsion.webp differ diff --git a/packs/Icons/Force Powers/Danger Sense.webp b/packs/Icons/Force Powers/Danger Sense.webp new file mode 100644 index 00000000..1a8a4e09 Binary files /dev/null and b/packs/Icons/Force Powers/Danger Sense.webp differ diff --git a/packs/Icons/Force Powers/Disperse Force.webp b/packs/Icons/Force Powers/Disperse Force.webp new file mode 100644 index 00000000..d20e9750 Binary files /dev/null and b/packs/Icons/Force Powers/Disperse Force.webp differ diff --git a/packs/Icons/Force Powers/Dun Moch.webp b/packs/Icons/Force Powers/Dun Moch.webp new file mode 100644 index 00000000..c8fcfd66 Binary files /dev/null and b/packs/Icons/Force Powers/Dun Moch.webp differ diff --git a/packs/Icons/Force Powers/Earthquake.webp b/packs/Icons/Force Powers/Earthquake.webp new file mode 100644 index 00000000..fa6219a8 Binary files /dev/null and b/packs/Icons/Force Powers/Earthquake.webp differ diff --git a/packs/Icons/Force Powers/Eruption.webp b/packs/Icons/Force Powers/Eruption.webp new file mode 100644 index 00000000..3db2bdc7 Binary files /dev/null and b/packs/Icons/Force Powers/Eruption.webp differ diff --git a/packs/Icons/Force Powers/Force Barrier.webp b/packs/Icons/Force Powers/Force Barrier.webp new file mode 100644 index 00000000..bb2e0ba8 Binary files /dev/null and b/packs/Icons/Force Powers/Force Barrier.webp differ diff --git a/packs/Icons/Force Powers/Force Blind-Deafen.webp b/packs/Icons/Force Powers/Force Blind-Deafen.webp new file mode 100644 index 00000000..0a81a91e Binary files /dev/null and b/packs/Icons/Force Powers/Force Blind-Deafen.webp differ diff --git a/packs/Icons/Force Powers/Force Blinding.webp b/packs/Icons/Force Powers/Force Blinding.webp new file mode 100644 index 00000000..f50fb715 Binary files /dev/null and b/packs/Icons/Force Powers/Force Blinding.webp differ diff --git a/packs/Icons/Force Powers/Force Blur.webp b/packs/Icons/Force Powers/Force Blur.webp new file mode 100644 index 00000000..6cc3dfef Binary files /dev/null and b/packs/Icons/Force Powers/Force Blur.webp differ diff --git a/packs/Icons/Force Powers/Force Camouflage.webp b/packs/Icons/Force Powers/Force Camouflage.webp new file mode 100644 index 00000000..91f68973 Binary files /dev/null and b/packs/Icons/Force Powers/Force Camouflage.webp differ diff --git a/packs/Icons/Force Powers/Force Concealment.webp b/packs/Icons/Force Powers/Force Concealment.webp new file mode 100644 index 00000000..37cfd1cb Binary files /dev/null and b/packs/Icons/Force Powers/Force Concealment.webp differ diff --git a/packs/Icons/Force Powers/Force Disarm.webp b/packs/Icons/Force Powers/Force Disarm.webp new file mode 100644 index 00000000..fe28e8b4 Binary files /dev/null and b/packs/Icons/Force Powers/Force Disarm.webp differ diff --git a/packs/Icons/Force Powers/Force Embuement.webp b/packs/Icons/Force Powers/Force Embuement.webp new file mode 100644 index 00000000..c4e927c2 Binary files /dev/null and b/packs/Icons/Force Powers/Force Embuement.webp differ diff --git a/packs/Icons/Force Powers/Force Enlightenment.webp b/packs/Icons/Force Powers/Force Enlightenment.webp new file mode 100644 index 00000000..61e11c70 Binary files /dev/null and b/packs/Icons/Force Powers/Force Enlightenment.webp differ diff --git a/packs/Icons/Force Powers/Force Focus.webp b/packs/Icons/Force Powers/Force Focus.webp new file mode 100644 index 00000000..7d24b429 Binary files /dev/null and b/packs/Icons/Force Powers/Force Focus.webp differ diff --git a/packs/Icons/Force Powers/Force Jump.webp b/packs/Icons/Force Powers/Force Jump.webp new file mode 100644 index 00000000..ba9ccd40 Binary files /dev/null and b/packs/Icons/Force Powers/Force Jump.webp differ diff --git a/packs/Icons/Force Powers/Force Leap.webp b/packs/Icons/Force Powers/Force Leap.webp new file mode 100644 index 00000000..075ea777 Binary files /dev/null and b/packs/Icons/Force Powers/Force Leap.webp differ diff --git a/packs/Icons/Force Powers/Force Link.webp b/packs/Icons/Force Powers/Force Link.webp new file mode 100644 index 00000000..26d76079 Binary files /dev/null and b/packs/Icons/Force Powers/Force Link.webp differ diff --git a/packs/Icons/Force Powers/Force Mask.webp b/packs/Icons/Force Powers/Force Mask.webp new file mode 100644 index 00000000..34f73152 Binary files /dev/null and b/packs/Icons/Force Powers/Force Mask.webp differ diff --git a/packs/Icons/Force Powers/Force Meld.webp b/packs/Icons/Force Powers/Force Meld.webp new file mode 100644 index 00000000..b9183f96 Binary files /dev/null and b/packs/Icons/Force Powers/Force Meld.webp differ diff --git a/packs/Icons/Force Powers/Force Mend.webp b/packs/Icons/Force Powers/Force Mend.webp new file mode 100644 index 00000000..c16180be Binary files /dev/null and b/packs/Icons/Force Powers/Force Mend.webp differ diff --git a/packs/Icons/Force Powers/Force Project.webp b/packs/Icons/Force Powers/Force Project.webp new file mode 100644 index 00000000..b28d4861 Binary files /dev/null and b/packs/Icons/Force Powers/Force Project.webp differ diff --git a/packs/Icons/Force Powers/Force Propel.webp b/packs/Icons/Force Powers/Force Propel.webp new file mode 100644 index 00000000..32772152 Binary files /dev/null and b/packs/Icons/Force Powers/Force Propel.webp differ diff --git a/packs/Icons/Force Powers/Force Reflect.webp b/packs/Icons/Force Powers/Force Reflect.webp new file mode 100644 index 00000000..181f6d9d Binary files /dev/null and b/packs/Icons/Force Powers/Force Reflect.webp differ diff --git a/packs/Icons/Force Powers/Force Repulse.webp b/packs/Icons/Force Powers/Force Repulse.webp new file mode 100644 index 00000000..0a8b87fc Binary files /dev/null and b/packs/Icons/Force Powers/Force Repulse.webp differ diff --git a/packs/Icons/Force Powers/Force Shunt.webp b/packs/Icons/Force Powers/Force Shunt.webp new file mode 100644 index 00000000..2f10ec98 Binary files /dev/null and b/packs/Icons/Force Powers/Force Shunt.webp differ diff --git a/packs/Icons/Force Powers/Force Sight.webp b/packs/Icons/Force Powers/Force Sight.webp new file mode 100644 index 00000000..30fb4398 Binary files /dev/null and b/packs/Icons/Force Powers/Force Sight.webp differ diff --git a/packs/Icons/Force Powers/Force Technique.webp b/packs/Icons/Force Powers/Force Technique.webp new file mode 100644 index 00000000..1a54fde5 Binary files /dev/null and b/packs/Icons/Force Powers/Force Technique.webp differ diff --git a/packs/Icons/Force Powers/Force Throw.webp b/packs/Icons/Force Powers/Force Throw.webp new file mode 100644 index 00000000..43ce94a6 Binary files /dev/null and b/packs/Icons/Force Powers/Force Throw.webp differ diff --git a/packs/Icons/Force Powers/Force Trance.webp b/packs/Icons/Force Powers/Force Trance.webp new file mode 100644 index 00000000..d06977c6 Binary files /dev/null and b/packs/Icons/Force Powers/Force Trance.webp differ diff --git a/packs/Icons/Force Powers/Force Vision.webp b/packs/Icons/Force Powers/Force Vision.webp new file mode 100644 index 00000000..04c874c5 Binary files /dev/null and b/packs/Icons/Force Powers/Force Vision.webp differ diff --git a/packs/Icons/Force Powers/Force Weapon.webp b/packs/Icons/Force Powers/Force Weapon.webp new file mode 100644 index 00000000..b0451234 Binary files /dev/null and b/packs/Icons/Force Powers/Force Weapon.webp differ diff --git a/packs/Icons/Force Powers/Force Whisper.webp b/packs/Icons/Force Powers/Force Whisper.webp new file mode 100644 index 00000000..6580c427 Binary files /dev/null and b/packs/Icons/Force Powers/Force Whisper.webp differ diff --git a/packs/Icons/Force Powers/Freedom of Movement.webp b/packs/Icons/Force Powers/Freedom of Movement.webp new file mode 100644 index 00000000..757b9bd2 Binary files /dev/null and b/packs/Icons/Force Powers/Freedom of Movement.webp differ diff --git a/packs/Icons/Force Powers/Give Life.webp b/packs/Icons/Force Powers/Give Life.webp new file mode 100644 index 00000000..c76873bd Binary files /dev/null and b/packs/Icons/Force Powers/Give Life.webp differ diff --git a/packs/Icons/Force Powers/Grasping Vines.webp b/packs/Icons/Force Powers/Grasping Vines.webp new file mode 100644 index 00000000..73e04c9a Binary files /dev/null and b/packs/Icons/Force Powers/Grasping Vines.webp differ diff --git a/packs/Icons/Force Powers/Great Saber Throw.webp b/packs/Icons/Force Powers/Great Saber Throw.webp new file mode 100644 index 00000000..0501ff39 Binary files /dev/null and b/packs/Icons/Force Powers/Great Saber Throw.webp differ diff --git a/packs/Icons/Force Powers/Guidance.webp b/packs/Icons/Force Powers/Guidance.webp new file mode 100644 index 00000000..004ca178 Binary files /dev/null and b/packs/Icons/Force Powers/Guidance.webp differ diff --git a/packs/Icons/Force Powers/Heroism.webp b/packs/Icons/Force Powers/Heroism.webp new file mode 100644 index 00000000..6b95792c Binary files /dev/null and b/packs/Icons/Force Powers/Heroism.webp differ diff --git a/packs/Icons/Force Powers/Improved Force Barrier.webp b/packs/Icons/Force Powers/Improved Force Barrier.webp new file mode 100644 index 00000000..67e183c2 Binary files /dev/null and b/packs/Icons/Force Powers/Improved Force Barrier.webp differ diff --git a/packs/Icons/Force Powers/Improved Force Camouflage.webp b/packs/Icons/Force Powers/Improved Force Camouflage.webp new file mode 100644 index 00000000..005a10b1 Binary files /dev/null and b/packs/Icons/Force Powers/Improved Force Camouflage.webp differ diff --git a/packs/Icons/Force Powers/Improved Phasestrike.webp b/packs/Icons/Force Powers/Improved Phasestrike.webp new file mode 100644 index 00000000..e39379da Binary files /dev/null and b/packs/Icons/Force Powers/Improved Phasestrike.webp differ diff --git a/packs/Icons/Force Powers/Improved Phasewalk.webp b/packs/Icons/Force Powers/Improved Phasewalk.webp new file mode 100644 index 00000000..81c11c07 Binary files /dev/null and b/packs/Icons/Force Powers/Improved Phasewalk.webp differ diff --git a/packs/Icons/Force Powers/Improved Restoration.webp b/packs/Icons/Force Powers/Improved Restoration.webp new file mode 100644 index 00000000..8041ad48 Binary files /dev/null and b/packs/Icons/Force Powers/Improved Restoration.webp differ diff --git a/packs/Icons/Force Powers/Improved Revitalize.webp b/packs/Icons/Force Powers/Improved Revitalize.webp new file mode 100644 index 00000000..c9a1bfdd Binary files /dev/null and b/packs/Icons/Force Powers/Improved Revitalize.webp differ diff --git a/packs/Icons/Force Powers/Improved Saber Throw.webp b/packs/Icons/Force Powers/Improved Saber Throw.webp new file mode 100644 index 00000000..498fa60e Binary files /dev/null and b/packs/Icons/Force Powers/Improved Saber Throw.webp differ diff --git a/packs/Icons/Force Powers/Locate Creature.webp b/packs/Icons/Force Powers/Locate Creature.webp new file mode 100644 index 00000000..98666435 Binary files /dev/null and b/packs/Icons/Force Powers/Locate Creature.webp differ diff --git a/packs/Icons/Force Powers/Locate Object.webp b/packs/Icons/Force Powers/Locate Object.webp new file mode 100644 index 00000000..e53f5424 Binary files /dev/null and b/packs/Icons/Force Powers/Locate Object.webp differ diff --git a/packs/Icons/Force Powers/Malacia.webp b/packs/Icons/Force Powers/Malacia.webp new file mode 100644 index 00000000..aed67f40 Binary files /dev/null and b/packs/Icons/Force Powers/Malacia.webp differ diff --git a/packs/Icons/Force Powers/Mass Animation.webp b/packs/Icons/Force Powers/Mass Animation.webp new file mode 100644 index 00000000..a8e60e99 Binary files /dev/null and b/packs/Icons/Force Powers/Mass Animation.webp differ diff --git a/packs/Icons/Force Powers/Mass Coerce Mind.webp b/packs/Icons/Force Powers/Mass Coerce Mind.webp new file mode 100644 index 00000000..c7297238 Binary files /dev/null and b/packs/Icons/Force Powers/Mass Coerce Mind.webp differ diff --git a/packs/Icons/Force Powers/Mass Malacia.webp b/packs/Icons/Force Powers/Mass Malacia.webp new file mode 100644 index 00000000..6f844f24 Binary files /dev/null and b/packs/Icons/Force Powers/Mass Malacia.webp differ diff --git a/packs/Icons/Force Powers/Master Force Barrier.webp b/packs/Icons/Force Powers/Master Force Barrier.webp new file mode 100644 index 00000000..d3d7e798 Binary files /dev/null and b/packs/Icons/Force Powers/Master Force Barrier.webp differ diff --git a/packs/Icons/Force Powers/Master Malacia.webp b/packs/Icons/Force Powers/Master Malacia.webp new file mode 100644 index 00000000..f96b1d09 Binary files /dev/null and b/packs/Icons/Force Powers/Master Malacia.webp differ diff --git a/packs/Icons/Force Powers/Master Revitalize.webp b/packs/Icons/Force Powers/Master Revitalize.webp new file mode 100644 index 00000000..6fd8099a Binary files /dev/null and b/packs/Icons/Force Powers/Master Revitalize.webp differ diff --git a/packs/Icons/Force Powers/Master Saber Throw.webp b/packs/Icons/Force Powers/Master Saber Throw.webp new file mode 100644 index 00000000..47ca6274 Binary files /dev/null and b/packs/Icons/Force Powers/Master Saber Throw.webp differ diff --git a/packs/Icons/Force Powers/Mind Blank.webp b/packs/Icons/Force Powers/Mind Blank.webp new file mode 100644 index 00000000..750c82d1 Binary files /dev/null and b/packs/Icons/Force Powers/Mind Blank.webp differ diff --git a/packs/Icons/Force Powers/Mind Prison.webp b/packs/Icons/Force Powers/Mind Prison.webp new file mode 100644 index 00000000..51b9ed4c Binary files /dev/null and b/packs/Icons/Force Powers/Mind Prison.webp differ diff --git a/packs/Icons/Force Powers/Mind Trap.webp b/packs/Icons/Force Powers/Mind Trap.webp new file mode 100644 index 00000000..ab790e46 Binary files /dev/null and b/packs/Icons/Force Powers/Mind Trap.webp differ diff --git a/packs/Icons/Force Powers/Morichro.webp b/packs/Icons/Force Powers/Morichro.webp new file mode 100644 index 00000000..0dd7039f Binary files /dev/null and b/packs/Icons/Force Powers/Morichro.webp differ diff --git a/packs/Icons/Force Powers/Necrotic Touch.webp b/packs/Icons/Force Powers/Necrotic Touch.webp new file mode 100644 index 00000000..850c429a Binary files /dev/null and b/packs/Icons/Force Powers/Necrotic Touch.webp differ diff --git a/packs/Icons/Force Powers/Phasestrike.webp b/packs/Icons/Force Powers/Phasestrike.webp new file mode 100644 index 00000000..2899d144 Binary files /dev/null and b/packs/Icons/Force Powers/Phasestrike.webp differ diff --git a/packs/Icons/Force Powers/Phasewalk.webp b/packs/Icons/Force Powers/Phasewalk.webp new file mode 100644 index 00000000..537e83f9 Binary files /dev/null and b/packs/Icons/Force Powers/Phasewalk.webp differ diff --git a/packs/Icons/Force Powers/Plant Surge.webp b/packs/Icons/Force Powers/Plant Surge.webp new file mode 100644 index 00000000..a69d476d Binary files /dev/null and b/packs/Icons/Force Powers/Plant Surge.webp differ diff --git a/packs/Icons/Force Powers/Precognition.webp b/packs/Icons/Force Powers/Precognition.webp new file mode 100644 index 00000000..ae3052ae Binary files /dev/null and b/packs/Icons/Force Powers/Precognition.webp differ diff --git a/packs/Icons/Force Powers/Project.webp b/packs/Icons/Force Powers/Project.webp new file mode 100644 index 00000000..b80fdef6 Binary files /dev/null and b/packs/Icons/Force Powers/Project.webp differ diff --git a/packs/Icons/Force Powers/Psychometry.webp b/packs/Icons/Force Powers/Psychometry.webp new file mode 100644 index 00000000..51fdf85d Binary files /dev/null and b/packs/Icons/Force Powers/Psychometry.webp differ diff --git a/packs/Icons/Force Powers/Rebuke.webp b/packs/Icons/Force Powers/Rebuke.webp new file mode 100644 index 00000000..f2c704a9 Binary files /dev/null and b/packs/Icons/Force Powers/Rebuke.webp differ diff --git a/packs/Icons/Force Powers/Remove Curse.webp b/packs/Icons/Force Powers/Remove Curse.webp new file mode 100644 index 00000000..66442e6d Binary files /dev/null and b/packs/Icons/Force Powers/Remove Curse.webp differ diff --git a/packs/Icons/Force Powers/Rescue.webp b/packs/Icons/Force Powers/Rescue.webp new file mode 100644 index 00000000..5ae51fb5 Binary files /dev/null and b/packs/Icons/Force Powers/Rescue.webp differ diff --git a/packs/Icons/Force Powers/Resistance.webp b/packs/Icons/Force Powers/Resistance.webp new file mode 100644 index 00000000..c17c2c80 Binary files /dev/null and b/packs/Icons/Force Powers/Resistance.webp differ diff --git a/packs/Icons/Force Powers/Restoration.webp b/packs/Icons/Force Powers/Restoration.webp new file mode 100644 index 00000000..44490c2f Binary files /dev/null and b/packs/Icons/Force Powers/Restoration.webp differ diff --git a/packs/Icons/Force Powers/Revitalize.webp b/packs/Icons/Force Powers/Revitalize.webp new file mode 100644 index 00000000..4d80b860 Binary files /dev/null and b/packs/Icons/Force Powers/Revitalize.webp differ diff --git a/packs/Icons/Force Powers/Sanctuary.webp b/packs/Icons/Force Powers/Sanctuary.webp new file mode 100644 index 00000000..93ce5439 Binary files /dev/null and b/packs/Icons/Force Powers/Sanctuary.webp differ diff --git a/packs/Icons/Force Powers/Seethe.webp b/packs/Icons/Force Powers/Seethe.webp new file mode 100644 index 00000000..63f3e4d6 Binary files /dev/null and b/packs/Icons/Force Powers/Seethe.webp differ diff --git a/packs/Icons/Force Powers/Sense Emotion.webp b/packs/Icons/Force Powers/Sense Emotion.webp new file mode 100644 index 00000000..ae1946d2 Binary files /dev/null and b/packs/Icons/Force Powers/Sense Emotion.webp differ diff --git a/packs/Icons/Force Powers/Sense Force.webp b/packs/Icons/Force Powers/Sense Force.webp new file mode 100644 index 00000000..e40d01a2 Binary files /dev/null and b/packs/Icons/Force Powers/Sense Force.webp differ diff --git a/packs/Icons/Force Powers/Sever Force.webp b/packs/Icons/Force Powers/Sever Force.webp new file mode 100644 index 00000000..58fed239 Binary files /dev/null and b/packs/Icons/Force Powers/Sever Force.webp differ diff --git a/packs/Icons/Force Powers/Shadow Sight.webp b/packs/Icons/Force Powers/Shadow Sight.webp new file mode 100644 index 00000000..b67a9cb4 Binary files /dev/null and b/packs/Icons/Force Powers/Shadow Sight.webp differ diff --git a/packs/Icons/Force Powers/Share Life.webp b/packs/Icons/Force Powers/Share Life.webp new file mode 100644 index 00000000..fd77ec72 Binary files /dev/null and b/packs/Icons/Force Powers/Share Life.webp differ diff --git a/packs/Icons/Force Powers/Skill Empowerment.webp b/packs/Icons/Force Powers/Skill Empowerment.webp new file mode 100644 index 00000000..c1aa16c6 Binary files /dev/null and b/packs/Icons/Force Powers/Skill Empowerment.webp differ diff --git a/packs/Icons/Force Powers/Slow Descent.webp b/packs/Icons/Force Powers/Slow Descent.webp new file mode 100644 index 00000000..9f3d8a0b Binary files /dev/null and b/packs/Icons/Force Powers/Slow Descent.webp differ diff --git a/packs/Icons/Force Powers/Sonic Charge.webp b/packs/Icons/Force Powers/Sonic Charge.webp new file mode 100644 index 00000000..48f22a13 Binary files /dev/null and b/packs/Icons/Force Powers/Sonic Charge.webp differ diff --git a/packs/Icons/Force Powers/Sonic Trick.webp b/packs/Icons/Force Powers/Sonic Trick.webp new file mode 100644 index 00000000..aa42a31e Binary files /dev/null and b/packs/Icons/Force Powers/Sonic Trick.webp differ diff --git a/packs/Icons/Force Powers/Spare the Dying.webp b/packs/Icons/Force Powers/Spare the Dying.webp new file mode 100644 index 00000000..fb9d210c Binary files /dev/null and b/packs/Icons/Force Powers/Spare the Dying.webp differ diff --git a/packs/Icons/Force Powers/Spirit Blade.webp b/packs/Icons/Force Powers/Spirit Blade.webp new file mode 100644 index 00000000..3fe89335 Binary files /dev/null and b/packs/Icons/Force Powers/Spirit Blade.webp differ diff --git a/packs/Icons/Force Powers/Stasis.webp b/packs/Icons/Force Powers/Stasis.webp index 8a54056a..243ae7da 100644 Binary files a/packs/Icons/Force Powers/Stasis.webp and b/packs/Icons/Force Powers/Stasis.webp differ diff --git a/packs/Icons/Force Powers/Sustained Lightning.webp b/packs/Icons/Force Powers/Sustained Lightning.webp new file mode 100644 index 00000000..c4980375 Binary files /dev/null and b/packs/Icons/Force Powers/Sustained Lightning.webp differ diff --git a/packs/Icons/Force Powers/Telekinesis.webp b/packs/Icons/Force Powers/Telekinesis.webp new file mode 100644 index 00000000..9fc05c88 Binary files /dev/null and b/packs/Icons/Force Powers/Telekinesis.webp differ diff --git a/packs/Icons/Force Powers/Telemetry.webp b/packs/Icons/Force Powers/Telemetry.webp new file mode 100644 index 00000000..74a41cd6 Binary files /dev/null and b/packs/Icons/Force Powers/Telemetry.webp differ diff --git a/packs/Icons/Force Powers/Tremor.webp b/packs/Icons/Force Powers/Tremor.webp new file mode 100644 index 00000000..302a9015 Binary files /dev/null and b/packs/Icons/Force Powers/Tremor.webp differ diff --git a/packs/Icons/Force Powers/True Sight.webp b/packs/Icons/Force Powers/True Sight.webp new file mode 100644 index 00000000..aadf1995 Binary files /dev/null and b/packs/Icons/Force Powers/True Sight.webp differ diff --git a/packs/Icons/Force Powers/Turbulence.webp b/packs/Icons/Force Powers/Turbulence.webp new file mode 100644 index 00000000..5db94db6 Binary files /dev/null and b/packs/Icons/Force Powers/Turbulence.webp differ diff --git a/packs/Icons/Force Powers/Will of the Force.webp b/packs/Icons/Force Powers/Will of the Force.webp new file mode 100644 index 00000000..57960f1b Binary files /dev/null and b/packs/Icons/Force Powers/Will of the Force.webp differ diff --git a/packs/Icons/Species/Ho'Din.webp b/packs/Icons/Species/Ho'Din.webp new file mode 100644 index 00000000..5dd04f11 Binary files /dev/null and b/packs/Icons/Species/Ho'Din.webp differ diff --git a/packs/packs/adventuringgear.db b/packs/packs/adventuringgear.db index b01d0fdd..cdaa5826 100644 --- a/packs/packs/adventuringgear.db +++ b/packs/packs/adventuringgear.db @@ -52,7 +52,7 @@ {"name":"Traz","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"tool","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":6,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"ability":"int","chatFlavor":"","proficient":0,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Musical%20Instrument/Traz.webp","_id":"UQu4duMtxYEXKAbo"} {"name":"Tent, two-person","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"loot","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":5,"price":20,"attuned":false,"equipped":false,"rarity":"","identified":true,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Utility/Tent.webp","_id":"UxL0trd3omeqzBk4"} {"name":"Homing Beacon","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"loot","data":{"description":{"value":"

A homing beacon is a device used to track starships or any other entity being transported. Homing beacons transmit using non-mass HoloNet transceivers able to be tracked through hyperspace. Homing beacons are small enough that they can easily be hidden inside a ship, or tucked into some crevice on its exterior.

","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Utility/Homing%20Beacon.webp","_id":"V2hSxkLfq461mvNz"} -{"name":"Power Cell","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"consumable","data":{"description":{"value":"

Power cells fuel blaster weapons that deal energy or ion damage. Additionally, power cells are used to energize certain tools.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":10,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":"","autoDestroy":false},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"consumableType":"ammo","attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Ammunition/Power%20Cell.webp","_id":"VUkO1T2aYMuUcBZM"} +{"name":"Power Cell","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"consumable","data":{"description":{"value":"

Power cells fuel blaster weapons that deal energy or ion damage. Additionally, power cells are used to energize certain tools.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":10,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation": {"type": "none","cost": null,"condition": ""},"duration": {"value": null,"units": ""},"target": {"value": null,"width": null,"units": "","type": ""},range":{"value": null,"long": null,"units": ""},"uses": {"value": 100,"max": "100","per": "charges","autoDestroy": false},"consume": {"type": "","target": "","amount": null},"ability": null,"actionType": "","attackBonus": 0,"chatFlavor": "","critical": null,"damage": {"parts": [],"versatile": ""},"formula": "","save": {"ability": "","dc": null,"scaling": "spell"},"consumableType": "ammo","attributes": {"spelldc": 10},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Ammunition/Power%20Cell.webp","_id":"VUkO1T2aYMuUcBZM"} {"name":"Propulsion pack","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"loot","data":{"description":{"value":"

Propulsion packs enhance underwater movement. Activating or deactivating the propulsion pack requires a bonus action and, while active, you have a swimming speed of 30 feet. The propulsion pack lasts for 1 minute per power cell (to a maximum of 10 minutes) and can be recharged by a power source or replacing the power cells.

","chat":"","unidentified":""},"source":"WH","quantity":1,"weight":20,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Weapon%20or%20Armor%20Accessory/Propulsion%20Pack.webp","_id":"XR1obpDj1PqDLfA8"} {"name":"Emergency Battery","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"consumable","data":{"description":{"value":"

All non-expendable droids need recharging as they are used. The battery has ten uses. As an action, you can expend one use of the kit to stabilize a droid that has 0 hit points, without needing to make an Intelligence (Technology) check.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":5,"price":70,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":10,"max":10,"per":"charges","autoDestroy":true},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"Stabilize Droid","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"consumableType":"potion","attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Medical/Emergency%20Battery.webp","_id":"Z0YM3aYCyCRhL6cx"} {"name":"Smugglepack","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"backpack","data":{"description":{"value":"

This backpack comes with a main compartment that can store up to 15 lb., not exceeding a volume of 1/2 cubic foot. Additionally, it has a hidden storage compartment that can hold up to 5 lb, not exceeding a volume of 1/4 cubic foot. Finding the hidden compartment requires a DC 15 Investigation check.

","chat":"","unidentified":""},"source":"WH","quantity":1,"weight":6,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"capacity":{"type":"weight","value":20,"weightless":false},"currency":{"cp":0,"sp":0,"ep":0,"gp":0,"pp":0},"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Storage/Smugglerpack.webp","_id":"Zlj5z56A4oVQ5iEC"} @@ -111,3 +111,4 @@ {"name":"Headcomm","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"loot","data":{"description":{"value":"

A headcomm can be installed in a helmet or worn independently. It functions as a hands-free commlink.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Communications/Headcomm.webp","_id":"zHERdLuCUPpxzaSJ"} {"name":"Poisoner's Kit","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"tool","data":{"description":{"value":"

A poisoner’s kit includes the vials, chemicals, and other equipment necessary for the creation of poisons. Proficiency with this kit lets you add your proficiency bonus to any ability checks you make to craft or use poisons.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"ability":"int","chatFlavor":"","proficient":0,"attributes":{"spelldc":10},"damage":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Kit/Poisoner_s%20Kit.webp","_id":"zaLzNlsfzRf71Xpl"} {"name":"Mine, Plasma","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

When you use your action to set it, this mine sets an imperceptible laser line extending up to 15 feet. When the laser is tripped, the mine explodes, coating the area in a 15-foot radius around it in fire that burns for 1 minute. When a creature enters the fire or starts its turn there it must make a DC 13 Dexterity saving throw. On a failed save, the creature takes 2d6 fire damage, or half as much on a successful one. A construct makes this save with disadvantage.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":550,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"charges"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":13,"scaling":"flat"},"weaponType":"improv","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/Explosive/Mine%2C%20Plasma.webp","_id":"zrSOUA8dUg9lHVdS"} +{"name":"Power Cell","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"consumable","data":{"description":{"value":"

Power cells fuel blaster weapons that deal energy or ion damage. Additionally, power cells are used to energize certain tools.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":10,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":"","autoDestroy":false},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"consumableType":"ammo","attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Ammunition/Power%20Cell.webp","_id":"VUkO1T2aYMuUcBZM"} diff --git a/packs/packs/archetypes.db b/packs/packs/archetypes.db index dea71a49..762bcbff 100644 --- a/packs/packs/archetypes.db +++ b/packs/packs/archetypes.db @@ -70,6 +70,7 @@ {"_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

Explosive

\n

Also at 3rd level, while raging, you gain the following benefits:

\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

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":"iLPc8U5Pn1cu9cld","name":"Pugnacity Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Pugnacity Practice

\n

Those operatives who choose the Pugnacity Practice apply an atypical versatility to their actions, comfortably dispatching foes from afar or face to face.

\n

Tools Of The Trade

\n

Pugnacity Practice: 3rd level

\n

You've learned to move swiftly while wielding larger armaments. You gain proficiency with medium armor and martial vibroweapons. If you are already proficient in medium armor, you instead gain proficiency in heavy armor. Additionally, you can deal Sneak Attack damage with any weapon, as long as it does not have the heavy or special properties.

\n

Lastly, 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 below its hit point maximum. All the other rules for the Sneak Attack class feature still apply to you.

\n

Blitz Attack

\n

Pugnacity Practice: 3rd level

\n

You've learned ways to use your martial ability to boost your combat performance. When you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a blitz attack.

\n

Some of your blitz attacks require your target to make a saving throw to resist the attack's effects. The saving throw DC is as follows:

\n

Blitz Attack save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n

Demoralizing Attack

\n

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

Diverting Attack

\n

Roll two of your Sneak Attack dice. The first time the target would deal damage before the start of your next turn, that damage is reduced by an amount equal to the resulting roll.

\n

Warmonger's Attack

\n

If the target makes an attack against you or an allied creature within 5 feet of you before the start of your next turn, you can use your reaction to make a melee weapon attack against it.

\n

Extra Attack

\n

Pugnacity Practice: 9th level

\n

When you take the Attack action on your turn, you can choose to attack twice, instead of once. Additionally, you can deal Sneak Attack damage any number of times on your turn. Each time you deal Sneak Attack damage, you can choose how many Sneak Attack dice you apply. You can't apply more than your total Sneak Attack dice each turn.

\n

Unrelenting Advance

\n

Pugnacity Practice: 13th level

\n

You have advantage on ability checks and saving throws against effects that would grapple or restrain you. Additionally, if you are grappled or restrained, and you could use your action to attempt to end the effect, you can instead use your bonus action.

\n

Razor Focus

\n

Pugnacity Practice: 17th level

\n

You can enter a hyper-focused state of mind for 1 minute as a bonus action. You must maintain concentration, as if concentrating on a power. For the duration, each time you successfully deal Sneak Attack damage against a creature, you gain two additional Sneak Attack dice, cumulatively, as your attacks become increasingly precise. These additional dice are lost when your focus ends, whether through failing to maintain concentration or after 1 minute.

\n

The first time you use this feature, you suffer no ill effect. If you use this feature again before you finish a long rest, you suffer one level of exhaustion each time you use it.

"},"source":"EC","classCasterType":""},"flags":{"core":{"sourceId":"Item.n6vQ9NuGtmnNe5lQ"}},"img":"systems/sw5e/packs/Icons/Archetypes/Pugnacity%20Practice.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":"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

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":[]} @@ -107,4 +108,5 @@ {"_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

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":"yKfUkaPjKwoQKj01","name":"Occultist Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Occultist Pursuit

\n

Occultists research the obscure practitioners of mystical arts, from witches to shamans to sorcerers. Those scholars who choose the Occultist Pursuit learn to harness these magics to bewitch and confound their enemies.

\n

Rancor's Disposition

\n

Occultist Pursuit: 3rd level

\n

When you use a scholar class feature, or a feature of this archetype, and that feature references your Intelligence modifier, you can substitute your choice of Wisdom or Charisma instead.

\n

Curse of Objurgation

\n

Occultist Pursuit: 3rd level

\n

When you target a creature with your Critical Analysis, you can choose one ability. While it can see you, the target has disadvantage on ability checks made with the chosen ability.

\n

You can use this feature a number of times equal to your proficiency bonus, as shown in the scholar table. You regain all expended uses when you complete a long rest.

\n

Additional Maneuvers

\n

Occultist Pursuit: 3rd level

\n

You gain access to new maneuvers which reflect the progress of your studies of the supernatural. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Agonizing Lethargy

\n

You can use an action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you. The target must succeed on a Constitution saving throw. On a failed save, the target takes 1d6 necrotic damage for each attack it makes until the start of your next turn. A creature targeted by your Critical Analysis has disadvantage on the save.

\n

Befogging Ichor

\n

You can use a bonus action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you. The target must succeed on a Wisdom saving throw. On a failed save, the target can't take reactions until the start of its next turn and on its turn must use its movement to move half its speed in a random direction. Roll a d8 and assign a direction to each face. If the direction rolled is blocked, the target doesn't move.

\n

Chains of Transfixing

\n

You can use a bonus action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you that is no more than one size larger than you. The target must succeed on a Strength saving throw or gain four levels of slowed until the start of your next turn.

\n

Dark Transference

\n

When you hit the target of your Critical Analysis with an attack, you can expend a superiority die and roll it to attempt to siphon life from it. The target must succeed on a Constitution saving throw. On a failed save, add the result to the damage roll, and you regain one expended Hit Die.

\n

Deathseek

\n

When an attack made against the target of your Critical Analysis that you can see would miss, you can use a reaction to expend a superiority die and roll it to force the creature to instead take the hit. The creature must succeed on a Wisdom saving throw. On a failed save, the target takes the minimum damage the attack could have dealt plus additional damage equal to the roll.

\n

Reverse Curse

\n

When another creature attempts to charm or frighten you or an ally you can see within 15 feet of you, you can use your reaction to expend a superiority die and roll it to attempt to turn the effect back on that creature. The creature must succeed on a Wisdom saving throw or be be charmed or frightened by you, dependent on the triggering ability, for a number of rounds equal to the die roll or until the creature takes any damage.

\n

Shadow Puppetry

\n

When a creature you can see within 30 feet of you is reduced to 0 hit points, you can use your reaction to expend a superiority die to give that creature a final act of aggression. That creature can immediately move a number of feet equal to 5 times the result of the die and make a single weapon attack against a target of your choice within its attack range, adding the die to the attack roll.

\n

Water of Life

\n

When an allied creature within 30 feet that you can see takes damage, you can use a reaction to expend a superiority die and roll it. The ally regains a number of hit points equal to the roll + your Intelligence modifier.

\n

Wracking Torment

\n

When a hostile creature you can see within 30 feet would take damage from an effect you or a friendly creature controls, you can use your reaction to expend a superiority die to temporarily weaken their resilience against it. Until the end of the turn, the target loses resistance to the damage types of the triggering attack or power.

\n

Heightened Hex

\n

Occultist Pursuit: 6th level

\n

When you use your Curse of Objurgation feature, each time the cursed creature deals damage to you or an allied creature you can see within 5 feet of you, the creature takes psychic damage equal to twice your Intelligence modifier (minimum of 2).

\n

Voodoo Doll

\n

Occultist Pursuit: 9th level

\n

Over the course of an hour, which can be done during a short rest, you can perform a ritual to construct an effigy of a creature. In order to do so, you must have at least heard of or seen the creature before, and the target must be in the same system as you. At the end of the hour, the creature must make a Wisdom saving throw against your maneuver save DC. This saving throw is modified by how well you know the target and the sort of physical connection you have to it, as shown in the Knowledge Save Modifier and Connection Save Modifier tables below.

\n

Knowledge Save Modifier

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Secondhand (you have heard of the target)+5
firsthand (you have met the target+0
Familiar (you know the target well)-5
\n

Connection Save Modifier

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Likeness or picture-2
Curse of Objurgation-3
Possession or garment-4
Body part, lock of hair, bit of nail, or the like-10
\n

On a successful save, the target isn't affected, and you can't use this ritual against it again for 24 hours. On a failed save, the ritual creates a Tiny doll that is linked to the target. The doll remains linked for 24 hours, or for 10 minutes after you first use it. It disintegrates at the end of this duration. For the duration, you can see and hear the target through the doll as if you were within 5 feet of the creature.

\n

Additionally, as action while the doll is in your possession, you can expend a Hit Die to torment the target, choosing an effect from the following options:

\n\n

The target can only be under 1 effect at a time. When you use a new effect, any existing effects end. Placing an effect on a target requires maintaining your concentration, as if concentrating on a power.

\n

You can use this feature twice. You regain all expended uses when you finish a long rest.

\n

Toil and Trouble

\n

Occultist Pursuit: 17th level

\n

You perfect your control of your curses, granting them unmatched potency. When the target of your Curse of Objurgation fails a saving throw against one of your maneuvers, you can choose to amplify that maneuver by expending a number of Hit Dice of your choice. The target immediately takes 1d8 psychic damage for every Hit Die spent in this way.

\n

Additionally, when creatures attempt to use a power like remove curse or other similar abilities to remove a curse you set, they must roll a Wisdom or Charisma check (their choice) against your maneuver save DC. On a failed save, their attempt fails, and any force or tech points spent in this way are wasted.

\n

Occultist Discoveries

\n

When you select this pursuit, you gain access to new discoveries which reflect your research on the occult. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Arcane Membrane

\n

You can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of+1) to any Intelligence (Lore) or Intelligence (Nature) checks you make.

\n

Evil Eye

\n

Prerequisite: 5th level

\n

You can cast the bestow curse and remove curse force powers without spending force points. Wisdom or Charisma (your choice) is your forcecasting modifier for these powers.

\n

Once you've cast a power using this feature, you must complete a long rest before you can cast it again.

\n

Exsanguination

\n

Prerequisite: 9th level

\n

When a creature marked by your Curse of Objurgation is reduced to 0 hit points, you can use a reaction and expend a Hit Die to immediately regain a use of your Curse of Objurgation.

\n

Hexes and Superstitions

\n

When you roll a 13 on an ability check, you treat it as if you rolled a 20.

\n

Natural Karma

\n

Before you use a maneuver or power to set a curse on a target you can see, you can make a contested Dexterity (Sleight of Hand) check against the target's Wisdom (Insight) check. On a success, the target is unaware you set the curse on them.

\n

Savage Sortilege

\n

Prerequisite: 13th level

\n

You ignore resistance to psychic damage, and you have resistance to psychic damage.

\n

Supernatural Vigor

\n

At the end of a long rest, you can choose one creature you can see within 30 feet (this includes you) to imbue with unnatural power. The creature's hit point maximum and current hit points increase by an amount equal to your scholar level, and it has advantage on Constitution saving throws made to avoid exhaustion. Both effects end after 8 hours.

"},"source":"EC","classCasterType":""},"flags":{"core":{"sourceId":"Item.gw6hSnUb44hn0wWn"}},"img":"systems/sw5e/packs/Icons/Archetypes/Occultist%20Pursuit.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/classfeatures.db b/packs/packs/classfeatures.db index 1b1bd70b..80985607 100644 --- a/packs/packs/classfeatures.db +++ b/packs/packs/classfeatures.db @@ -1,50 +1,53 @@ {"_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":""},"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":"04YaNAIpdScc9WuJ","name":"Quick Thinking","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Passive.webp","effects":[]} +{"name":"Vow of Deflection","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":null,"condition":"Damaged by a melee weapon attack."},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"","target":"","amount":null},"ability":"dex","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10+@mod+@classes.monk.levels","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Reaction.webp","effects":[],"_id":"05NQgDNK4q9aQnTN"} {"_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":"","requirements":"Fighter: Heavy 18"},"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0L38TGkU8ViI7klt","name":"Master of Combat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":""},"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":""},"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":""},"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":""},"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":"","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":"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}},"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":""},"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 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":""},"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":""},"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}},"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":"","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":"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0uOEM0HhAAwu71gM","name":"Voodoo Doll","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 9th level

\n

Over the course of an hour, which can be done during a short rest, you can perform a ritual to construct an effigy of a creature. In order to do so, you must have at least heard of or seen the creature before, and the target must be in the same system as you. At the end of the hour, the creature must make a Wisdom saving throw against your maneuver save DC. This saving throw is modified by how well you know the target and the sort of physical connection you have to it, as shown in the Knowledge Save Modifier and Connection Save Modifier tables below.

\n

Knowledge Save Modifier

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Secondhand (you have heard of the target)+5
firsthand (you have met the target+0
Familiar (you know the target well)-5
\n

Connection Save Modifier

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Likeness or picture-2
Curse of Objurgation-3
Possession or garment-4
Body part, lock of hair, bit of nail, or the like-10
\n

On a successful save, the target isn't affected, and you can't use this ritual against it again for 24 hours. On a failed save, the ritual creates a Tiny doll that is linked to the target. The doll remains linked for 24 hours, or for 10 minutes after you first use it. It disintegrates at the end of this duration. For the duration, you can see and hear the target through the doll as if you were within 5 feet of the creature.

\n

Additionally, as an action while the doll is in your possession, you can expend a Hit Die to torment the target, choosing an effect from the following options:

\n\n

The target can only be under 1 effect at a time. When you use a new effect, any existing effects end. Placing an effect on a target requires maintaining your concentration, as if concentrating on a power.

\n

You can use this feature twice. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"none","cost":null,"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":"Occultist 9"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","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":""},"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":""},"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}},"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":[]}},"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

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":"","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":"1P7kIHNyx9mc8CX0","name":"Unarmored Defense (Berserker)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 1st level

\n

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":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","effects":[{"_id":"iz7fGT7FxWBlOGvO","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.attributes.ac.value","value":"@abilities.con.mod","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","label":"Unarmored Defense","tint":"","transfer":true}]} +{"_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

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}},"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":""},"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}},"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":""},"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":""},"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

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":"","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":"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

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}},"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":""},"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":""},"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":""},"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":""},"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

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":""},"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}},"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

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":"","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}},"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

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":"","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":"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

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}},"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

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}},"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}},"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":""},"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":""},"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":""},"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":""},"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}},"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":"2cPRZiAJPegsDJEt","name":"Techcasting (Engineer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 1st level

\n

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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Passive.webp","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":""},"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":"","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":"2k46BLW2l1Nz3npL","name":"Pinpoint Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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}},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -58,29 +61,32 @@ {"_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":[]}},"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":""},"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":""},"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":"3qzL7p1j5m4LlIah","name":"Force Recovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Consular: 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":"hour","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":"1","per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["floor(@classes.consular.levels/2)+max(@abilities.cha.mod,@abilities.wis.mod)","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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

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
\n
TRAITS
\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
\n
PROFICIENCIES
\n

\n\n
\n\n
\n
FEATURES
\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
\n
PROFICIENCIES
\n

\n\n
\n\n
\n
FEATURES
\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
\n
PROFICIENCIES
\n

\n\n
\n\n
\n
FEATURES
\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
\n
PROFICIENCIES
\n

\n\n
\n\n
\n
FEATURES
\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
\n
PROFICIENCIES
\n

\n\n
\n\n
\n
FEATURES
\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
\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
\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
\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
\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
\n

PERFORMANCE PROTOCOL

\n

Prerequisite: 7th level, Class III Droid
You modify your droid’s charisma chip, granting the following benefits:

\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
\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
\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":""},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"41pjk6FyBk1MYXMy","name":"Avatar","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: Kro Var Order: 17th level

\n

As an ultimate display of your mastery of the elements, you can spend 5 focus points as an action to have the elements of water, earth, fire, and air form a protective sphere around your body, gaining multiple benefits for 1 minute. While this ability is active, you have resistance to cold, energy, fire, kinetic, lightning, and sonic damage. You also gain a burrow, fly, and swim speed equal to your movement speed. Lastly, you can use any of the following abilities as a bonus 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":"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":""},"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":"4XaA12U40vAZxRhi","name":"Deflect Missiles","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 3rd level

\n

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":"reaction","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"","target":"","amount":null},"ability":"dex","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10+@mod+@classes.monk.levels","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 3","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Reaction.webp","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}},"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":""},"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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4pRbOLpM80cqv6uo","name":"Rancor's Disposition","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 3rd level

\n

When you use a scholar class feature, or a feature of this archetype, and that feature references your Intelligence modifier, you can substitute your choice of Wisdom or Charisma 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":"Occultist 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","effects":[]} +{"_id":"4u7sZjffWJWCUmkZ","name":"Trip Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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
\n

To support full damage on save in midi-qoi set Check Spell Text to true, otherwise the save will apply to the damage as well as the effect.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"str"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":""},"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":""},"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}},"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":"","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":"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":"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5LIZH5J156FPC8Ar","name":"Fighting Style (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 2nd level

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} +{"_id":"5MSNIuwM4DtqFzxV","name":"Infuse Item","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 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":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"creature"},"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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Passive.webp","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":""},"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}},"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":""},"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":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"","requirements":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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

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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6KfPYuS5IiWyeq3v","name":"Distracting Strike","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"jQiKudRHpZIjEMp2","flags":{"dae":{"stackable":false,"specialDuration":["isAttacked"],"transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Distracted","tint":"","transfer":false}]} {"_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":""},"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":[]} @@ -91,15 +97,19 @@ {"_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 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

RESISTANCES AND VULNERABILITIES

\n
\n\n

FEATURES

\n
\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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6umG4Hsx9ZVkzWJK","name":"Aura of Conquest","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} {"_id":"6xJyPg0dy64TKDGQ","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":"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}},"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":"71u1CPfFOBP2UZgi","name":"Stillness of Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 7th level

\n

You can use your action or bonus action to end one effect on yourself that is causing you to be charmed or frightened.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"","requirements":"Monk 7","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"755MdQqExvHIKxVU","name":"Riposte","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Reaction.webp","effects":[{"_id":"gYYZjf3dOHSCHNHb","flags":{"dae":{"stackable":false,"specialDuration":["1Attack"],"transfer":false,"macroRepeat":"none"}},"changes":[{"key":"data.bonuses.mwak.damage","value":"+@damage","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Reaction.webp","label":"Riposte","tint":"","transfer":false}]} {"_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":""},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7Kt4wJmRTTfBfehB","name":"Feinting Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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
\n

This manuever's vague wording would require a complex macro to fully implement so it's left unfinished.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Bonus.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Spirit","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"7RKRdFBSnqmcEgSH"} {"_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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -107,24 +117,29 @@ {"_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}},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8Ca7UULvxg0CJg0n","name":"Voodoo Doll: Burn","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Additionally, as an action while the doll is in your possession, you can expend a Hit Die to torment the target, choosing an effect from the following options:

\n

Burn: The target must succeed on a Wisdom saving throw. On a failed save, the target believes it is burning. While burning in this way, the target has has disadvantage on attack rolls made with Strength or Dexterity. This effect lasts for 1 hour.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":null,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"wis","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":"Occultist 9"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Action.webp","effects":[{"_id":"Ht6ABxFjQXwVvgrf","flags":{"core":{"statusId":"curse"},"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":3600,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/sun.svg","label":"Cursed: Voodoo Burn","tint":"","transfer":false}]} +{"_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":""},"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":""},"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}},"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}},"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":""},"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

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":"","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}},"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

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}},"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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Intuition","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"99ZiZd6YHLW0LAxX"} +{"name":"Vow of Precision","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level

\n

Your critical hit range with unarmed strikes increases by 1.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"9BJmcwaGqhzCUUsz"} {"_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

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

PROFICIENCIES

\n
\n\n

FEATURES

\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":""},"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":""},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9S5WXTvLPUjhP6Qy","name":"Indomitable","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":"special","cost":null,"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":"","requirements":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[]} +{"name":"Perfect Self","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Monk: 20th level

\n

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":"special","cost":null,"condition":"Rolled for initiative and have fewer than 6 focus points"},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":[["6","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"QBKosnxhonmh7HdY","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Perfect Self","tint":"","transfer":true}],"_id":"9T88glTHwOsIq4RP"} {"_id":"9WqFDIoxzXWbOsYD","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":"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":""},"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":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"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":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":"9tOAuVZqKH9T3Adu","name":"Curse of Objurgation","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 3rd level

\n

When you target a creature with your Critical Analysis, you can choose one ability. While it can see you, the target has disadvantage on ability checks made with the chosen ability.

\n

You can use this feature a number of times equal to your proficiency bonus, as shown in the scholar table. You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":null,"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":"Occultist 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -134,52 +149,57 @@ {"_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":""},"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":""},"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":"AN9BrAR4d9f3fopu","name":"Force Purity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 6th level

\n

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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[{"_id":"RyuvsTLrSFpG9pUQ","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.traits.ci.value","value":"poisoned","mode":2,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","label":"Force Purity","tint":"","transfer":true}]} {"_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}},"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}},"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

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":"","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":"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

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}},"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}},"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":""},"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":""},"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":"B2qE4c6O2D4uhKjl","name":"Tool Expertise","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"BRBH43RkRagKLCD7","name":"Quickened Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":2},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Freedom","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"BlmqGxytNKaCemTb"} {"_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":""},"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}},"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":"C2tFIVeIbeqjbUpk","name":"Careful Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":""},"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}},"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":"","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":"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}},"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":""},"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":""},"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":""},"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}},"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":"Cs1w1VQtleVIrrIn","name":"Potent Aptitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 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":"bonus","cost":0,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":"ally"},"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":"","requirements":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Bonus.webp","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"Cx9JxWK5jOf19IUQ","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":"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}},"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}},"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":"","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}},"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}},"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":""},"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":""},"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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"Vow of Requital","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level

\n

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Reaction.webp","effects":[],"_id":"DGgQ1WdsJouXHtxF"} {"_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.

\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":"Fighter: Heavy 10"},"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":""},"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":""},"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}},"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":""},"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":""},"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":""},"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":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ERwe3KxzfhCnh70G","name":"Empty Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 18th level

\n

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":"action","cost":null,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":4},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 18","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Action.webp","effects":[{"_id":"Fu1VnuXgaWU3DgFo","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[{"key":"data.traits.dr.value","value":"acid","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"cold","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"energy","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"fire","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"ion","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"kinetic","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"lightning","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"sonic","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Action.webp","label":"Empty Body","tint":"","transfer":false}]} +{"name":"Vow of The Open Mind","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":10,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["max(@abilities.wis.mod,@abilities.cha.mod)","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Action.webp","effects":[],"_id":"ERxkgOiObTWTw3e4"} +{"_id":"ESaIFP1ov25wZCMi","name":"Unarmored Defense (Monk)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 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":[]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"KeWz3GeHwI91jzW8","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.attributes.ac.value","value":"max(@abilities.wis.mod, @abilities.cha.mod)","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Unarmored Defense","tint":"","transfer":true}]} {"_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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"EmiCBDAZDJcTTBfb","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":[]} @@ -187,14 +207,16 @@ {"_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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Fortitude","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level

\n

You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"FB9K10grUZqO3GJz"} +{"_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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"Extra Attack (Copy)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[],"_id":"FRRrkJRxhZgCPWc5"} {"_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":""},"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":""},"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":"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":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","effects":[]} +{"name":"Vow of The Sentry","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"T6Cf7gUEeJIOMspJ","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.traits.armorProf.value","value":"lgt","mode":2,"priority":20},{"key":"data.traits.armorProf.value","value":"med","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Vow of the Sentry","tint":"","transfer":true}],"_id":"FfhvDw5qQshfmWgv"} {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -207,22 +229,26 @@ {"_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":""},"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":""},"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":"GEbWkeT7nHCq7PA0","name":"Rally","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"ally"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"cha","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4+@mod","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Bonus.webp","effects":[]} +{"name":"Vow of The Devoted","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"GLJb9OGWDEHvcAbe"} +{"_id":"GVsIS7ZRXBdbE5vS","name":"Menacing Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

To support full damage on save in midi-qoi set Check Spell Text to true, otherwise the save will apply half damage as well as the effect.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"str"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"5dNmPaJ4YCKRu667","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Menaced","tint":"","transfer":false}]} {"_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":[]}},"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

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":""},"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":""},"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":""},"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":""},"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":"","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":"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}},"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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Potent Fortifications","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd level

\n

When a friendly creature other than you that you can see is hit with a ranged attack while within 5 feet of your deployed portable structure, you can use your reaction and expend one use of your Potent Aptitude to have your structure take the damage instead. If your structure would normally have immunity or resistance to this damage, it loses that immunity or resistance for this attack. When you do so, the damage is reduced by an amount equal to 1 d10 + your Intelligence modifier + your engineer level.

","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":null},"consume":{"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":"H1wby8wQisTrmDFb"} -{"name":"Master Builder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 18th level

\n

Your ability with your portable structures has reached untold superiority. You gain the following benefits:

\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":"H4XstMjZvkAsfyoJ"} +{"_id":"H1wby8wQisTrmDFb","name":"Potent Fortifications","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd level

\n

When a friendly creature other than you that you can see is hit with a ranged attack while within 5 feet of your deployed portable structure, you can use your reaction and expend one use of your Potent Aptitude to have your structure take the damage instead. If your structure would normally have immunity or resistance to this damage, it loses that immunity or resistance for this attack. When you do so, the damage is reduced by an amount equal to 1 d10 + your Intelligence modifier + your engineer level.

","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":null},"consume":{"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":"H4XstMjZvkAsfyoJ","name":"Master Builder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 18th level

\n

Your ability with your portable structures has reached untold superiority. You gain the following benefits:

\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":"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":"HBrAX52KaGHwW2Wy","name":"Twinned Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":"","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":"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":""},"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":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"","recharge":{"value":null,"charged":false}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"HmfdajaZCOjIwtQQ","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

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":"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -231,29 +257,34 @@ {"_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":""},"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}},"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":""},"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":""},"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":"IWTDawTUf79eWbEV","name":"Primal Champion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 20th level
You embody the power of the wilds. 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 enter rage an unlimited number of times, and entering rage no longer requires your 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"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":""},"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":""},"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

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":"","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":"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

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}},"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IyanFYU0wuqDvUd3","name":"Extended Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JGsW7jjvTH23Vw99","name":"Distant Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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

Alternatively, 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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"Evasion (Monk)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Monk: 7th level

\n

Your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect 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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"f8r9A0g0wgAVGRnr","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"flags.midi-qol.superSaver.dex","value":"1","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Evasion","tint":"","transfer":true}],"_id":"Jn5Z68lSORbQPgU0"} +{"_id":"JpWZ8IRs6geodsmf","name":"Ashla","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"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":"","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":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of The Fighter","permission":{"default":0,"s2rjv4MJWWDF4RjH":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.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"JvUv4v80BRiHeOQa"} {"_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":""},"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":""},"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"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":"","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KVV3SCm8486tA67E","name":"Improved Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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 Force-Empowered Casting option during the casting of the power.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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}},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -267,8 +298,9 @@ {"_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":""},"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":""},"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":"","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":"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LucUd3PXlxFHsgPO","name":"Toil and Trouble","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 17th level

\n

You perfect your control of your curses, granting them unmatched potency. When the target of your Curse of Objurgation fails a saving throw against one of your maneuvers, you can choose to amplify that maneuver by expending a number of Hit Dice of your choice. The target immediately takes 1d8 psychic damage for every Hit Die spent in this way.

\n

Additionally, when creatures attempt to use a power like remove curse or other similar abilities to remove a curse you set, they must roll a Wisdom or Charisma check (their choice) against your maneuver save DC. On a failed save, their attempt fails, and any force or tech points spent in this way are wasted.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8","psychic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Occultist 17"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","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}},"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":""},"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","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":[]} @@ -278,9 +310,9 @@ {"_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}},"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":""},"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":"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":""},"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":""},"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":"MtepDwfpKxdqXPXv","name":"Forcecasting (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 1st level

\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 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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"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":""},"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":[]} @@ -291,6 +323,7 @@ {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"O7SfbJqD6GhZS6dJ","name":"Unrelenting Advance","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Pugnacity Practice: 13th level

\n

You have advantage on ability checks and saving throws against effects that would grapple or restrain you.

\n

Additionally, if you are grappled or restrained, and you could use your action to attempt to end the effect, you can instead use your 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":"Pugnacity 13"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Passive.webp","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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -302,37 +335,39 @@ {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"OwENWRt1mFVfU8bB","name":"Elemental Paragon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: Kro Var Order: 17th level

\n

You gain one of the following features.

\n

Once you've used the chosen feature, you must complete a long rest before you can use it again.

\n

While you have no remaining uses of this feature, you can instead expend 4 focus points to use it. When you do so, your maximum focus points are reduced by 4 until you complete a long rest.

\n
\n
\n

Archetype of Air

\n

Prerequisite: Ride the Wind

\n

As an action, you conjure a whirlwind around you, granting the following benefits until the start of your next turn:

\n\n

At the start of each of your turns, you can use your bonus action to extend the benefits of this feature until the start of your next turn, to a maximum duration of 1 minute. This effect ends immediately if you are incapacitated or die.

\n
\n

Figure of Flame

\n

Prerequisite: River of Hungry Flame

\n

As an action, you cause flames to race across your body, granting the following benefits until the start of your next turn:

\n\n

At the start of each of your turns, you can use your bonus action to extend the benefits of this feature until the start of your next turn, to a maximum duration of 1 minute. This effect ends immediately if you are incapacitated or die.

\n
\n

Icon of Ice

\n

Prerequisite: Shape the Flowing River

\n

As an action, you cause frost to chill the area around you, granting the following benefits until the start of your next turn:

\n\n

At the start of each of your turns, you can use your bonus action to extend the benefits of this feature until the start of your next turn, to a maximum duration of 1 minute. This effect ends immediately if you are incapacitated or die.

\n
\n

Embodiment of Earth

\n

Prerequisite: Earth Reaches for Sky

\n

As an action, you cause rock to envelop you, granting the following benefits until the start of your next turn:

\n\n

At the start of each of your turns, you can use your bonus action to extend the benefits of this feature until the start of your next turn, to a maximum duration of 1 minute. This effect ends immediately if you are incapacitated or die.

\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":"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":"OwFJ3XWTg2ECPPqS","name":"Forcecasting (Consular)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Consular: 1st level

\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 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":""},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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}},"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":""},"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":""},"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":""},"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

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":"","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":"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

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}},"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"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":"Q1JyHnVs9iIEBs91","name":"Reckless Attack","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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":"special","cost":0,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"width":null,"units":"","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":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"","recharge":{"value":null,"charged":false}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Build and Destroy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 6th level

\n

You've learned how to manipulate the weak points in structures with your technology. Your tech powers and weapon attacks gain the siege property, and your portable structures have resistance to kinetic, energy, and ion damage dealt by 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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"QoAgL1uVhHkRhtNs"} -{"_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":"","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":"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QoAgL1uVhHkRhtNs","name":"Build and Destroy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 6th level

\n

You've learned how to manipulate the weak points in structures with your technology. Your tech powers and weapon attacks gain the siege property, and your portable structures have resistance to kinetic, energy, and ion damage dealt by 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":""},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Qqp4sbAvV5R3xgO4","name":"Greater Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Patient Defense","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","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}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"ojpRDi9u0xASVYGf","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Patient Defense","tint":"","transfer":false}],"_id":"R7naUToBqZ1NEzzq"} {"_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":""},"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

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}},"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":"RMSdumXiAEfpyqyy","name":"Blitz Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Pugnacity Practice: 3rd level

\n

You've learned ways to use your martial ability to boost your combat performance. When you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a blitz attack.

\n

Some of your blitz attacks require your target to make a saving throw to resist the attack's effects. The saving throw DC is as follows:

\n

Blitz Attack save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n
\n
\n

Demoralizing Attack

\n

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

Diverting Attack

\n

Roll two of your Sneak Attack dice. The first time the target would deal damage before the start of your next turn, that damage is reduced by an amount equal to the resulting roll.

\n
\n

Warmonger's Attack

\n

If the target makes an attack against you or an allied creature within 5 feet of you before the start of your next turn, you can use your reaction to make a melee weapon attack against 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":"Pugnacity 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Passive.webp","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":"","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":"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}},"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}},"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 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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -340,7 +375,9 @@ {"_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":""},"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":""},"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":"RoBYgglH8V1FjCSV","name":"Enhanced Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 6th level
Your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and 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":"Monk 6"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[]} +{"_id":"RrbJ0mLnz3LF6dvq","name":"Heightened Hex","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 6th level

\n

When you use your Curse of Objurgation feature, each time the cursed creature deals damage to you or an allied creature you can see within 5 feet of you, the creature takes psychic damage equal to twice your Intelligence modifier (minimum of 2).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@mod*2","psychic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Occultist 6"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","effects":[]} +{"name":"Vow of Mettle","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"Eb0CqfBT1ADfoam1","flags":{},"changes":[],"duration":{},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"New Active Effect","transfer":false}],"_id":"RuSNsQk0P9f0kIDI"} {"_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":""},"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}},"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":[]} @@ -348,19 +385,20 @@ {"_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

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

PROFICIENCIES

\n
\n\n

FEATURES

\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":""},"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}},"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":""},"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":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"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":"

Consular: 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.

\n

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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

Additionally, while your beast companion is within 5 feet of you, you gain the following benefits:

\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

PROFICIENCIES

\n
\n\n

FEATURES

\n
\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":""},"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":""},"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":""},"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":"ShctuxW8baarbs6W","name":"Lend Aid","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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":"bonus","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"wis","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@classes.guardian.levels+@mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Bonus.webp","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":""},"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":"","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":"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":"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TE8Ntdf1x7zULfHU","name":"Guardian Aura","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 3rd, 9th, 10th, 17th, and 18th level

\n

When you reach 3rd level, you gain an aura of your choice, as detailed at the end of the class description. The range of your auras increases to 15 feet at 9th level and 30 feet at 17th level, and you gain an additional aura at 10th and 18th level.

\n

 

\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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":"reaction","cost":null,"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":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@classes.monk.levels * 5","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 4","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"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":""},"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":""},"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -371,9 +409,9 @@ {"_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":""},"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":""},"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":"","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":"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":"","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

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":"","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":"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

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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -382,38 +420,44 @@ {"_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":""},"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":""},"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":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Flurry of Blows","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

When you make your Martial Arts bonus action attack, 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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"dex","actionType":"mwak","attackBonus":"","chatFlavor":"","critical":null,"damage":{"parts":[["1d4+@mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"Vp47yfLjJRtsGXOI"} {"_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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"W8tAUj59vUPKqTfx","name":"Aura of Vigor","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"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":"","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":"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}},"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"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}},"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
\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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Wfc2dF25ZJ2TLNID","name":"Monastic Vows","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 2nd, 7th, 13th, and 17th level

\n

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

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
\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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"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":""},"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":""},"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":""},"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}},"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}},"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":"X4PnDFr2JiWjuYEl","name":"Fighting Style (Fighter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 1st level
You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"X7B04ZcndsRKuG2O","name":"Commander's Strike","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

\n

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"ally"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Bonus.webp","effects":[{"_id":"wKykywwuET5VLIq9","flags":{"dae":{"stackable":false,"specialDuration":["1Attack"],"transfer":false}},"changes":[{"key":"data.bonuses.weapon.damage","value":"+@damage","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Bonus.webp","label":"Commander's Strike","tint":"","transfer":false}]} +{"_id":"XSCT0JRY2A9zpQni","name":"Aura of Hatred","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} {"_id":"XXcUvD6i0qHESHIH","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":"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"Xjqp6SkY1VZZINmp","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":"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":""},"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":"XunBynvxZH9qkNEs","name":"Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[]} +{"name":"Step of the Wind","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":1,"units":"turn"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","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}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"vGzTcQOIcQjoywiV","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Step of the Wind","tint":"","transfer":false}],"_id":"Y2cWj5z4tzpjRIRs"} {"_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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Serenity","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"YDFvlQoQGtDHItHJ"} {"_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":"YHPUv9lN3nCapAgP","name":"Persistent Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":[]} +{"name":"Extra Attack (Monk)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Monk: 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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"YNEq4nPSbz5EOjIG"} +{"_id":"YO47dPo3A0QCh006","name":"Stunning Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 5th level

\n

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"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"},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"4dFUDkdvSyxGELb8","flags":{"core":{"statusId":"stun"},"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":1,"startRound":null,"startTurn":null},"icon":"icons/svg/daze.svg","label":"Stunned","tint":"","transfer":false}]} {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -428,95 +472,103 @@ {"_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":""},"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":""},"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":""},"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":"ZoEt4JpvUya3an75","name":"Timeless Vessel","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 15th level

\n

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"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":""},"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
\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":"aR0lm7tWLj6TSFj5","name":"Martial Arts","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 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
\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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"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":"b0WjDimfOHRP79M6","name":"Loth-Cat's Instinct","permission":{"default":0,"s2rjv4MJWWDF4RjH":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":"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":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"recharge":{"value":null,"charged":false},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Bonus.webp","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":""},"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":"","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":"bMmeeDNTAIqgqH4f","name":"Second Wind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 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":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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+@classes.fighter.levels","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Bonus.webp","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, or if one creatures fails the saving throw against your weapon’s burst or rapid property, 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, or one target succeeds on the saving throw against your weapon’s burst or rapid property, you instead deal normal weapon 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":"Fighter: Heavy 15"},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bXxLsDfA3w1lZcvI","name":"Additional Maneuvers (Scholar: Occultist)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Occultist Pursuit: 3rd level

\n

You gain access to new maneuvers which reflect the progress of your studies of the supernatural. 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

Agonizing Lethargy

\n

You can use an action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you. The target must succeed on a Constitution saving throw. On a failed save, the target takes 1d6 necrotic damage for each attack it makes until the start of your next turn. A creature targeted by your Critical Analysis has disadvantage on the save.

\n
\n

Befogging Ichor

\n

You can use a bonus action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you. The target must succeed on a Wisdom saving throw. On a failed save, the target can't take reactions until the start of its next turn and on its turn must use its movement to move half its speed in a random direction. Roll a d8 and assign a direction to each face. If the direction rolled is blocked, the target doesn't move.

\n
\n

Chains of Transfixing

\n

You can use a bonus action to expend a superiority die. When you do so, choose a creature you can see within 30 feet of you that is no more than one size larger than you. The target must succeed on a Strength saving throw or gain four levels of slowed until the start of your next turn.

\n
\n

Dark Transference

\n

When you hit the target of your Critical Analysis with an attack, you can expend a superiority die and roll it to attempt to siphon life from it. The target must succeed on a Constitution saving throw. On a failed save, add the result to the damage roll, and you regain one expended Hit Die.

\n
\n

Deathseek

\n

When an attack made against the target of your Critical Analysis that you can see would miss, you can use a reaction to expend a superiority die and roll it to force the creature to instead take the hit. The creature must succeed on a Wisdom saving throw. On a failed save, the target takes the minimum damage the attack could have dealt plus additional damage equal to the roll.

\n
\n

Reverse Curse

\n

When another creature attempts to charm or frighten you or an ally you can see within 15 feet of you, you can use your reaction to expend a superiority die and roll it to attempt to turn the effect back on that creature. The creature must succeed on a Wisdom saving throw or be be charmed or frightened by you, dependent on the triggering ability, for a number of rounds equal to the die roll or until the creature takes any damage.

\n
\n

Shadow Puppetry

\n

When a creature you can see within 30 feet of you is reduced to 0 hit points, you can use your reaction to expend a superiority die to give that creature a final act of aggression. That creature can immediately move a number of feet equal to 5 times the result of the die and make a single weapon attack against a target of your choice within its attack range, adding the die to the attack roll.

\n
\n

Water of Life

\n

When an allied creature within 30 feet that you can see takes damage, you can use a reaction to expend a superiority die and roll it. The ally regains a number of hit points equal to the roll + your Intelligence modifier.

\n
\n

Wracking Torment

\n

When a hostile creature you can see within 30 feet would take damage from an effect you or a friendly creature controls, you can use your reaction to expend a superiority die to temporarily weaken their resilience against it. Until the end of the turn, the target loses resistance to the damage types of the triggering attack or power.

\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":"Occultist 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","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":""},"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":"bi8G8H5Ur9B3BAyM","name":"Brutal Critical","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 9th, 13th, and 17th 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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

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":"","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of Fate","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level

\n

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":[["1d20","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"bruzCyhEhIsNvHwG"} +{"_id":"bxduZpJUrPFhtk0B","name":"Voodoo Doll: Stab","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Additionally, as an action while the doll is in your possession, you can expend a Hit Die to torment the target, choosing an effect from the following options:

\n","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":null,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"int"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Occultist 9"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Action.webp","effects":[{"_id":"We3R2BTbAbusQlNm","flags":{"core":{"statusId":"prone"},"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/falling.svg","label":"Prone","tint":"","transfer":false}]} +{"_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

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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of The Nemesis","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level

\n

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":null,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":null,"max":"","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":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Bonus.webp","effects":[{"_id":"9sg8YBqSCKXtIKYw","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":60,"rounds":10,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Bonus.webp","label":"Nemesis","tint":"","transfer":false}],"_id":"c2EKj2uxtNG9wtR3"} {"_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}},"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":""},"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

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":"","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":"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

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}},"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
\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":""},"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":"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
\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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":"clqWkMqYU6AWbbz9","name":"Force Affinity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Consular: 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
\n
\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
\n

BENDU

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n
\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
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":""},"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}},"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":""},"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}},"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

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":"","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":"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":"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

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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of The Limber","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level

\n

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":1,"units":"turn"},"target":{"value":null,"width":null,"units":"","type":"self"},"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}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"dLoHlTMKzbIqVcvU"} +{"_id":"dPWmHiWmpnhHTsgd","name":"Extra Attack (Berserker)","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dsIWPK3TOqWwjJRZ","name":"Bogan","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

\n
\n

Foundry can automate these rolls, if you wish to do so, you must edit your damage for each darkside power in your powerbook. Where it the details tab has damage of, for instance, 1d6, enter 1d6r1

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"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":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eBQa0CrHLZmy2bn1","name":"Channel the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 1st level

\n

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":"none","cost":null,"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":"","requirements":"Guardian 1","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"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":""},"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":"eWbTifdXJvvXT4CV","name":"Relentless Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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. 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":[]}},"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":[]} +{"_id":"erVDTJSSOgeVv1vC","name":"Heightened Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","effects":[]} {"_id":"f11Wex2VzoorFTfN","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":"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":"f1XeMafaqejD02MW","name":"Tech Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Engineer: 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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/ENGR-Passive.webp","effects":[]} {"_id":"f34HJgbp7fw5ryET","name":"Elemental Master","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: Kro Var Order: 11th and 17th level

\n

At 11th level, you gain one of the following features. You gain an additional option at 17th level.

\n

You can use these features a combined number of times equal to half your proficiency bonus, as shown in the monk table. You regain all expended uses when you complete a long rest.

\n

While you have no remaining uses of this feature, you can instead expend 3 focus points to use it. When you do so, your maximum focus points are reduced by 3 until you complete a long rest.

\n
\n
\n

Earth Reaches for Sky

\n

Prerequisite: Crushing Hand of the Mountain or Patient Bantha Listens

\n

As an action, you can choose a point you can see on the ground within 120 feet. 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
\n

Ride the Wind

\n

Prerequisite: Curtain of Unyielding Wind or Rush of the Shyrack

\n

As an action, you can gain a flying speed equal to your movement speed for 10 minutes. You can hover while this technique is active, but when it ends, you fall if you are still aloft, unless you can stop the fall.

\n
\n

River of Hungry Flame

\n

Prerequisite: Burning Ember Flourish or Hatchling's Flame

\n

As an action, you can create a wall of fire on a solid surface within 120 feet. You can make the wall up to 60 feet long, 20 feet high, and 1 foot thick, or a ringed wall up to 20 feet in diameter, 20 feet high, and 1 foot thick. The wall is opaque and lasts for 1 minute.

\n

When the wall appears, each creature within its area must make a Dexterity saving throw. On a failed save, a creature takes 5d8 fire damage, or half as much damage on a successful save.

\n

One side of the wall, chosen by you when you use this feature, deals 5d8 fire damage to each creature that ends its turn within 10 feet of that side of the wall. A creature takes the same damage when it enters the wall for the first time on a turn or ends its turn there. The other side of the wall deals no damage.

\n
\n

Shape the Flowing River

\n

Prerequisite: Shape the Raincloud or Swarming Ice Rabbit

\n
As an action, you can control any freestanding water within 300 feet of you inside an area you choose that is a cube up to 100 feet on a side. You can choose from any of the following effects when you use this feature. As an action on your turn, you can repeat the same effect or choose a different one.
\n
 
\n  Flood. You cause the water level of all standing water in the area to rise by as much as 20 feet. If the area includes a shore, the flooding water spills over onto dry land. If you choose an area in a large body of water, you instead create a 20-foot tall wave that travels from one side of the area to the other and then crashes down. Any Huge or smaller creatures in the wave's path are carried with it to the other side. Any Huge or smaller creatures struck by the wave have a 25 percent chance of being knocked prone. The water level remains elevated until the feature ends or you choose a different effect. If this effect produced a wave, the wave repeats on the start of your next turn while the flood effect lasts.\n
 
\n  Part Water. You cause water in the area to move apart and create a trench. The trench extends across the feature's area, and the separated water forms a wall to either side. The trench remains until the feature ends or you choose a different effect. The water then slowly fills in the trench over the course of the next round until the normal water level is restored.\n
 
\n  Redirect Flow. You cause flowing water in the area to move in a direction you choose, even if the water has to flow over obstacles, up walls, or in other unlikely directions. The water in the area moves as you direct it, but once it moves beyond the feature's area, it resumes its flow based on the terrain conditions. The water continues co move in the direction you chose until the feature ends or you choose a different effect.\n
 
\n  Whirlpool. This effect requires a body of water at least 50 feet square and 25 feet deep. You cause a whirlpool to form in the center of the area. The whirlpool forms a vortex that is 5 feet wide at the base, up to 50 feet wide at the top, and 25 feet tall. Any creature or object in the water and within 25 feet of the vortex is pulled 10 feet toward it. A creature can swim away from the vortex by making a Strength (Athletics) check against your feature save DC. When a creature enters the vortex for the first time on a turn or starts its turn there, it must make a Strength saving throw. On a failed save, the creature takes 2d8 kinetic damage and is caught in the vortex until the feature ends. On a successful save, the creature takes half damage, and isn't caught in the vortex. A creature caught in the vortex can use its action to try to swim away from the vortex as described above, but has disadvantage on the Strength (Athletics) check to do so. The first time each turn that an object enters the vortex, the object takes 2d8 kinetic damage; this damage occurs each round it remains in the vortex.
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"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.

\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: Heavy 3"},"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}},"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

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":"","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":"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":"","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fFKNqUAWh0ZOhvRc","name":"Indomitable Might","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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

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}},"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}},"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":""},"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":""},"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":""},"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":""},"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":""},"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":""},"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

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":"","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":"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

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}},"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":""},"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":""},"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":""},"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":"gQR4DUphUBzgJicl","name":"Seeking Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\n

If you miss with a force power that calls for an attack roll, you can spend 2 force points to reroll the attack. You must use the new roll.

\n

You can use Seeking Power even if you have already used a different Force-Empowered Casting option during the casting of the power.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":2},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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}},"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":""},"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":""},"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":[]} -{"name":"Structural Knowledge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 14th level

\n

You can spend 1 hour inspecting and looking over a structure you can see from every angle available to you and comparing it to data you have on hand. At the end of the hour, you learn the basic blueprints for the structure, including but not limited to:

\n\n

Additionally, when you make an Investigation while searching this structure for hidden structural elements, such as doors or passages, if you have constructor's implements, you can treat a d20 roll of 9 or lower as a 10.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"grC8MlSimBop7zdo"} +{"_id":"grC8MlSimBop7zdo","name":"Structural Knowledge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 14th level

\n

You can spend 1 hour inspecting and looking over a structure you can see from every angle available to you and comparing it to data you have on hand. At the end of the hour, you learn the basic blueprints for the structure, including but not limited to:

\n\n

Additionally, when you make an Investigation while searching this structure for hidden structural elements, such as doors or passages, if you have constructor's implements, you can treat a d20 roll of 9 or lower as a 10.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":"h8JMyCjhTP4Lny10","name":"Cleansing Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 14th level

\n

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"ally"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 14","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"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":""},"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":""},"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":""},"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":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hMiA075EKBBOL2cv","name":"Berserker Instincts","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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
\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":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","effects":[]} +{"_id":"hNLCVeWzPt9KyXDY","name":"Razor Focus","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Pugnacity Practice: 17th level

\n

You can enter a hyper-focused state of mind for 1 minute as a bonus action. You must maintain concentration, as if concentrating on a power. For the duration, each time you successfully deal Sneak Attack damage against a creature, you gain two additional Sneak Attack dice, cumulatively, as your attacks become increasingly precise. These additional dice are lost when your focus ends, whether through failing to maintain concentration or after 1 minute.

\n

The first time you use this feature, you suffer no ill effect. If you use this feature again before you finish a long rest, you suffer one level of exhaustion each time you use it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":null,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","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":"Pugnacity 17"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Bonus.webp","effects":[{"_id":"8H40zgYS6J0C1rPc","flags":{},"changes":[],"duration":{},"icon":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Bonus.webp","label":"New Active Effect","transfer":false}]} {"_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":""},"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":""},"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":""},"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

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":"hYDyNw2x54iCf0nL","name":"Improved Force-Empowered Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 11th level

\n

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 attack, 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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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}},"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}},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -524,7 +576,7 @@ {"_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":""},"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}},"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":""},"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":"","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":"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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -535,11 +587,14 @@ {"_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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of The Shrewd","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"in02P1dt66ROw5PM"} {"_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":""},"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’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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"j5TR0rB4qslHKxFF","name":"Sweeping Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jAAoV3mdcUbggfAX","name":"Pushing Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"str"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -547,7 +602,8 @@ {"_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":""},"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":""},"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":"jxi95vkiR5gUWgGj","name":"Aura of Warding","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

You and friendly creatures within 5 feet of you have resistance to damage from force powers.

\n

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} +{"_id":"k6PmkEsEbxKy6xAs","name":"Focus","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 2nd and 11th level

\n

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":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","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":""},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -556,30 +612,38 @@ {"_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":""},"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":""},"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":""},"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":"kzwSN9SabKgWZZvU","name":"Danger Sense","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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. 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","effects":[]} +{"_id":"l3bRL5jI8j8tZ2OP","name":"Precision Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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
\n

If using roll automation, you should use this feature before the attack roll, as the automation will apply effects nearly immediately.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"PJXRpKEsWlADopeN","flags":{"dae":{"stackable":false,"specialDuration":["1Attack"],"transfer":false}},"changes":[{"key":"data.bonuses.weapon.attack","value":"+@damage","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Precision Attack","tint":"","transfer":false}]} {"_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":""},"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":[]}},"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":"

Fighter: 4th, 6th, 8th, 12th, 14th, 16th, and 19th level
You can increase one ability score by 2, or you can increase two ability scores by 1. You can’t increase an ability score above 20 using this 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":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":"li76QMuqAHqTfSTJ","name":"Tool of the Trade","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Pugnacity Practice: 3rd level

\n

You've learned to move swiftly while wielding larger armaments. You gain proficiency with medium armor and martial vibroweapons. If you are already proficient in medium armor, you instead gain proficiency in heavy armor. Additionally, you can deal Sneak Attack damage with any weapon, as long as it does not have the heavy or special properties.

\n

Lastly, 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 below its hit point maximum. All the other rules for the Sneak Attack class feature still apply 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":"Pugnacity 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Passive.webp","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
\n
\n

To ensure that manuevers consume dice properly, the number of dice are stored in this feature, (which is technically an item) and when the individual maneuvers are pulled into this character's sheet, the GM should do or instruct their players to do the following:

\n\n

As the character's Fighter levels increase someone will have to upgrade the die rolls in each individual maneuver's details tab.

\n
\n
\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":"none","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":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":"lzXBF7Q18AkcWwlh","name":"Parry","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"dex","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4+@mod","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Reaction.webp","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":"","requirements":"Fighter: Heavy 3"},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Vow of The Versatile","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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 melee weapon attack with a monk weapon you are wielding.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"m9xP23xolpC7YrUy"} {"_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

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}},"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":"","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mDSHVC94xrWmXqoE","name":"Bendu","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"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":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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}},"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}},"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":""},"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":""},"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":"","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","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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Engineer: Construction)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd level

\n

You gain proficiency in constructor's implements. Additionally, when you engage in crafting with constructor'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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"mh7B0PHjzOdizb1B"} +{"_id":"mh7B0PHjzOdizb1B","name":"Bonus Proficiencies (Engineer: Construction)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd level

\n

You gain proficiency in constructor's implements. Additionally, when you engage in crafting with constructor'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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mwa7JolzlXpsDYQa","name":"Aura of Presence","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"n2T7oiP0MfoQ0Sds","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":"n32TLwX2tC7qslPD","name":"Extra Attack (Guardian)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Guardian: 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nHlZUlntOwCITETq","name":"Refocused Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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.

\n

You can use Refocused Power even if you have already used a different Force-Empowered Casting option during the casting of the power.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":2},"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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -594,21 +658,22 @@ {"_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":""},"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"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":""},"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":"oy6mPgNs04nLTbmN","name":"Maneuvering Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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}},"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":"pMEmIt3NWThbee8k","name":"Feral Impulse","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Berserker: 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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"pPyeqnE1GnMeG1og","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

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":"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":"","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":"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":"special","cost":null,"condition":"Hit a creature with a melee weapon attack."},"duration":{"value":null,"units":"inst"},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 2","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":"Force-Empowered Strike"}},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-ARCH-Passive.webp","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":""},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -619,22 +684,26 @@ {"_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":""},"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":""},"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":""},"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":"","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}},"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}},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qKSjq3XWQGEJNofg","name":"Lingering Power","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

FORCE-EMPOWERED CASTING

\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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"qVV2qok1jL1xDZZi","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

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":"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qobxHjs45ISwWv2j","name":"Disarming Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

To support full damage on save in midi-qoi set Check Spell Text to true, otherwise the save will apply to the damage as well as the effect.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"str"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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":""},"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":""},"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"Vow of Restoration","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":"When you would make an unarmed strike"},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"ally"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4+max(max(@abilities.wis.mod,@abilities.cha.mod),1)","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"rAlFvS5hFQJG3c74"} {"_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":""},"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

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":""},"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

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

You can enter a rage a number of times as shown for your berserker level in the Rages column of the berserker table. You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"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},"requirements":"Berserker 1"},"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":"

Berserker: 1st level

\n

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

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

You can enter a rage a number of times as shown for your berserker level in the Rages column of the berserker table. You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":"1","per":"lr"},"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},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Bonus.webp","effects":[]} +{"_id":"rPzGmFEFzwxKLmyh","name":"Discoveries (Occultist)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your research on the occult. 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

Arcane Membrane

\n

You can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of+1) to any Intelligence (Lore) or Intelligence (Nature) checks you make.

\n
\n

Evil Eye

\n

Prerequisite: 5th level

\n

You can cast the bestow curse and remove curse force powers without spending force points. Wisdom or Charisma (your choice) is your forcecasting modifier for these powers.

\n

Once you've cast a power using this feature, you must complete a long rest before you can cast it again.

\n
\n

Exsanguination

\n

Prerequisite: 9th level

\n

When a creature marked by your Curse of Objurgation is reduced to 0 hit points, you can use a reaction and expend a Hit Die to immediately regain a use of your Curse of Objurgation.

\n
\n

Hexes and Superstitions

\n

When you roll a 13 on an ability check, you treat it as if you rolled a 20.

\n
\n

Natural Karma

\n

Before you use a maneuver or power to set a curse on a target you can see, you can make a contested Dexterity (Sleight of Hand) check against the target's Wisdom (Insight) check. On a success, the target is unaware you set the curse on them.

\n
\n

Savage Sortilege

\n

Prerequisite: 13th level

\n

You ignore resistance to psychic damage, and you have resistance to psychic damage.

\n
\n

Supernatural Vigor

\n

At the end of a long rest, you can choose one creature you can see within 30 feet (this includes you) to imbue with unnatural power. The creature's hit point maximum and current hit points increase by an amount equal to your scholar level, and it has advantage on Constitution saving throws made to avoid exhaustion. Both effects end after 8 hours.

\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":"Occultist 3"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Passive.webp","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":""},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -652,17 +721,18 @@ {"_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":""},"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":""},"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":"","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":"sQ9c8Bnuj93ozEPr","name":"Force Shield","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Consular: 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, minimum of +1). This includes the triggering attack.

\n

You can use this feature a number of times equal to your proficiency bonus, as shown in the consular table. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","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":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Reaction.webp","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":""},"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}},"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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Portable Structure","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd, 11th, and 17th level

\n

You have constructed a set of malleable, portable fortifications that can you and your allies. Over the course of a long rest, you create a portable structure that travels with you.

\n

Your portable structure can only be directed by you, and you must have a tech focus in order to direct it remotely. If you lack a tech focus, you can instead direct it while it is within 5 feet of you. Your portable structure has the following features:

\n\n

As an action, you can remotely deploy your structure at a space you can see on the ground within 30 feet of you, provided there is sufficient space to support it. This range increases to 60 feet at 11 th level and 120 feet at 17th level. Automatic dismantling of your structure takes 1 minute, and can be initiated on your turn (no action required).

\n

You can deploy your choice from these structures a combined total of four times, and you gain more uses at higher levels, as shown in the Modification Slots column of the engineer table. Each time you use this feature in excess of your proficiency bonus, your tech point maximum is reduced by 1 until you complete a long rest. You regain all expended uses when you complete a long rest.

\n
\n

Bridge

\n

You deploy a bridge up to 30 feet long, 10 feet wide, and 3 feet thick. The bridge starts from the point at which you deploy it, and extends in a direction of your choice. When you dismantle your bridge, it retracts to the point at which you initially deployed it. Both ends of the bridge must be supported in some function; one end cannot be suspended in the air or on unstable terrain. The bridge can hold up to 1,000 lbs., any weight above which causes the bridge to instantly drop to 0 hit points, destroying it. If a creature is on the bridge when it is destroyed or dismantled, it must make a Dexterity saving throw against your tech save DC. On a successful saving throw, it reaches the closest part of the bridge that has stable support, or it maintains a grip on your bridge as it retracts, as appropriate. On a failed save, it falls.

\n

When you reach 11th level, the bridge can now extend up to 45 feet long, 15 feet wide, and it can support up to 2,000 lbs. When you reach 17th level, the bridge can now extend up to 60 feet long, 20 feet wide, and it can support up to 4,000 lbs.

\n
\n

Cage

\n

You create a cage that surrounds a cube up to 10 feet on each side centered on the target location. The cube is surrounded on all sides except the ground by 2-foot-thick walls. The walls and roof are completely opaque, and you choose whether the structure has a light source when you deploy it that provides bright light within the cube. Otherwise, the space within the cube is in complete darkness. The cage is permeable, as air, water, and sound passes through it You can attempt to trap unwilling Medium or smaller creatures inside the cage. When you deploy this structure in an unwilling creature's space, it must make a Dexterity saving throw against your tech save DC. On a successful save, it can immediately move to nearest unoccupied space outside the sage. Otherwise, it is trapped within the structure when it is deployed.

\n

When you reach 11th level, the cage can extend up to 15 feet on each side, and it can trap creatures of Large size or smaller. When you reach 17th level, the cage can extend up to 20 feet on each side, and it can trap creatures of Huge size or smaller.

\n
\n

Shelter

\n

You erect a shelter up to 15 feet long, 10 feet wide, 10 feet tall, with one-foot-thick walls, a roof, and a floor. It has a single door along its walls in a location of your choice. The building has temperature control and lighting systems, and can withstand harsh winds, heavy rain and snow. Any creature inside the shelter is protected from hazardous environmental effects outside the shelter such as extreme heat or cold. The structure does not provide additional breathing air for anyone inside if the environment it is placed in is not breathable. The house can comfortably support up to 5 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures.

\n

When you reach 11 th level, the house can extend up to 30 feet long, 15 feet wide, 15 feet tall, and it can now comfortable support up to 10 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures. Additionally, when a creature completes a long rest while within your shelter, they regain all spent Hit Dice, instead of only half. When you reach 17th level, the house can extend up to 45 feet long 20 feet wide, 20 feet tall, and it can now comfortable support up to 10 Large creatures. For each Large creature, it can instead support 2 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures. Additionally, when a creature completes a long rest while within your shelter, their exhaustion level is reduced by 2, instead of only 1.

\n
\n

Tower

\n

You erect a tower from a 5-foot square platform centered on the target location that rises up to 30 feet. If the tower is created under a creature, that creature must succeed on a Dexterity saving throw or be lifted by the tower. A creature can choose to fail the save. The tower comes equipped with a ladder that reaches from the ground to the platform.

\n

When you reach 11 th level, the tower's platform can extend 5 feet by 10 feet and rise up to 40 feet When you reach 17th level, the tower's platform can cover a 10-foot square, and rise up to 50 feet. Additionally, any creature on the tower's platform has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

Wall

\n

You deploy a wall up to 30 feet long 10 feet high, and 3 feet thick, or a ringed wall up to 10 feet in diameter, 10 feet high, and 3 feet thick. The wall features ramparts deep enough to support creatures of Medium size or smaller, and provides one-quarter cover to any creature on its ramparts. The wall includes a ladder on the side of your choice. You choose whether the wall contains any openings otherwise. Any openings chosen in this way can be seen through on both sides. The wall can be climbed, but requires a Strength (Athletics) check against your tech save DC for any creature without a climbing speed. A creature can only make this check once per turn.

\n

When you reach 11 th level, the wall can deploy up to 45 feet long and 15 feet high, or a ringed wall up to 15 feet in diameter and 15 feet high. Additionally, the wall now provides half cover to any creature on its ramparts. When you reach 17th level, the wall can deploy up to 60 feet long and 20 feet high, or a ringed wall up to 20 feet in diameter and 20 feet high. Additionally, the wall now provides three-quarters cover to any creature on its ramparts.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"sbC804GyKAWJhQ12"} +{"_id":"sbC804GyKAWJhQ12","name":"Portable Structure","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Construction Engineering: 3rd, 11th, and 17th level

\n

You have constructed a set of malleable, portable fortifications that can you and your allies. Over the course of a long rest, you create a portable structure that travels with you.

\n

Your portable structure can only be directed by you, and you must have a tech focus in order to direct it remotely. If you lack a tech focus, you can instead direct it while it is within 5 feet of you. Your portable structure has the following features:

\n\n

As an action, you can remotely deploy your structure at a space you can see on the ground within 30 feet of you, provided there is sufficient space to support it. This range increases to 60 feet at 11 th level and 120 feet at 17th level. Automatic dismantling of your structure takes 1 minute, and can be initiated on your turn (no action required).

\n

You can deploy your choice from these structures a combined total of four times, and you gain more uses at higher levels, as shown in the Modification Slots column of the engineer table. Each time you use this feature in excess of your proficiency bonus, your tech point maximum is reduced by 1 until you complete a long rest. You regain all expended uses when you complete a long rest.

\n
\n

Bridge

\n

You deploy a bridge up to 30 feet long, 10 feet wide, and 3 feet thick. The bridge starts from the point at which you deploy it, and extends in a direction of your choice. When you dismantle your bridge, it retracts to the point at which you initially deployed it. Both ends of the bridge must be supported in some function; one end cannot be suspended in the air or on unstable terrain. The bridge can hold up to 1,000 lbs., any weight above which causes the bridge to instantly drop to 0 hit points, destroying it. If a creature is on the bridge when it is destroyed or dismantled, it must make a Dexterity saving throw against your tech save DC. On a successful saving throw, it reaches the closest part of the bridge that has stable support, or it maintains a grip on your bridge as it retracts, as appropriate. On a failed save, it falls.

\n

When you reach 11th level, the bridge can now extend up to 45 feet long, 15 feet wide, and it can support up to 2,000 lbs. When you reach 17th level, the bridge can now extend up to 60 feet long, 20 feet wide, and it can support up to 4,000 lbs.

\n
\n

Cage

\n

You create a cage that surrounds a cube up to 10 feet on each side centered on the target location. The cube is surrounded on all sides except the ground by 2-foot-thick walls. The walls and roof are completely opaque, and you choose whether the structure has a light source when you deploy it that provides bright light within the cube. Otherwise, the space within the cube is in complete darkness. The cage is permeable, as air, water, and sound passes through it You can attempt to trap unwilling Medium or smaller creatures inside the cage. When you deploy this structure in an unwilling creature's space, it must make a Dexterity saving throw against your tech save DC. On a successful save, it can immediately move to nearest unoccupied space outside the sage. Otherwise, it is trapped within the structure when it is deployed.

\n

When you reach 11th level, the cage can extend up to 15 feet on each side, and it can trap creatures of Large size or smaller. When you reach 17th level, the cage can extend up to 20 feet on each side, and it can trap creatures of Huge size or smaller.

\n
\n

Shelter

\n

You erect a shelter up to 15 feet long, 10 feet wide, 10 feet tall, with one-foot-thick walls, a roof, and a floor. It has a single door along its walls in a location of your choice. The building has temperature control and lighting systems, and can withstand harsh winds, heavy rain and snow. Any creature inside the shelter is protected from hazardous environmental effects outside the shelter such as extreme heat or cold. The structure does not provide additional breathing air for anyone inside if the environment it is placed in is not breathable. The house can comfortably support up to 5 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures.

\n

When you reach 11 th level, the house can extend up to 30 feet long, 15 feet wide, 15 feet tall, and it can now comfortable support up to 10 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures. Additionally, when a creature completes a long rest while within your shelter, they regain all spent Hit Dice, instead of only half. When you reach 17th level, the house can extend up to 45 feet long 20 feet wide, 20 feet tall, and it can now comfortable support up to 10 Large creatures. For each Large creature, it can instead support 2 Medium creatures. For each Medium creature, it can instead support 2 Small creatures. For each Small creature, it can instead support 2 Tiny creatures. Additionally, when a creature completes a long rest while within your shelter, their exhaustion level is reduced by 2, instead of only 1.

\n
\n

Tower

\n

You erect a tower from a 5-foot square platform centered on the target location that rises up to 30 feet. If the tower is created under a creature, that creature must succeed on a Dexterity saving throw or be lifted by the tower. A creature can choose to fail the save. The tower comes equipped with a ladder that reaches from the ground to the platform.

\n

When you reach 11 th level, the tower's platform can extend 5 feet by 10 feet and rise up to 40 feet When you reach 17th level, the tower's platform can cover a 10-foot square, and rise up to 50 feet. Additionally, any creature on the tower's platform has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

Wall

\n

You deploy a wall up to 30 feet long 10 feet high, and 3 feet thick, or a ringed wall up to 10 feet in diameter, 10 feet high, and 3 feet thick. The wall features ramparts deep enough to support creatures of Medium size or smaller, and provides one-quarter cover to any creature on its ramparts. The wall includes a ladder on the side of your choice. You choose whether the wall contains any openings otherwise. Any openings chosen in this way can be seen through on both sides. The wall can be climbed, but requires a Strength (Athletics) check against your tech save DC for any creature without a climbing speed. A creature can only make this check once per turn.

\n

When you reach 11 th level, the wall can deploy up to 45 feet long and 15 feet high, or a ringed wall up to 15 feet in diameter and 15 feet high. Additionally, the wall now provides half cover to any creature on its ramparts. When you reach 17th level, the wall can deploy up to 60 feet long and 20 feet high, or a ringed wall up to 20 feet in diameter and 20 feet high. Additionally, the wall now provides three-quarters cover to any creature on its ramparts.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"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":""},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"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","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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"swx8BTQy2S1WGFSj","name":"Evasive Footwork","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":1,"units":"turn"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"aXAuv80xH4fyilcx","flags":{"dae":{"stackable":false,"specialDuration":["None"],"transfer":false}},"changes":[{"key":"data.attributes.ac.value","value":"@damage","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Evasive Footwork","tint":"","transfer":false}]} {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -671,21 +741,25 @@ {"_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":""},"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":""},"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","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"uGPz2W0KIQ4Xk6xv","name":"Aura of Conviction","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","effects":[]} +{"_id":"uITFuPS25GwkJnV6","name":"Lunging Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":1,"units":"turn"},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"3ofwicyA3h1jv28F","flags":{"dae":{"stackable":false,"specialDuration":["1Attack"],"transfer":false}},"changes":[{"key":"data.bonuses.mwak.damage","value":"+@damage","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Lunging Attack","tint":"","transfer":false}]} {"_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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ueVZJoMfvAMrL0xc","name":"Goading Attack","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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
\n

To support full damage on save in midi-qoi set Check Spell Text to true, otherwise the save will apply to the damage as well as the effect.

\n
\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4",""]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"str"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Maneuver"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","effects":[{"_id":"JZVM9WpHdibWdv42","flags":{"dae":{"stackable":false,"specialDuration":["None"],"transfer":false}},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":1,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","label":"Goaded","tint":"","transfer":false}]} {"_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}},"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":""},"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":""},"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":"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":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":7.5,"width":null,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":"1","per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"str","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"","recharge":{"value":null,"charged":false}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Bonus.webp","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":""},"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":""},"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":[]}},"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":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[]} {"_id":"vd1BMUHvQoWbo2j6","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":"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}},"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":""},"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":""},"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
\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.

\n

You can use Refocused Power even if you have already used a different Force-Empowered Casting option during the casting of the power.

\n
\n

SEEKING POWER

\n

If you miss with a force power that calls for an attack roll, you can spend 2 force points to reroll the attack. You must use the new roll.

\n

You can use Seeking Power even if you have already used a different Force-Empowered Casting 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).

\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":"Consular 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vqxJzX2jON1LZuAS","name":"Force-Empowered Casting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Consular: 2nd, 9th, and 17th level

\n

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 9thand 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n
\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.

\n

You can use Refocused Power even if you have already used a different Force-Empowered Casting option during the casting of the power.

\n
\n

SEEKING POWER

\n

If you miss with a force power that calls for an attack roll, you can spend 2 force points to reroll the attack. You must use the new roll.

\n

You can use Seeking Power even if you have already used a different Force-Empowered Casting 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).

\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":"systems/sw5e/packs/Icons/Class%20Features/CSLR-Passive.webp","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":"vzh8iX6HpkxnYKR8","name":"Voodoo Doll: Pain","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Additionally, as an action while the doll is in your possession, you can expend a Hit Die to torment the target, choosing an effect from the following options:

\n","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":null,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"int"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Occultist 9"},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/SCLR-ARCH-Action.webp","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}},"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":[]} @@ -693,44 +767,47 @@ {"_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":""},"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}},"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":"wBdYcwBoZm5KFnSn","name":"Purity of Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 13th level

\n

Your are 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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"N98ZOr9Yj3gJNiNJ","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.traits.ci.value","value":"diseased","mode":2,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Purity of Body","tint":"","transfer":true}]} {"_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}},"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":""},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wq4b1B3UvPmIOs9G","name":"Extra Attack (Pugnacity)","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

Pugnacity Practice: 9th level

\n

When you take the Attack action on your turn, you can choose to attack twice, instead of once.

\n

Additionally, you can deal Sneak Attack damage any number of times on your turn. Each time you deal Sneak Attack damage, you can choose how many Sneak Attack dice you apply.

\n

You can't apply more than your total Sneak Attack dice each 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":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Pugnacity 9"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/OPRT-ARCH-Passive.webp","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}},"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":[]} {"_id":"x41qlxJPclXaeCkH","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":"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 bonus to attacks with the weapon). If you would have advantage on your attack roll, the creature instead has disadvantage on their saving throw, and if you would have disadvantage on your attack roll, the creature instead has advantage 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 treat the damage as if you had rolled the maximum.

\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":""},"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}},"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":[]} +{"name":"Vow of The Mortal","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[],"_id":"xMszYyTbAZkoKBY1"} +{"_id":"xWOwi6l4lIQ33Qi0","name":"Fighting Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Fighter: 3rd level
You’ve mastered a particular style of fighting. Choose one of the Fighting Mastery options, detailed in Chapter 6.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"systems/sw5e/packs/Icons/Class%20Features/FGTR-Passive.webp","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":""},"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}},"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}},"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":""},"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":""},"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":[]}},"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":[]}},"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":""},"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}},"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":"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":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Class%20Features/BSKR-Passive.webp","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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yNfequtADMj8vfP8","name":"Cause Harm","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":null,"max":"","per":""},"consume":{"type":"charges","target":"","amount":1},"ability":"cha","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@classes.guardian.levels+@mod","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Action.webp","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}},"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":""},"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}},"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":""},"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":""},"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":"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":"

Monk: 14th level

\n

Your mastery of focus grants you proficiency in all saving throws, and when you fail a saving throw, you can spend 1 focus point to reroll it, taking the new roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":null,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d20","midi-none"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 14","recharge":{"value":null,"charged":false}},"flags":{"midi-qol":{"onUseMacroName":""}},"img":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"Hhq04duDd9JKWOCM","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.abilities.cha.proficient","value":1,"mode":5,"priority":20},{"key":"data.abilities.con.proficient","value":1,"mode":5,"priority":20},{"key":"data.abilities.dex.proficient","value":1,"mode":5,"priority":20},{"key":"data.abilities.int.proficient","value":1,"mode":5,"priority":20},{"key":"data.abilities.str.proficient","value":1,"mode":5,"priority":20},{"key":"data.abilities.wis.proficient","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/Class%20Features/MNK-Passive.webp","label":"Diamond Soul","tint":"","transfer":true}]} {"_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":""},"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, the first time you deal damage with the weapon before the start of your next turn, you deal additional damage of the same type as the weapon’s damage. If this instance would deal damage to multiple creatures, you can only apply this additional damage to one of them. For each attack you forgo, you deal additional 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, or one target succeeds on the saving throw against your weapon’s burst or rapid property, you instead deal normal weapon 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":"Fighter: Heavy 7"},"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":""},"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":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"zRddQYFsypuRfneH","name":"Elemental Attunement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: Kro Var Order: 3rd, 11th, and 17th level

\n

You gain the ability to bend the elements to your will. As an action, you can manipulate these forces to create one of the following effects of your choice at a space within 10 feet of you:

\n\n

This range increases to 30 feet at 11th level and 60 feet at 17th level.

\n

Additionally, as a bonus action on your turn, you can spend 1 focus point to conjure a weapon made of one of the four elements—air, earth, fire, or water—which lasts for 1 minute. Your weapon takes an appearance of your choice, it can only be used by you, and you can't be disarmed of it while you are conscious. You are proficient in this weapon, which counts as a monk weapon for you and uses your Martial Arts die for its damage rolls. You can only have one of these weapons at a time, and if you summon a new one the old one immediately disappears.

\n
\n
\n

Air

\n

Your whistling weapon has the thrown property with a range of 20/60 and deals sonic damage on a hit. Additionally, when you hit a creature with the weapon, it is deafened until the end of its next turn.

\n
\n

Earth

\n

Your earthen weapon takes the form of stone and deals kinetic damage on a hit. Additionally, when you hit a creature with it, you can force the target to make a Strength saving throw. On a failed save, the target is pushed back 5 feet. Lastly, while active, you can use Strength instead of Dexterity when determining your AC, as long as it doesn't already include that modifier.

\n
\n

Fire

\n

Your flaming weapon sheds bright light in a 10-foot radius and dim light for an additional 10 feet, deals fire damage, and when you hit a creature with it, the creature takes additional damage equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one).

\n
\n

Water

\n

Your watery weapon has the reach property, deals cold damage on a hit, and you can use your Wisdom or Charisma modifier (your choice) instead of Dexterity or Strength for its attack and damage rolls. You must use the same modifier for both rolls. Additionally, when you would make a melee weapon attack, you can instead use your weapon to wet a 5-foot square within your weapon's reach. The affected area is difficult terrain. Each creature who starts its turn in the square or enters it for the first time must make a Dexterity saving throw, falling prone on a failed save.

\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":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":"zU1hee9wvzwxhE2m","name":"Aura of Protection","permission":{"default":0,"s2rjv4MJWWDF4RjH":3},"type":"classfeature","data":{"description":{"value":"

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

The range of your auras increases to 15 feet at 9th level and 30 feet 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":"systems/sw5e/packs/Icons/Class%20Features/GRDN-Passive.webp","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":""},"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

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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} @@ -738,5 +815,5 @@ {"_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":""},"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":""},"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":"zzbwoqUNCb6U0lRK","name":"Unarmored Movement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Monk: 3rd and 9th level

\n

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\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","effects":[{"_id":"vumU4CBYhXcV5ZZH","flags":{"dae":{"stackable":false,"specialDuration":[],"macroRepeat":"none","transfer":true}},"changes":[{"key":"data.attributes.movement.walk","value":10,"mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Class%20Features/MNK-Passive.webp","label":"Unarmored Movement","tint":"","transfer":true}]} {"_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}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} diff --git a/packs/packs/forcepowers.db b/packs/packs/forcepowers.db index 3dd96812..ea499d9a 100644 --- a/packs/packs/forcepowers.db +++ b/packs/packs/forcepowers.db @@ -1,199 +1,199 @@ -{"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"} -{"_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

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"} -{"_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","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"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_id":"99X7GzLrrdVppgT9","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":"ABfdZpL0iC2Osioj","name":"Rage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You endow yourself with endurance and martial prowess fueled by the Force. Until the power ends, you can’t cast powers, and you gain the following benefits:

\n\n

Immediately after the power ends, you must succeed on a DC 15 Constitution saving throw or suffer one level of exhaustion.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"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":[["50","temphp"]],"versatile":""},"formula":"2d12","save":{"ability":"con","dc":15,"scaling":"flat"},"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/Rage.webp"} -{"_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"} -{"_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"} -{"_id":"BbTpLPyPoucTsEdA","name":"Knight Speed","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a willing creature that you can see within range. Until the power ends, the target’s speed is doubled, it gains a +2 bonus to AC, it has advantage on Dexterity saving throws, and it gains an additional action on each of its turns. That action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or Use an Object action.

\n

When the power ends, the target can’t move or take actions until after its next turn, as a wave of lethargy sweeps over it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","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":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":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Knight%20Speed.webp"} -{"_id":"BqGw2Mt7mBqqVclc","name":"Freedom of Movement","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a willing creature. Its movement is unaffected by difficult terrain, and powers and enhanced effects can’t reduce its speed or cause it to be paralyzed or restrained.

\n

The target can spend 5 feet of movement to automatically escape from unenhanced restraints. Additionally, being underwater imposes no penalties on its movement or attacks.

","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":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":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"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":"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"} -{"name":"Great 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. On a hit, the target takes 6d8 damage of the same type as the weapon’s damage and must make a Constitution saving throw against an additional effect depending on your choice of casting ability:

\n

Wisdom. The target takes an additional 4d6 force damage and it gains four levels of slowed until the end of its next turn. On a success, the target takes half as much damage and its speed isn’t reduced.

\n

Charisma. The target takes an additional 4d6 necrotic damage and cannot regain hit points until the end of its next turn. On a success, the target takes half as much damage and its healing capability is unaffected.

\n

The weapon then immediately returns to your hand.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, the force or necrotic damage increases by 1d6 for each slot above 5th.

","chat":"","unidentified":""},"source":"","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":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d8",""]],"versatile":""},"formula":"4d6","save":{"ability":"con","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":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"CkwLRMWRdXp1ZOIh"} -{"_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"} -{"_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"} -{"_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","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"} -{"_id":"FVpFXYowoWwgFuIJ","name":"Shroud of Darkness","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You become heavily obscured to others. Dim light within 10 feet of you becomes darkness, and bright light becomes dim light.

\n

Until the power ends, you have resistance to force damage. In addition, whenever a creature within 10 feet of you hits you with an attack, it takes 2d8 necrotic damage.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":"Have Darkness Power"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"self","type":""},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"util","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","necrotic"]],"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":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shroud%20of%20Darkness.webp"} -{"_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"} -{"_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"} -{"_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":"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"} -{"_id":"I2EsFwBa7AyIwX1v","name":"Improved Force Camouflage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A willing creature you touch becomes invisible until the power ends. Anything the target is wearing or carrying is invisible as long as it is on the target’s person.

","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":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":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"_id":"IXAl1U65YuhNBN4Q","name":"Psychic 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 its mouth is covered by a violet veil until the start of your next turn. If the target willingly speaks before then, it immediately takes 1d8 psychic 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 psychic damage to the target, and the damage the target takes for speaking increases 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":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8","psychic"]],"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":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/Psychic%20Charge.webp"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_id":"LhMmIUjsFrytp0wc","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"} -{"name":"Master Saber Throw","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

When you cast this power, you must be wielding at least one lightweapon or vibroweapon, otherwise the power fails. When you cast this power, you can throw two weapons, striking creatures in two lines originating from yourself, both 90 feet long and 5 feet wide, or you can throw one weapon in a 90-foot long, 5-foot wide line of your choice originating from yourself and change its direction to move in a second identical line of your choice within range. Each creature in a line must make a Dexterity saving throw. A creature takes 5d8 damage of the same type as the weapon’s damage and 5d8 force damage on a failed save, or half as much damage on a successful one. A creature in the area of more than one line is affected only once. The weapons then immediately return to your hand.

\n

Force Potency. When you cast this power using a force slot of 8th level or higher, the weapon damage and force damage each increase by 1d8 for each slot level above 7th.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":90,"units":"ft","type":"line"},"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":[["5d8",""]],"versatile":"5d8"},"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":"level","formula":"1d8"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"M9Zs6JU0u3HlwrTv"} -{"_id":"MEcTbI8Y4xotnJwl","name":"Force Link","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create a telepathic link between yourself and a willing creature with which you are familiar. Until the power ends, you and the target can instantaneously share words, images, sounds, and other sensory messages with one another through the link, and the target recognizes you as the creature it is communicating with. The power enables a creature with an Intelligence score of at least 1 to understand the meaning of your words and take in the scope of any sensory messages you send to it.

","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":"any"},"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":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Force Blur","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to weave an illusion that blurs your form, shifting and wavering to all who can see you. For the duration, any creature has disadvantage on attack rolls against you. An attacker is immune to this effect if it doesn’t rely on sight, as with blindsight, or can see through illusions, as with truesight.

","chat":"","unidentified":""},"source":"","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":""},"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":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":"MTn9NTw4W9aAk7lK"} -{"name":"Spirit Blade","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You conjure a blade of spirit energy and attempt to strike one creature. Make a melee force attack against the target. If the attack hits, the creature takes 1d10 necrotic damage.

\n

This power can make multiple attacks at higher levels: two attacks at 5th level, three attacks at 11th level, and four attacks at 17th level. Each attack can target the same creature or different ones. Make a separate attack roll for each target.

","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":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10","necrotic"]],"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":"Mbqmc4SNrOZerrH5"} -{"_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"} -{"_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},"preparation":{"mode":"prepared","prepared":false},"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"} -{"_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","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":"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

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"} -{"name":"Will of the Force","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You sublimate yourself before the will of the Force, attempting to use it to affect change in the galaxy around you.

\n

The basic use of this power is to duplicate any other light side or universal force power of 8th level or lower. You don’t need to meet any requirements in that power; it simply takes effect. Alternatively, you can create one of the following effects of your choice:

\n\n

You might be able to achieve something beyond the scope of the above examples. State your wish to the DM as precisely as possible. The DM has great latitude in ruling what occurs in such an instance; the greater the wish, the greater the likelihood that something goes wrong. This power might simply fail, the effect you desire might only be partly achieved, or you might suffer some unforeseen consequence as a result of how you worded the wish. For example, wishing that a villain were dead might propel you forward in time to a period when that villain is no longer alive, effectively removing you from the game. Similarly, wishing for a legendary enhanced item or artifact might instantly transport you to the presence of the item’s current owner.

\n

The stress of casting this power to produce any effect other than duplicating another power weakens you. After enduring that stress, each time you cast a power until you finish a long rest, you take 1d10 necrotic damage per level of that power, which can’t be reduced or prevented in any way. Additionally, your Strength drops to 3, if it isn’t 3 or lower already, for 2d4 days. For each of those days that you spend resting and doing nothing more than light activity, your remaining recovery time decreases by 2 days. Additionally, there is a 33 percent chance that you are unable to cast will of the force ever again if you suffer this stress. Finally, if you are reduced to 0 hit points as a result of this necrotic damage, or at any point before you have fully recovered from the Strength reduction, you immediately die and cannot be resurrected as your body fades away, absorbed into the living Force.

","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":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":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"SjPSJ7ZAnMR9YxN9"} -{"_id":"SmMJBkUl0oGmhbhu","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":"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"} -{"_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"} -{"_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

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"} -{"_id":"WWCvfD4ldEZoR5fn","name":"Mind Trap","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to trap the mind of your target in a psychic cage. The target must make a Charisma saving throw. On a failed save, the creature’s mind is trapped. It can think, but it can’t have any contact with or perceive the outside world. If the creature takes damage, it makes another Charisma save. On a success, the power ends. 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, after 1 minute of concentration the power’s duration becomes 24 hours and it no longer requires your concentration.

","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":"cha","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":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"_id":"XJSLZaP9Nix5EJHY","name":"Curse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Up to three creatures of your choice that you can see within range must make Charisma saving throws. Whenever a target that fails this saving throw makes an attack roll or a saving throw before the power ends, the target must roll a d4 and subtract the number rolled from 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":"Have Denounce Power"},"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":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"cha","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":"level","formula":"1 Addition Target"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Curse.webp"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_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":"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

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"} -{"_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},"preparation":{"mode":"prepared","prepared":false},"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"} -{"_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

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"} -{"_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"} -{"_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"} -{"_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"} -{"_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"} -{"_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":"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"} -{"_id":"mnwPexAofsIOp8dD","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":"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"} -{"_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"} -{"_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

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"} -{"_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"} -{"_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"} -{"_id":"ucLQqgu3XZCePdJg","name":"Aura of Vigor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Envigorating 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) deals an extra 1d4 damage with weapon attacks.

","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":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/Aura%20of%20Vigor.webp"} -{"_id":"vRl7zVJ9XwndAme3","name":"Dark Shear","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create a weapon of imperceptible Force energy that lasts until the power ends. It counts as a simple lightweapon with which you are proficient. It deals 2d6 psychic damage, and has the finesse, light, and thrown properties (range 20/60). When you attack while within dim light or darkness, you have advantage.

\n

If you drop the weapon or throw it, it disappears at the end of the turn. While the power lasts, you can use a bonus action to make the weapon reappear in your hand.

\n

Force Potency. When you cast this power using a 3rd or 4th level force slot, the damage increases by 1d6 (3d6). At 5th or 6th level, the damage increases by 2d6 (4d6). At 7th level or higher, the damage increases by 3d6 (5d6).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"self","type":""},"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":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/Dark%20Shear.webp"} -{"name":"Force Vision","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You receive a vision of the future through the Force, giving you or one willing creature you can see within range a chance to change fate. When the chosen creature makes an attack roll, an ability check, or a saving throw before the power ends, it can dismiss this power on itself to roll an additional d20 and choose which of the d20s to use. Alternatively, when an attack roll is made against the chosen creature, it can dismiss this power on itself to roll a d20 and choose which of the d20s to use, the one it rolled or the one the attacker rolled.

\n

If the original d20 roll has advantage or disadvantage, the creature rolls the additional d20 after advantage or disadvantage has been applied to the original roll.

\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":"","activation":{"type":"minute","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":""},"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":"vZJzZ3o079273ttS"} -{"_id":"vmzC47AY66cx1LwU","name":"Burst","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause the earth to burst from beneath your feet. Each creature within range, other than you, must succeed on a Dexterity saving throw or take 1d6 kinetic damage.

\n

This power’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

","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":"self"},"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":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":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"_id":"wYU8UqUwJVpOQpRK","name":"Master Battle Meditation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You exude an aura out to 30 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 d8 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 d8 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":30,"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":"1d8","save":{"ability":"cha","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":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Battle%20Meditation.webp"} -{"_id":"wqMkp6WYkBCFVVA8","name":"Mass Animation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You snag several objects using the Force and whip them into the air around you, controlling them to attack at your command. Choose up to ten unenhanced objects within range that are not being worn or carried. Medium targets count as two objects, Large targets count as four objects, Huge targets count as eight objects. You can’t control any object larger than Huge. Each object animates and hovers near you, remaining within 100 feet of you for the duration. An animated object behaves as though it is was a construct, with AC, hit points, and attacks determined by its size, and a flying speed of 30 feet.

\n

As a bonus action, you can mentally direct any object controlled by this power. If you control multiple objects, you can command any or all of them at the same time. You decide what action the object will take and where it will move. The objects act at the end of your turn. If you command an object to attack, it can make a single melee attack against a creature within 5 feet of it. It makes a slam attack with an attack bonus and kinetic damage determined by its size.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SizeHPACAttack
Tiny2016+6 to hit, 1d4 + 3 damage
Small2515+6 to hit, 1d8 + 2 damage
Medium4013+5 to hit, 2d6 + 1 damage
Large5010+6 to hit, 2d10 + 2 damage
Huge8010+8 to hit, 2d12 + 4 damage
\n

Force Potency. If you cast this power using a force slot of 6th level or higher, you can animate two additional objects for each slot level above 5th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":10,"units":"","type":"object"},"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":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":"icons/svg/mystery-man.svg"} -{"name":"Dun Moch","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You attempt to manipulate a creature into fighting you. One creature that you can see within range must make a Wisdom saving throw. On a failed save, the creature is drawn to you, compelled by your demands. For the duration, it has disadvantage on attack rolls against creatures other than you, and must make a 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 power doesn’t restrict the target’s movement for that turn.

\n

The power ends if you attack any other creature, if you cast a power that targets a hostile creature other than the target, if a creature friendly to you damages the target or casts a harmful power on it, or if you end your turn more than 30 feet away from the target. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","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":"","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":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":"yZTEfyOMlKLAl9Vf"} -{"name":"Force Shunt","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to thrust a creature you can see to the ground. The target must make a Strength saving throw. On a failed save, a creature takes 1d4 kinetic damage and falls prone.

\n

This power’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

","chat":"","unidentified":""},"source":"","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":""},"consume":{"type":"","target":"","amount":null},"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":"","prepared":false},"scaling":{"mode":"atwill","formula":"1d4"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"zcg1mMI3WGmLcQTa"} +{"_id":"0mQsnKBxENq1z4zW","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":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":"","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shadow%20Sight.webp","effects":[]} +{"_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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Storm.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Remove%20Curse.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sanctuary.webp","effects":[]} +{"_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

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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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/Valor.webp","effects":[]} +{"_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","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":"prepared","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%20Barrier.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Propel.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mass%20Hysteria.webp","effects":[]} +{"_id":"3x3DUe1hqdJ7yZst","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Malacia.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Restoration.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Breath%20Control.webp","effects":[]} +{"_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":"","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/True%20Sight.webp","effects":[]} +{"_id":"562ItvjZZHhSmqeP","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Morichro.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Revitalize.webp","effects":[]} +{"_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","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","effects":[]} +{"_id":"5lOXTZUiRmL7aZi9","name":"Convulsion","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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d12"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Convulsion.webp","effects":[]} +{"_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":"prepared","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%20Disarm.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Telekinetic%20Storm.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Skill%20Empowerment.webp","effects":[]} +{"_id":"6NTKtlQ39Ksl6Pt3","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":"PHB","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","prepared":false},"scaling":{"mode":"atwill","formula":"1d6"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Necrotic%20Touch.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Give%20Life.webp","effects":[]} +{"_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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Phasewalk.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_id":"7Iov2tTffcGjLiA6","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":"PHB","activation":{"type":"bonus","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":""},"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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Focus.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Stun%20Droid.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Stun.webp","effects":[]} +{"_id":"8usZf3N59jE1JHux","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Malacia.webp","effects":[]} +{"_id":"99X7GzLrrdVppgT9","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":"PHB","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":"prepared","prepared":true},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Siphon%20Life.webp","effects":[]} +{"_id":"ABfdZpL0iC2Osioj","name":"Rage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You endow yourself with endurance and martial prowess fueled by the Force. Until the power ends, you can’t cast powers, and you gain the following benefits:

\n\n

Immediately after the power ends, you must succeed on a DC 15 Constitution saving throw or suffer one level of exhaustion.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"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":[["50","temphp"]],"versatile":""},"formula":"2d12","save":{"ability":"con","dc":15,"scaling":"flat"},"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","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Rage.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"2d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Cloud%20Mind.webp","effects":[]} +{"_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",""]],"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","prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sonic%20Charge.webp","effects":[]} +{"_id":"BMIFAP3MEIihGmi5","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":"PHB","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","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Call%20Lightning.webp","effects":[]} +{"_id":"BbTpLPyPoucTsEdA","name":"Knight Speed","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a willing creature that you can see within range. Until the power ends, the target’s speed is doubled, it gains a +2 bonus to AC, it has advantage on Dexterity saving throws, and it gains an additional action on each of its turns. That action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or Use an Object action.

\n

When the power ends, the target can’t move or take actions until after its next turn, as a wave of lethargy sweeps over it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","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":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","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Knight%20Speed.webp","effects":[]} +{"_id":"BqGw2Mt7mBqqVclc","name":"Freedom of Movement","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a willing creature. Its movement is unaffected by difficult terrain, and powers and enhanced effects can’t reduce its speed or cause it to be paralyzed or restrained.

\n

The target can spend 5 feet of movement to automatically escape from unenhanced restraints. Additionally, being underwater imposes no penalties on its movement or attacks.

","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":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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Freedom%20of%20Movement.webp","effects":[]} +{"_id":"Bwv89X2AFVI1SCb0","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":"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":"","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mind%20Prison.webp","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Chain%20Lightning.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Guidance.webp","effects":[]} +{"_id":"C5UBI7f4LoNg2dPM","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":"PHB","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","prepared":true},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Meld.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Spare%20the%20Dying.webp","effects":[]} +{"_id":"CkMXwj0l0H0rD9md","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mass%20Malacia.webp","effects":[]} +{"_id":"CkwLRMWRdXp1ZOIh","name":"Great 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. On a hit, the target takes 6d8 damage of the same type as the weapon’s damage and must make a Constitution saving throw against an additional effect depending on your choice of casting ability:

\n

Wisdom. The target takes an additional 4d6 force damage and it gains four levels of slowed until the end of its next turn. On a success, the target takes half as much damage and its speed isn’t reduced.

\n

Charisma. The target takes an additional 4d6 necrotic damage and cannot regain hit points until the end of its next turn. On a success, the target takes half as much damage and its healing capability is unaffected.

\n

The weapon then immediately returns to your hand.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, the force or necrotic damage increases by 1d6 for each slot above 5th.

","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":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":"0","chatFlavor":"","critical":null,"damage":{"parts":[["6d8",""]],"versatile":""},"formula":"4d6","save":{"ability":"con","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Great%20Saber%20Throw.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Tremor.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Phasestrike.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Restoration.webp","effects":[]} +{"_id":"FCZWOVHmPXqa2ssG","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":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Seethe.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Project.webp","effects":[]} +{"_id":"FVpFXYowoWwgFuIJ","name":"Shroud of Darkness","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You become heavily obscured to others. Dim light within 10 feet of you becomes darkness, and bright light becomes dim light.

\n

Until the power ends, you have resistance to force damage. In addition, whenever a creature within 10 feet of you hits you with an attack, it takes 2d8 necrotic damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Darkness Power"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"self","type":""},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":"0","per":""},"ability":"","actionType":"util","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","necrotic"]],"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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shroud%20of%20Darkness.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"PHB","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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Phasestrike.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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/Stasis.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_id":"Hgn1yHJsMzp5qKr5","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":"PHB","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":"","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","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Reflect.webp","effects":[]} +{"_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":"","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Precognition.webp","effects":[]} +{"_id":"HvyTel83im9br37p","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":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"units":"","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Leap.webp","effects":[]} +{"_id":"I2EsFwBa7AyIwX1v","name":"Improved Force Camouflage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A willing creature you touch becomes invisible until the power ends. Anything the target is wearing or carrying is invisible as long as it is on the target’s person.

","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":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":"prepared","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%20Camouflage.webp","effects":[]} +{"_id":"IXAl1U65YuhNBN4Q","name":"Psychic 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 its mouth is covered by a violet veil until the start of your next turn. If the target willingly speaks before then, it immediately takes 1d8 psychic 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 psychic damage to the target, and the damage the target takes for speaking 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":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":"0","per":""},"ability":"","actionType":"mwak","attackBonus":"0","chatFlavor":"","critical":null,"damage":{"parts":[["1d8","psychic"]],"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","prepared":false},"scaling":{"mode":"atwill","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Psychic%20Charge.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Repulse.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"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":"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":"prepared","prepared":false},"scaling":{"mode":"atwill","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Turbulence.webp","effects":[]} +{"_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":"PHB","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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Affliction.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Disable%20Droid.webp","effects":[]} +{"_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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Project.webp","effects":[]} +{"_id":"KspYzz0UkKQzOAnw","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":"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":""},"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","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Saber%20Throw.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Slow%20Descent.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Force%20Powers/Battle%20Insight.webp","effects":[]} +{"_id":"LbBZx7srgI6xgLZy","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":"PHB","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","prepared":false},"scaling":{"mode":"level","formula":"1d12"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sustained%20Lightning.webp","effects":[]} +{"_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":"prepared","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/Heroism.webp","effects":[]} +{"_id":"LhMmIUjsFrytp0wc","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sever%20Force.webp","effects":[]} +{"_id":"M9Zs6JU0u3HlwrTv","name":"Master Saber Throw","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

When you cast this power, you must be wielding at least one lightweapon or vibroweapon, otherwise the power fails. When you cast this power, you can throw two weapons, striking creatures in two lines originating from yourself, both 90 feet long and 5 feet wide, or you can throw one weapon in a 90-foot long, 5-foot wide line of your choice originating from yourself and change its direction to move in a second identical line of your choice within range. Each creature in a line must make a Dexterity saving throw. A creature takes 5d8 damage of the same type as the weapon’s damage and 5d8 force damage on a failed save, or half as much damage on a successful one. A creature in the area of more than one line is affected only once. The weapons then immediately return to your hand.

\n

Force Potency. When you cast this power using a force slot of 8th level or higher, the weapon damage and force damage each increase by 1d8 for each slot level above 7th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":90,"units":"ft","type":"line","width":null},"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":[["5d8",""]],"versatile":"5d8"},"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","prepared":false},"scaling":{"mode":"level","formula":"1d8"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Saber%20Throw.webp","effects":[]} +{"_id":"MEcTbI8Y4xotnJwl","name":"Force Link","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create a telepathic link between yourself and a willing creature with which you are familiar. Until the power ends, you and the target can instantaneously share words, images, sounds, and other sensory messages with one another through the link, and the target recognizes you as the creature it is communicating with. The power enables a creature with an Intelligence score of at least 1 to understand the meaning of your words and take in the scope of any sensory messages you send to it.

","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":"any"},"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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Link.webp","effects":[]} +{"_id":"MTn9NTw4W9aAk7lK","name":"Force Blur","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to weave an illusion that blurs your form, shifting and wavering to all who can see you. For the duration, any creature has disadvantage on attack rolls against you. An attacker is immune to this effect if it doesn’t rely on sight, as with blindsight, or can see through illusions, as with truesight.

","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":""},"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":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Blur.webp","effects":[]} +{"_id":"Mbqmc4SNrOZerrH5","name":"Spirit Blade","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You conjure a blade of spirit energy and attempt to strike one creature. Make a melee force attack against the target. If the attack hits, the creature takes 1d10 necrotic damage.

\n

This power can make multiple attacks at higher levels: two attacks at 5th level, three attacks at 11th level, and four attacks at 17th level. Each attack can target the same creature or different ones. Make a separate attack roll for each target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":"0","per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mpak","attackBonus":"0","chatFlavor":"","critical":null,"damage":{"parts":[["1d10","necrotic"]],"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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Spirit%20Blade.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","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%20Cone%20Lightning.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sense%20Emotion.webp","effects":[]} +{"_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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sense%20Force.webp","effects":[]} +{"_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":"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":""},"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},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Armor%20of%20Abeloth.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","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":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","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Sight.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"PHB","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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Drain%20Life.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_id":"RxMgf0xLigmok93b","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":"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":""},"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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Comprehend%20Speech.webp","effects":[]} +{"_id":"SaMnm3iVoaldsWip","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

These benefits last for 24 hours or until the end of your next long rest, whichever happens first.

","chat":"","unidentified":""},"source":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Force%20Barrier.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Revitalize.webp","effects":[]} +{"_id":"SjPSJ7ZAnMR9YxN9","name":"Will of the Force","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You sublimate yourself before the will of the Force, attempting to use it to affect change in the galaxy around you.

\n

The basic use of this power is to duplicate any other light side or universal force power of 8th level or lower. You don’t need to meet any requirements in that power; it simply takes effect. Alternatively, you can create one of the following effects of your choice:

\n\n

You might be able to achieve something beyond the scope of the above examples. State your wish to the DM as precisely as possible. The DM has great latitude in ruling what occurs in such an instance; the greater the wish, the greater the likelihood that something goes wrong. This power might simply fail, the effect you desire might only be partly achieved, or you might suffer some unforeseen consequence as a result of how you worded the wish. For example, wishing that a villain were dead might propel you forward in time to a period when that villain is no longer alive, effectively removing you from the game. Similarly, wishing for a legendary enhanced item or artifact might instantly transport you to the presence of the item’s current owner.

\n

The stress of casting this power to produce any effect other than duplicating another power weakens you. After enduring that stress, each time you cast a power until you finish a long rest, you take 1d10 necrotic damage per level of that power, which can’t be reduced or prevented in any way. Additionally, your Strength drops to 3, if it isn’t 3 or lower already, for 2d4 days. For each of those days that you spend resting and doing nothing more than light activity, your remaining recovery time decreases by 2 days. Additionally, there is a 33 percent chance that you are unable to cast will of the force ever again if you suffer this stress. Finally, if you are reduced to 0 hit points as a result of this necrotic damage, or at any point before you have fully recovered from the Strength reduction, you immediately die and cannot be resurrected as your body fades away, absorbed into the living Force.

","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":"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":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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Will%20of%20the%20Force.webp","effects":[]} +{"_id":"SmMJBkUl0oGmhbhu","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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Locate%20Object.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Telekinetic%20Wave.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Barrier.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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",""]],"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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Scream.webp","effects":[]} +{"_id":"V0gdWJyrn2O8SleF","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Concealment.webp","effects":[]} +{"_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
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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Insanity.webp","effects":[]} +{"_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":"","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Mask.webp","effects":[]} +{"_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

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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Danger%20Sense.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Animate%20Weapon.webp","effects":[]} +{"_id":"WWCvfD4ldEZoR5fn","name":"Mind Trap","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to trap the mind of your target in a psychic cage. The target must make a Charisma saving throw. On a failed save, the creature’s mind is trapped. It can think, but it can’t have any contact with or perceive the outside world. If the creature takes damage, it makes another Charisma save. On a success, the power ends. 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, after 1 minute of concentration the power’s duration becomes 24 hours and it no longer requires your concentration.

","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":"cha","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mind%20Trap.webp","effects":[]} +{"_id":"XJSLZaP9Nix5EJHY","name":"Curse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Up to three creatures of your choice that you can see within range must make Charisma saving throws. Whenever a target that fails this saving throw makes an attack roll or a saving throw before the power ends, the target must roll a d4 and subtract the number rolled from 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":"Have Denounce Power"},"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":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"cha","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","prepared":true},"scaling":{"mode":"level","formula":"1 Addition Target"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Curse.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_id":"XclIGWYxTC0rJ0Uk","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":"PHB","activation":{"type":"action","cost":1,"condition":"Requires Force Body"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Control%20Pain.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Coerce%20Mind.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Plant%20Surge.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","width":null},"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","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Lightning.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"2 additional pillars"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Eruption.webp","effects":[]} +{"_id":"ZhF71jnD5cRDy5LP","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Weapon.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Whirlwind.webp","effects":[]} +{"_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",""]],"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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Force%20Scream.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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/Force%20Blind-Deafen.webp","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shock.webp","effects":[]} +{"_id":"bK2remeEKqu4htPZ","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

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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sonic%20Trick.webp","effects":[]} +{"_id":"bU9gwhdaQKY5R99i","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Psychometry.webp","effects":[]} +{"_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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Locate%20Creature.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Throw.webp","effects":[]} +{"_id":"c9J29IH07qQQToFm","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":"PHB","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","prepared":false},"scaling":{"mode":"atwill","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Rebuke.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"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":""},"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},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dark%20Aura.webp","effects":[]} +{"_id":"cVtuZmIOHV6sW8Yc","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Whisper.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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

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":"prepared","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/Force%20Enlightenment.webp","effects":[]} +{"_id":"eRafdgDXoMj7Y5r3","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Embuement.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Destroy%20Droid.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"5 additional Temp HP"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Disperse%20Force.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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/Force%20Trance.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Earthquake.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Resistance.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Revitalize.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Grasping%20Vines.webp","effects":[]} +{"_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":"PHB","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":"prepared","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","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Fear.webp","effects":[]} +{"_id":"i1N033vPzDom3Kpj","name":"Force Camouflage","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":"","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Camouflage.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mass%20Coerce%20Mind.webp","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Drain%20Vitality.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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","width":null},"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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Wall%20of%20Light.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_id":"l88fYgzGm5J23jgf","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":"PHB","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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Telemetry.webp","effects":[]} +{"_id":"mDhD0APXsJ9tDa01","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":"PHB","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","prepared":false},"scaling":{"mode":"level","formula":"2d10"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Blinding.webp","effects":[]} +{"_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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Slow.webp","effects":[]} +{"_id":"mnwPexAofsIOp8dD","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Telekinesis.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Share%20Life.webp","effects":[]} +{"_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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Stasis%20Field.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"5 additional feet"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Jump.webp","effects":[]} +{"_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":"","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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Phasewalk.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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

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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Calm%20Emotions.webp","effects":[]} +{"_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","width":null},"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":"prepared","prepared":true},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Telekinetic%20Burst.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"atwill","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Technique.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Wrack.webp","effects":[]} +{"_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":"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":"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":"prepared","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Wound.webp","effects":[]} +{"_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",""]],"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","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Force%20Scream.webp","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"prepared","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","effects":[]} +{"_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":"PHB","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":"prepared","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","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Mend.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mind%20Blank.webp","effects":[]} +{"_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":"prepared","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Rescue.webp","effects":[]} +{"_id":"ucLQqgu3XZCePdJg","name":"Aura of Vigor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Envigorating 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) deals an extra 1d4 damage with weapon attacks.

","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":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","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%20Vigor.webp","effects":[]} +{"_id":"vRl7zVJ9XwndAme3","name":"Dark Shear","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create a weapon of imperceptible Force energy that lasts until the power ends. It counts as a simple lightweapon with which you are proficient. It deals 2d6 psychic damage, and has the finesse, light, and thrown properties (range 20/60). When you attack while within dim light or darkness, you have advantage.

\n

If you drop the weapon or throw it, it disappears at the end of the turn. While the power lasts, you can use a bonus action to make the weapon reappear in your hand.

\n

Force Potency. When you cast this power using a 3rd or 4th level force slot, the damage increases by 1d6 (3d6). At 5th or 6th level, the damage increases by 2d6 (4d6). At 7th level or higher, the damage increases by 3d6 (5d6).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"self","type":""},"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":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","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dark%20Shear.webp","effects":[]} +{"_id":"vZJzZ3o079273ttS","name":"Force Vision","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You receive a vision of the future through the Force, giving you or one willing creature you can see within range a chance to change fate. When the chosen creature makes an attack roll, an ability check, or a saving throw before the power ends, it can dismiss this power on itself to roll an additional d20 and choose which of the d20s to use. Alternatively, when an attack roll is made against the chosen creature, it can dismiss this power on itself to roll a d20 and choose which of the d20s to use, the one it rolled or the one the attacker rolled.

\n

If the original d20 roll has advantage or disadvantage, the creature rolls the additional d20 after advantage or disadvantage has been applied to the original roll.

\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":"minute","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":""},"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","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Vision.webp","effects":[]} +{"_id":"vmzC47AY66cx1LwU","name":"Burst","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause the earth to burst from beneath your feet. Each creature within range, other than you, must succeed on a Dexterity saving throw or take 1d6 kinetic damage.

\n

This power’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

","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":"self"},"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":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","prepared":false},"scaling":{"mode":"atwill","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Burst.webp","effects":[]} +{"_id":"wYU8UqUwJVpOQpRK","name":"Master Battle Meditation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You exude an aura out to 30 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 d8 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 d8 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":30,"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":"1d8","save":{"ability":"cha","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":"prepared","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Battle%20Meditation.webp","effects":[]} +{"_id":"wqMkp6WYkBCFVVA8","name":"Mass Animation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You snag several objects using the Force and whip them into the air around you, controlling them to attack at your command. Choose up to ten unenhanced objects within range that are not being worn or carried. Medium targets count as two objects, Large targets count as four objects, Huge targets count as eight objects. You can’t control any object larger than Huge. Each object animates and hovers near you, remaining within 100 feet of you for the duration. An animated object behaves as though it is was a construct, with AC, hit points, and attacks determined by its size, and a flying speed of 30 feet.

\n

As a bonus action, you can mentally direct any object controlled by this power. If you control multiple objects, you can command any or all of them at the same time. You decide what action the object will take and where it will move. The objects act at the end of your turn. If you command an object to attack, it can make a single melee attack against a creature within 5 feet of it. It makes a slam attack with an attack bonus and kinetic damage determined by its size.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SizeHPACAttack
Tiny2016+6 to hit, 1d4 + 3 damage
Small2515+6 to hit, 1d8 + 2 damage
Medium4013+5 to hit, 2d6 + 1 damage
Large5010+6 to hit, 2d10 + 2 damage
Huge8010+8 to hit, 2d12 + 4 damage
\n

Force Potency. If you cast this power using a force slot of 6th level or higher, you can animate two additional objects for each slot level above 5th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":10,"units":"","type":"object"},"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":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","prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mass%20Animation.webp","effects":[]} +{"_id":"yZTEfyOMlKLAl9Vf","name":"Dun Moch","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You attempt to manipulate a creature into fighting you. One creature that you can see within range must make a Wisdom saving throw. On a failed save, the creature is drawn to you, compelled by your demands. For the duration, it has disadvantage on attack rolls against creatures other than you, and must make a 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 power doesn’t restrict the target’s movement for that turn.

\n

The power ends if you attack any other creature, if you cast a power that targets a hostile creature other than the target, if a creature friendly to you damages the target or casts a harmful power on it, or if you end your turn more than 30 feet away from the target. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","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":"","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":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dun%20Moch.webp","effects":[]} +{"_id":"zcg1mMI3WGmLcQTa","name":"Force Shunt","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to thrust a creature you can see to the ground. The target must make a Strength saving throw. On a failed save, a creature takes 1d4 kinetic damage and falls prone.

\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":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":[["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":"prepared","prepared":false},"scaling":{"mode":"atwill","formula":"1d4"}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Shunt.webp","effects":[]} diff --git a/packs/packs/species.db b/packs/packs/species.db index 99f33be4..9c096ddc 100644 --- a/packs/packs/species.db +++ b/packs/packs/species.db @@ -1,113 +1,114 @@ -{"_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 must spend 3 hours performing routine maintenance during a long rest to gain its benefits, during which you have disadvantage on Wisdom (Perception) checks. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it.

\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 must spend 3 hours performing routine maintenance during a long rest to gain its benefits, during which you have disadvantage on Wisdom (Perception) checks. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it.

\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 forpaking 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 forpake 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":"QmRz7rdlXLJs5Zpi","name":"Patrolian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Patrolians are fish-like in appearance, being covered in pale, pastel-colored scales and possession numerous fins on their long limbs and face, as well as a notable dorsal fin which often required modified clothing to accommodate.

\n

Thanks to their gills, patrolians are perfectly comfortable breathing underwater as well as on land, and their physiology is also notoriously resistant to electric shocks—both likely throwbacks to evolution on their native homeworld of Patrolia.

\n

Society and Culture

\n

Patrolians are a notably innovative and resourceful species, and many of their number have found their way into roles of the construction, maintenance and sale of technology.

\n

Unfortunately, patrolians tend to pursue these businesses in a shady manner, and most tend to operate such ventures in the criminal underworld, working as bounty hunters, thieves, fences, slicers and other such technically-demanding criminal roles.

\n

This inclination towards crime stems from their homeworld, which is perpetually stalled in a state of economic decay due to wartime. With the advent of multiple wars fought in the system, different armies continuing to see the aquatic world as a strategic bulwark in the region. Because of this, patrolians have to find work not only off-world, but typically in fields not falling under governmental purview. Unfortunately, criminal activities being a common path.

\n

Names

\n

Patrolian names are usually multisyllabic and sing-songy with lots of open vowels and few fricatives. Patrolians are not known to use family names or other surnames.

\n

  Male Names. Dalladu, Feddi, Nogagai, Teconica

\n

  Female Names. Kakeda, Machibido, Rinimma, Talla

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity or Charisma score increases by 1.

\n

Age. Patrolians reach adulthood in their late teens and live less than a century.

\n

Alignment. Patrolians' greedy, scheming nature causes them to tend toward the dark side, though there are exceptions.

\n

Size. Patrolians typically stand just over 3 feet tall and generally 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

Amphibious. You can breathe air and water.

\n

Conniving. You have proficiency in Deception or Stealth (your choice).

\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

Electrical Resistance. Patrolians are notably capable of shrugging off electrocutions. You have resistance to lightning damage.

\n

Specialist. You have proficiency in one specialist's kit of your choice.

\n

Swim. You have a swimming speed of 25 feet.

\n

Technician. You are proficient in the Technology skill.

\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 Patrolian. Patrolian is a high-energy language, consisting mostly of gurgles and skittish vocalizations. Patrolian, even when spoken on land, sounds like it's being spoken underwater.

"},"skinColorOptions":{"value":"Blue-purple to green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Light to dark red"},"distinctions":{"value":"Fin-like limbs, pastel-colored scales"},"heightAverage":{"value":"2'8\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Patrolia"},"slanguage":{"value":"Patrolian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"colorScheme":{"value":""},"planguage":{"value":""},"droidDistinctions":{"value":""},"droidLanguage":{"value":""},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true},"core":{"sourceId":"Item.KH43IZr4IqeUM3lL"}},"img":"systems/sw5e/packs/Icons/Species/Patrolian.webp","effects":[{"_id":"6ONrHdnvLzAAXP1o","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.species","value":"Patrolian","mode":5,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":20},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":20},{"key":"data.attributes.movement.swim","value":25,"mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"lightning","mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":2,"priority":20},{"key":"data.traits.languages.custom","value":"Patrolian","mode":0,"priority":20},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Patrolian.webp","label":"Patrolian","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 must spend 3 hours performing routine maintenance during a long rest to gain its benefits, during which you have disadvantage on Wisdom (Perception) checks. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it.

\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 must spend 3 hours performing routine maintenance during a long rest to gain its benefits, during which you have disadvantage on Wisdom (Perception) checks. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it.

\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.

\n

Age. Cereans reach adulthood in their late teens and live less than a century.

\n

Alignment. Cereans' altruistic nature causes them to tend toward the light side, though there are exceptions.

\n

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.

\n

Speed. Your base walking speed is 30 feet.

\n

Intuitive Initiative. You can choose to reroll Initiative checks, but you must use the new roll.

\n

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.

\n

Perceptive. You have proficiency in Perception.

\n

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.

\n

Trance. You only need 3 hours of sleep during a long rest to gain its benefits, instead of 6. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it to gain its benefits.

\n

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 must spend 3 hours performing routine maintenance during a long rest to gain its benefits, during which you have disadvantage on Wisdom (Perception) checks. Additionally, if your long rest would be interrupted, you only need to complete the long rest instead of restarting it.

\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

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}]} +{"_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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":120,"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":0,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","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/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.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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":60,"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":0,"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.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":"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.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":"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.

\n

Age. Chiss reach adulthood in their late teens and live less than a century.

\n

Alignment. Chiss' tactical and selfish nature cause them to tend toward lawful dark side, though there are exceptions.

\n

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.

\n

Speed. Your base walking speed is 30 feet.

\n

Tech Resistance. Growing up around technology leaves an impact on chiss. You have advantage on Dexterity and Intelligence saving throws against tech powers.

\n

Darkvision. You have 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.

\n

Martial Proficiency. You have proficiency with light and medium armor as well as the blaster pistol and sniper rifle.

\n

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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":120,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ryn.webp","effects":[{"_id":"XGMDXcDtlSfQQgFZ","flags":{"dae":{"transfer":true,"stackable":false,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":60,"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":"EC"},"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":"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.

\n

Age. Pau'ans reach adulthood in their 30's and have been known to live up to 700 years old.

\n

Alignment. Pau'ans' commanding presence, yet friendly and kind nature, cause them to tend to be lawful light side, though there are exceptions.

\n

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.

\n

Speed. Your base walking speed is 30 feet.

\n

Authoritative. You have proficiency in Persuasion or Intimidation (your choice).

\n

Cultured. You have proficiency in the Lore skill.

\n

Darkvision. You have 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.

\n

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.

\n

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.

\n

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":"EC"},"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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.darkvision","value":120,"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,"seconds":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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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.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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"mode":2,"priority":20},{"key":"data.attributes.senses.tremorsense","value":30,"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,"seconds":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.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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.precognition","value":"1","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/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.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":"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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.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":"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.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,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":120,"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":0,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","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/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":"EC"},"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":"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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}},"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":"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.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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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.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":"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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,"seconds":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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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.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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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,"seconds":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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":120,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","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/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":"EC"},"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":"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.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":"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":"EC"},"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":"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":"EC"},"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":"TUQODGgQkLbqDR8G","name":"Ho'Din","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ho'Din are tall humanoids with multi-colored skin, naturally webbed and suction cup-tipped fingers and toes, and temperature-sensing red-violet \"snake hair\". Ho'Din are, on average, over 9 feet tall—nearly a full head taller than Wookiees. Renowned throughout the galaxy as botanists and healers, the ho'din claimed an ancestry derived from the plants of their home planet, Moltok—in fact, \"ho'din\" translates as \"walking flower\" in Galactic Basic. They are, in fact, reptilian, as their natural climbing skills and cold-bloodedness seem to indicate, and boast a second heart to enhance their survival. Their \"snake hair\" is temperature-sensitive, allowing ho'din to sense changes in ambient temperature.

\n

Society and Culture

\n

Ho'dins are known to be self-conscious and vain, particularly when it comes to their looks and their work, and do not take criticism or insults well. Their religion, Dinante Fli'R, is centered around worshipping and communing with nature, a trait that has sent many ho'din out into the galaxy to rejuvenate damaged planets. The ho'din have an aversion for technology and avoid surface mining and manufacturing, opting for treedwelling where they have learned to make incredibly advanced pharmaceuticals and gardens, using their botanical skills to concoct natural medicines, some of which have cured plagues on distant worlds. The title of \"Master Gardener\" is one of high esteem and great respect in ho'din society.

\n

Names

\n

Ho'din names are quite diverse. Some names look complicated and difficult to pronounce, while others are quite simple. Surnames are familial.

\n

  Male Names. Baji, Gra'tau, Iwo, Oojoh, Thrung, Vala

\n

  Female Names. Chela, Kutu, Lohje, Paftah, Sirta, Tai

\n

  Surnames. Alewune, Kulko, Oolos, Plett, Ustu, Wen

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom score increases by 1.

\n

Age. Ho’din reach adulthood in their early 30s and live up to 120 years.

\n

Alignment. Ho’dins' benevolent nature causes them to tend toward the light side, though there are exceptions.

\n

Size. Ho’din are taller than most species, typically standing 8 to 10 feet tall and generally weighing about 275 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Biological Specialists. You have proficiency with Medicine or Survival (your choice).

\n

Cold Sensitivity. You have disadvantage on Constitution saving throws made to avoid exhaustion due to extreme cold.

\n

Crafters. You have proficiency with with one artisan's implements of your choice.

\n

Naturalist. You have proficiency in the Nature skill.

\n

Rain Forest Dweller. Growing up in the rain forests of Moltok has left an impact You don’t treat forest terrain as difficult terrain.

\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

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.

\n

Treeclimber. You have a climbing speed of 30 feet You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Languages. You can speak, read, and write Galactic Basic, and Ho’Din. Ho’Din consists of croaks and hisses. Its written form includes characters derived from the shapes of Moltok flora. The Ho'Din lexicon includes a great amount of plant-based idioms and metaphors.

"},"skinColorOptions":{"value":"Green, yellow, blue, orange"},"hairColorOptions":{"value":"Red-violet"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Snake-like hair, suction-cupped fingers"},"heightAverage":{"value":"7'10\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Moltok"},"slanguage":{"value":"Ho'Din"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"droidDistinctions":{"value":""},"droidLanguage":{"value":""},"source":"EC"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ho%27Din.webp","effects":[{"_id":"BtKp61FR6tISnPzc","flags":{"dae":{"stackable":false,"specialDuration":[],"transfer":true}},"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.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.movement.climb","value":30,"mode":2,"priority":20},{"key":"flags.sw5e.multipleHearts","value":"1","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":2,"priority":20},{"key":"data.traits.languages.custom","value":"Ho'Din","mode":0,"priority":20},{"key":"data.details.species","value":"Ho'Din","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/Ho%27Din.webp","label":"Ho'Din","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":"EC"},"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,"specialDuration":[]}},"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":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.attributes.senses.tremorsense","value":30,"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":"EC"},"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":"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":"EC"},"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":"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.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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","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/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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","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/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":"EC"},"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,"specialDuration":[]}},"changes":[{"key":"data.details.species","value":"Defel","mode":5,"priority":5},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.surpriseAttack","value":"1","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/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":"EC"},"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}]} +{"name":"Patrolian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Patrolians are fish-like in appearance, being covered in pale, pastel-colored scales and possession numerous fins on their long limbs and face, as well as a notable dorsal fin which often required modified clothing to accommodate.

\n

Thanks to their gills, patrolians are perfectly comfortable breathing underwater as well as on land, and their physiology is also notoriously resistant to electric shocks—both likely throwbacks to evolution on their native homeworld of Patrolia.

\n

Society and Culture

\n

Patrolians are a notably innovative and resourceful species, and many of their number have found their way into roles of the construction, maintenance and sale of technology.

\n

Unfortunately, patrolians tend to pursue these businesses in a shady manner, and most tend to operate such ventures in the criminal underworld, working as bounty hunters, thieves, fences, slicers and other such technically-demanding criminal roles.

\n

This inclination towards crime stems from their homeworld, which is perpetually stalled in a state of economic decay due to wartime. With the advent of multiple wars fought in the system, different armies continuing to see the aquatic world as a strategic bulwark in the region. Because of this, patrolians have to find work not only off-world, but typically in fields not falling under governmental purview. Unfortunately, criminal activities being a common path.

\n

Names

\n

Patrolian names are usually multisyllabic and sing-songy with lots of open vowels and few fricatives. Patrolians are not known to use family names or other surnames.

\n

  Male Names. Dalladu, Feddi, Nogagai, Teconica

\n

  Female Names. Kakeda, Machibido, Rinimma, Talla

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity or Charisma score increases by 1.

\n

Age. Patrolians reach adulthood in their late teens and live less than a century.

\n

Alignment. Patrolians' greedy, scheming nature causes them to tend toward the dark side, though there are exceptions.

\n

Size. Patrolians typically stand just over 3 feet tall and generally 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

Amphibious. You can breathe air and water.

\n

Conniving. You have proficiency in Deception or Stealth (your choice).

\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

Electrical Resistance. Patrolians are notably capable of shrugging off electrocutions. You have resistance to lightning damage.

\n

Specialist. You have proficiency in one specialist's kit of your choice.

\n

Swim. You have a swimming speed of 25 feet.

\n

Technician. You are proficient in the Technology skill.

\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 Patrolian. Patrolian is a high-energy language, consisting mostly of gurgles and skittish vocalizations. Patrolian, even when spoken on land, sounds like it's being spoken underwater.

"},"skinColorOptions":{"value":"Blue-purple to green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Light to dark red"},"distinctions":{"value":"Fin-like limbs, pastel-colored scales"},"heightAverage":{"value":"2'8\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Patrolia"},"slanguage":{"value":"Patrolian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"colorScheme":{"value":""},"planguage":{"value":""},"droidDistinctions":{"value":""},"droidLanguage":{"value":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true},"core":{"sourceId":"Item.KH43IZr4IqeUM3lL"}},"img":"systems/sw5e/packs/Icons/Species/Patrolian.webp","effects":[{"_id":"6ONrHdnvLzAAXP1o","flags":{"dae":{"stackable":false,"specialDuration":["None"],"transfer":true}},"changes":[{"key":"data.details.species","value":"Patrolian","mode":5,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":20},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":20},{"key":"data.attributes.movement.swim","value":25,"mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":0,"priority":20},{"key":"data.attributes.senses.darkvision","value":60,"mode":2,"priority":20},{"key":"data.traits.dr.value","value":"lightning","mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":2,"priority":20},{"key":"data.traits.languages.custom","value":"Patrolian","mode":0,"priority":20},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Patrolian.webp","label":"Patrolian","tint":"","transfer":true}],"_id":"WnAnY4autRdFaf29"} +{"_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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":"None"}},"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":5,"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},{"key":"macro.execute","value":"\"Ability Score Increase\" @actor \"Colicoid\"","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/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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","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/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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.forceContention","value":"1","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/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":"EC"},"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":"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":35,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.undersized","value":"1","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/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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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":"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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.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":"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.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,"specialDuration":[]}},"changes":[{"key":"data.details.species","value":"Mon Calamari","mode":5,"priority":5},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":0,"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"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.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":"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"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.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":"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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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.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":"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":20},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":20},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.undersized","value":"1","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/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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.regenerative","value":"1","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/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.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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","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/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":"EC"},"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":"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":"EC"},"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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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,"seconds":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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.foreignBiology","value":"1","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/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":"EC"},"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,"stackable":false,"specialDuration":[]}},"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.attributes.senses.blindsight","value":30,"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,"seconds":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":"EC"},"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,"specialDuration":[]}},"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":5,"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.attributes.senses.darkvision","value":60,"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":0,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","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/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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"EC"},"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":"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":"EC"},"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,"specialDuration":[]}},"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":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.senses.darkvision","value":60,"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":0,"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":"EC"},"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":"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.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":"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":"EC"},"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":"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.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":"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":"EC"},"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":"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.

\n

Age. Echani reach adulthood in their late teens and live less than a century.

\n

Alignment. Echani culture's emphasis on honor and combat cause them to tend towards lawful alignments, though there are exceptions.

\n

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.

\n

Speed. Your base walking speed is 30 feet.

\n

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.

\n

Combative Culture. You have proficiency in Lore and Acrobatics.

\n

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.

\n

Martial Upbringing. You have proficiency in light armor, and gain proficiency with two martial vibroweapons of your choice.

\n

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.

\n

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":"EC"},"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":"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":"EC"},"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":"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":"EC"},"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}]} diff --git a/packs/packs/weapons.db b/packs/packs/weapons.db index f6087caa..be056c27 100644 --- a/packs/packs/weapons.db +++ b/packs/packs/weapons.db @@ -1,70 +1,73 @@ -{"_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"} +{"_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":"charges","target":"","amount":25},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Bowcaster.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Assault%20Cannon.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doubleshoto.webp","effects":[]} +{"_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":"charges","target":"","amount":16},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Revolver.webp","effects":[]} +{"_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":"charges","target":"","amount":6},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Slugpistol.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Slugpistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberwhip.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroaxe.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Subrepeater.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Chaingun.webp","effects":[]} +{"_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":"charges","target":"","amount":25},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Scattergun.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Wristblaster.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroblade.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrospear.webp","effects":[]} +{"_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":"charges","target":"","amount":5},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Needler.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Cycler%20Rifle.webp","effects":[]} +{"_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":"charges","target":"","amount":25},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Shotgun.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doubleblade.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Hidden%20Blade.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Techaxe.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Hunting%20Rifle.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightsaber.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techstaff.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Slugpistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibropike.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Wrist%20Launcher.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Sniper%20Rifle.webp","effects":[]} +{"_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":"charges","target":"","amount":6},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Ion%20Carbine.webp","effects":[]} +{"_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":"charges","target":"","amount":25},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Tranquilizer%20Rifle.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Repeater.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doublesword.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrosword.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Shotgun.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrowhip.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Bowcaster.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Chakram.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodart.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Pistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberspear.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Slugthrower.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrobaton.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodagger.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrorapier.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Cannon.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrostaff.webp","effects":[]} +{"_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":"charges","target":"","amount":null},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Repeater.webp","effects":[]} +{"_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":"charges","target":"","amount":6},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Blaster%20Carbine.webp","effects":[]} +{"_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":"charges","target":"","amount":25},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Carbine%20Rifle.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Net.webp","effects":[]} +{"_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":"charges","target":"","amount":6},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Pistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightdagger.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibromace.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doublesaber.webp","effects":[]} +{"_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":"charges","target":"","amount":16},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Hold-Out.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Rifle.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Rifle.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibroknuckler.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrolance.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Light%20Ring.webp","effects":[]} +{"_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":"charges","target":"","amount":6},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Pistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightfoil.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Martial%20Lightsaber.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Greatsaber.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightclub.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techblade.webp","effects":[]} +{"_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":"charges","target":"","amount":8},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Pistol.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightsaber%20Pike.webp","effects":[]} +{"_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":"charges","target":"","amount":50},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Repeating%20Blaster.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Shotosaber.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Assault%20Cannon.webp","effects":[]} +{"_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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doublesaber.webp","effects":[]} +{"_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":"charges","target":"","amount":12},"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","attunement":0,"armor":{"value":10},"hp":{"value":0,"max":0,"dt":null,"conditions":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Cycler%20Rifle.webp","effects":[]} diff --git a/sw5e copy.css b/sw5e copy.css index 237bb2cc..c19de745 100644 --- a/sw5e copy.css +++ b/sw5e copy.css @@ -1,1791 +1,1791 @@ -/* Deprecated vars */ -/* ----------------------------------------- */ -/* Fonts */ -/* ----------------------------------------- */ - -/* russo-one-regular - latin */ -@font-face { - font-family: 'Russo One'; - font-style: normal; - font-weight: 400; - src: url('./fonts/RussoOne.ttf'); -} -@font-face { - font-family: 'Engli-Besh'; - font-style: normal; - font-weight: 400; - src: url('./fonts/EngliBesh-KG3W.ttf'); -} -.engli-Besh { - font-family: 'Engli-Besh'; - font-size: 20px; - font-weight: 400; -} -/* open-sans-regular - latin */ -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 400; - src: url('./fonts/OpenSans-Regular.ttf'); -} -body { - width: 100vw; - height: 100vh; - margin: 0; - overflow: hidden; - background-image: url('./ui/SW5e-logo.svg'); - background-repeat: no-repeat; - background-size: cover; - font-family: 'Open Sans'; - font-size: 14px; - box-shadow: 0 0 50vw #000 inset; -} -/* ----------------------------------------- */ -/* Sheet Styles */ -/* ----------------------------------------- */ -/* ----------------------------------------- */ -/* Flexbox */ -/* ----------------------------------------- */ -.flexrow { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: flex-start; -} -.flexrow > * { - flex: 1; -} -.flexrow .flex1 { - flex: 1; -} -.flexrow .flex2 { - flex: 2; -} -.flexrow .flex3 { - flex: 3; -} -.flexrow .flex4 { - flex: 4; -} -.flexcol { - display: flex; - flex-direction: column; - flex-wrap: nowrap; -} -.flexcol > * { - flex: 1; -} -.flexcol .flex1 { - flex: 1; -} -.flexcol .flex2 { - flex: 2; -} -.flexcol .flex3 { - flex: 3; -} -.flexcol .flex4 { - flex: 4; -} -/* ----------------------------------------- */ -/* All SW5e Apps */ -/* ----------------------------------------- */ -.sw5e { - /* ----------------------------------------- */ - /* Element Styles */ - /* ----------------------------------------- */ - /* Form Groups */ - /* Tags */ -} -.sw5e .window-content { - background: url("ui/parchment.webp") repeat; - font-size: 13px; - color: #191813; -} -.sw5e input[type="text"] -.sw5e select { - height: calc(100% - 2px); - border: 1px solid #7a7971; - background: rgba(0, 0, 0, 0.05); - color: #191813; -} -.sw5e input[type="text"]:hover, -.sw5e input[type="text"]:focus { - border: 1px solid #111; - box-shadow: 0 0 8px red; -} -.sw5e input:disabled, -.sw5e select:disabled, -.sw5e textarea:disabled { - color: #4b4a44; -} -.sw5e input:disabled:hover, -.sw5e select:disabled:hover, -.sw5e textarea:disabled:hover, -.sw5e input:disabled:focus, -.sw5e select:disabled:focus, -.sw5e textarea:disabled:focus { - box-shadow: none !important; - border: 1px solid transparent !important; - outline: none !important; -} -.sw5e button { - background: rgba(0, 0, 0, 0.1); - border: 2px groove #eeede0; -} -.sw5e label.checkbox { - flex: auto; - margin: 0; - line-height: 20px; - font-size: 10px; - text-align: right; -} -.sw5e label.checkbox input[type="checkbox"] { - height: auto; - margin: 0 5px 0; - position: relative; - top: 3px; -} -.sw5e .form-group label { - flex: 2; - color: #4b4a44; - font-weight: bold; -} -.sw5e .form-group .form-fields { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: flex-start; -} -.sw5e .form-group .form-fields > * { - flex: 1; -} -.sw5e .form-group .form-fields .flex1 { - flex: 1; -} -.sw5e .form-group .form-fields .flex2 { - flex: 2; -} -.sw5e .form-group .form-fields .flex3 { - flex: 3; -} -.sw5e .form-group .form-fields .flex4 { - flex: 4; -} -.sw5e .form-group .form-fields > * { - margin: 0 3px 0 0; -} -.sw5e .form-group .form-fields > *:last-child { - margin-right: 0; -} -.sw5e .form-group.stacked label { - flex: 0 0 100%; - margin: 0; -} -.sw5e .form-group.stacked label.checkbox { - flex: auto; - text-align: left; -} -.sw5e .form-header { - margin: 0 0 0.25em 0; - padding: 0 2px; - font-family: "Russo One"; - font-size: 8px; - font-size: 12px; - border-top: 2px groove #eeede0; - border-bottom: 2px groove #eeede0; -} -.sw5e .tag { - display: inline-block; - margin: 0 2px 0 0; - padding: 0 3px; - font-size: 10px; - line-height: 16px; - border: 1px solid #999; - border-radius: 3px; - background: rgba(0, 0, 0, 0.05); -} -/* ----------------------------------------- */ -/* Entity Sheets Specifically */ -/* ----------------------------------------- */ -.sw5e.sheet { - /* ----------------------------------------- */ - /* Element Styles */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* TinyMCE */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Sheet Header */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Sheet Navigation */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Sheet Body */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* List Filters */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Trait Lists */ - /* ----------------------------------------- */ -} -.sw5e.sheet .window-content { - overflow-y: hidden; - padding: 5px; - background: url("ui/parchment.webp") repeat; - font-size: 13px; - color: #191813; -} -.sw5e.sheet .window-content form { - height: 100%; - overflow: hidden; -} -.sw5e.sheet .window-content .tab { - height: 100%; - overflow-y: auto; - align-content: flex-start; -} -.sw5e.sheet input[type="text"] { - background: none; - border: 1px solid transparent; -} -.sw5e.sheet input[type="text"]:hover, -.sw5e.sheet input[type="text"]:focus { - border: 1px solid #111; -} -.sw5e.sheet select { - flex: 1; - font-size: 12px; - height: 22px; - background: transparent; -} -.sw5e.sheet .editable .rollable:hover { - color: #000; - text-shadow: 0 0 10px red; - cursor: pointer; -} -.sw5e.sheet .editor { - height: 100%; -} -.sw5e.sheet .editor .tox-toolbar-overlord, -.sw5e.sheet .editor .tox-toolbar__primary { - background: none; -} -.sw5e.sheet .sheet-header { - flex: 0 0 100px; - border-bottom: 2px groove #eeede0; - font-family: "Russo One"; - font-size: 14px; - /* Character Name */ - /* Profile Image */ - /* Header Summary Details */ -} -.sw5e.sheet .sheet-header h1 { - flex: 2; - border-bottom: none; - height: 60px; - margin: 0; - padding: 5px; -} -.sw5e.sheet .sheet-header h1 input { - height: 50px; - font-size: 22px; - text-transform: uppercase; -} -.sw5e.sheet .sheet-header img.profile { - flex: 0 0 100px; - max-width: 100px; - height: 100px; - object-fit: cover; - border: none; - border-right: 2px groove #eeede0; -} -.sw5e.sheet .sheet-header .summary { - flex: 0 0 100%; - height: 40px; - margin: 0; - padding: 0; - list-style: none; - border-top: 2px groove #eeede0; - border-bottom: none; -} -.sw5e.sheet .sheet-header .summary li { - width: 33.33%; - float: left; - height: 34px; - margin: 2px 0; - padding: 0 3px; - border-right: 2px groove #eeede0; - line-height: 34px; - color: #4b4a44; -} -.sw5e.sheet .sheet-header .summary li:last-child { - border-right: none; -} -.sw5e.sheet .sheet-navigation { - flex: 0 0 30px; - margin-bottom: 5px; - font-family: "Russo One"; - font-size: 12px; -} -.sw5e.sheet .sheet-navigation .item { - height: 30px; - line-height: 32px; - margin: 0 24px; - border-bottom: 3px solid #b5b3a4; -} -.sw5e.sheet .sheet-navigation .item.active { - border-bottom: 3px solid #44191A; -} -.sw5e.sheet .sheet-body { - flex: 1; - overflow: hidden; - font-family: "Open Sans"; -} -.sw5e.sheet .sheet-body h1 { - font-family: "Russo One"; - font-size: 22px; - text-transform: uppercase; - color: #c40f0f; - border: 0px; -} -.sw5e.sheet .sheet-body h2 { - font-family: "Russo One"; - font-size: 18px; - text-transform: uppercase; - color: #c40f0f; -} -.sw5e.sheet .sheet-body th { - font-family: "Russo One"; - text-transform: uppercase; - color: #c40f0f; -} -.sw5e.sheet .sheet-body tr:nth-child(odd) { - background-color: #c9d6db; -} -.sw5e.sheet .sheet-body tr:nth-child(even) { - background-color: #bdc8cc; -} -.sw5e.sheet .sheet-body .smalltable table { - width: 200px; - border: 0px; - margin: 0.5em 0.5em; -} -.sw5e.sheet .sheet-body .smalltable td:nth-child(odd) { - width: 50px; - margin: 0.5em 0.5em; -} -.sw5e.sheet .sheet-body .smalltable td:nth-child(even) { - width: 150px; - margin: 0.5em 0.5em; - padding: 0px 10px 0px 10px; -} -.sw5e.sheet .sheet-body .smalltable thead { - border-bottom: 0px; -} -.sw5e.sheet .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 .sheet-body .medtable table { - width: 500px; - border: 0px; - margin: 0.5em 0.5em; -} -.sw5e.sheet .sheet-body .medtable td:nth-child(odd) { - width: 50px; - margin: 0.5em 0.5em; -} -.sw5e.sheet .sheet-body .medtable td:nth-child(even) { - width: 450px; - margin: 0.5em 0.5em; - padding: 0px 10px 0px 10px; -} -.sw5e.sheet .sheet-body .medtable thead { - border-bottom: 0px; -} -.sw5e.sheet .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 .sheet-body .classtable blockquote { - border-left: 0px; - border-right: 0px; -} -.sw5e.sheet .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; - font-weight: normal; - text-shadow: none; -} -.sw5e.sheet .sheet-body .classtable thead { - color: #000000; - text-shadow: none; - border-bottom: 0px; - background-color: #bdc8cc; - text-transform: none; - font-style: normal; - font-weight: normal; - font-family: 'Open Sans'; -} -.sw5e.sheet .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 .filter-list { - list-style: none; - margin: 0; - padding: 0; - line-height: 16px; -} -.sw5e.sheet .filter-list .filter-title { - flex: 3; -} -.sw5e.sheet .filter-list .filter-item { - text-align: center; - font-size: 12px; - margin: 0 6px; - border-bottom: 3px solid #b5b3a4; - white-space: nowrap; -} -.sw5e.sheet .filter-list .filter-item:hover { - text-shadow: 0 0 4px red; - border-bottom: 3px solid #7a7971; -} -.sw5e.sheet .filter-list .filter-item.active { - border-bottom: 3px solid #44191A; -} -.sw5e.sheet .trait-selector { - flex: 0 0 16px; - padding: 2px 0; - color: #999; - font-size: 10px; -} -.sw5e.sheet .traits-list { - line-height: 20px; - list-style: none; - margin: 0; - padding: 0; - text-align: right; -} -/* ----------------------------------------- */ -/* Trait Selector -/* ----------------------------------------- */ -#trait-selector .trait-list { - list-style: none; - margin: 0; - padding: 0; -} -#trait-selector input[type="text"] { - height: 24px; - margin: 2px; -} -.sw5e.sheet.actor { - /* ----------------------------------------- */ - /* Sheet Header */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* General Styles */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Attributes */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Ability Scores */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Skills */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Statuses */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Traits */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Inventory Lists */ - /* ----------------------------------------- */ - /* Inventory List Filters */ - /* ----------------------------------------- */ - /* Powerbook */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* TinyMCE */ - /* ----------------------------------------- */ -} -.sw5e.sheet.actor .sheet-header .charlevel { - flex: 0 0 160px; - height: 60px; - margin: 0; - padding: 5px; - text-align: right; -} -.sw5e.sheet.actor .sheet-header .charlevel .level { - width: 100%; - height: 30px; - font-size: 18px; - line-height: 30px; -} -.sw5e.sheet.actor .sheet-header .charlevel .level label { - display: inline; - font-size: 18px; - text-align: right; -} -.sw5e.sheet.actor .sheet-header .charlevel .level input { - display: inline; - width: 36px; - font-size: 18px; - text-align: center; -} -.sw5e.sheet.actor .sheet-header .charlevel .level.noxp { - margin-top: 10px; -} -.sw5e.sheet.actor .sheet-header .charlevel .level.noxp > label { - font-size: 32px; -} -.sw5e.sheet.actor .sheet-header .charlevel .level.noxp > input { - font-size: 18px; - flex: 0 0 40px; - height: 44px; -} -.sw5e.sheet.actor .sheet-header .charlevel .experience { - width: 100%; - height: 20px; - padding-right: 5px; - font-size: 16px; - color: #4b4a44; -} -.sw5e.sheet.actor .attributes input.temphp { - width: 48%; -} -.sw5e.sheet.actor h4.box-title { - line-height: 16px; - margin: 4px 8px 2px; - font-size: 14px; - border-bottom: 1px solid #b5b3a4; -} -.sw5e.sheet.actor ul.attributes { - list-style: none; - margin: 5px 0 0; - padding: 0; -} -.sw5e.sheet.actor ul.attributes li.attribute { - height: 70px; - margin: 0 5px; - border: 2px groove #eeede0; - border-radius: 4px; - font-family: "Russo One"; - font-size: 12px; - text-align: center; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-name { - flex: 0 0 18px; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-value { - height: 28px; - line-height: 28px; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-value input { - display: inline; - max-width: 80%; - height: 28px; - margin: 0; - font-size: 14px; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-value span.sep { - display: inline; - position: relative; - top: 2px; - font-size: 28px; - color: #7a7971; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-value.multiple input { - max-width: 33%; -} -.sw5e.sheet.actor ul.attributes li.attribute .attribute-footer { - flex: 0 0 18px; - margin-top: -1px; - line-height: 18px; - font-family: "Signika", "Palatino Linotype", serif; - font-size: 12px; -} -.sw5e.sheet.actor .ability-scores { - flex: 0 0 100%; - list-style: none; - margin: 0; - padding: 0; - font-family: "Russo One"; - font-size: 8px; -} -.sw5e.sheet.actor .ability-scores .ability { - height: 70px; - margin: 0 5px; - text-align: center; - border: 2px groove #eeede0; - border-radius: 3px; - /* Hide modifier box on hover */ -} -.sw5e.sheet.actor .ability-scores .ability input.ability-score { - height: 30px; - width: 50px; - margin: 0 auto; - line-height: 32px; - font-size: 16px; -} -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers { - height: 24px; - margin: -10px 0 0; -} -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-mod, -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-save { - flex: 0 0 24px; - height: 24px; - border-top: 2px groove #eeede0; -} -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-mod { - border-right: 2px groove #eeede0; -} -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers .ability-proficiency { - line-height: 30px; -} -.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-save { - border-left: 2px groove #eeede0; -} -.sw5e.sheet.actor .ability-scores .ability input.ability-score:hover + .ability-modifiers { - visibility: hidden; -} -.sw5e.sheet.actor .proficiency-toggle { - color: #b5b3a4; - font-size: 12px; -} -.sw5e.sheet.actor .proficient .proficiency-toggle { - color: #4b4a44; -} -.sw5e.sheet.actor .locked .proficiency-toggle { - color: #b5b3a4; - text-shadow: none; - cursor: default; -} -.sw5e.sheet.actor ul.skills-list { - flex: 0 0 192px; - list-style: none; - margin: 5px 5px 0; - padding: 2px 2px 0; - border: 2px groove #eeede0; - border-radius: 3px; -} -.sw5e.sheet.actor ul.skills-list li.skill { - height: 22px; - padding: 3px 0; -} -.sw5e.sheet.actor ul.skills-list li.skill h4 { - flex: 1px; - margin: 0; - font-size: 11px; - line-height: 18px; -} -.sw5e.sheet.actor ul.skills-list li.skill .skill-proficiency { - flex: 0 0 16px; - line-height: 18px; -} -.sw5e.sheet.actor ul.skills-list li.skill .skill-ability { - flex: 0 0 26px; -} -.sw5e.sheet.actor ul.skills-list li.skill .skill-mod { - flex: 0 0 20px; -} -.sw5e.sheet.actor ul.skills-list li.skill .skill-passive { - flex: 0 0 26px; - text-align: center; - color: #7a7971; -} -.sw5e.sheet.actor .counters { - flex: 0 0 100%; - border-bottom: 2px groove #eeede0; - margin-bottom: 5px; -} -.sw5e.sheet.actor .counters .counter { - padding: 0 3px; - line-height: 32px; -} -.sw5e.sheet.actor .counters .counter h4 { - flex: auto; - margin: 0; - font-family: "Russo One"; - font-size: 14px; - font-size: 10px; -} -.sw5e.sheet.actor .counters .counter .counter-value { - flex: 0 0 50px; - text-align: right; -} -.sw5e.sheet.actor .counters .counter .counter-value > * { - display: inline; -} -.sw5e.sheet.actor .counters .counter input[type="text"] { - height: 20px; - max-width: 20px; - margin: 0; - padding: 0; - text-align: center; -} -.sw5e.sheet.actor .counters .counter input[type="checkbox"] { - position: relative; - margin: 0; - top: 6px; -} -.sw5e.sheet.actor .counters .counter span.sep { - margin: 0 -2px; - font-size: 12px; -} -.sw5e.sheet.actor .traits { - margin: 0 5px; -} -.sw5e.sheet.actor .traits .form-group, -.sw5e.sheet.actor .traits .form-group-stacked { - margin: 0 0 4px 0; - justify-content: space-between; -} -.sw5e.sheet.actor .traits .configure-flags { - flex: 1; -} -.sw5e.sheet.actor .traits .actor-size { - flex: 0 0 150px; -} -.sw5e.sheet.actor .traits label { - flex: 0 0 150px; - line-height: 20px; - font-weight: bold; - margin: 0; -} -.sw5e.sheet.actor .traits input { - text-align: right; -} -.sw5e.sheet.actor .traits i.fas { - float: right; - margin-right: 3px; - text-align: right; - color: #999; -} -.sw5e.sheet.actor .traits i.fas:hover { - color: #111; - text-shadow: 0 0 10px red; -} -.sw5e.sheet.actor .traits .inactive { - color: #7a7971; -} -.sw5e.sheet.actor .tab.features, -.sw5e.sheet.actor .tab.inventory, -.sw5e.sheet.actor .tab.powerbook { - overflow-y: hidden; -} -.sw5e.sheet.actor .inventory-filters { - margin: 0 8px; - flex: 0 0 20px; -} -.sw5e.sheet.actor .inventory-filters h3, -.sw5e.sheet.actor .inventory-filters .filter-title { - font-family: "Russo One"; - font-size: 10px; - color: #4b4a44; - font-size: 12px; - margin: 0; -} -.sw5e.sheet.actor .inventory-filters.powerbook-filters { - flex: 0 0 40px; -} -.sw5e.sheet.actor .inventory-filters .currency { - list-style: none; - margin: 4px 0 8px; - padding: 0; - font-size: 12px; -} -.sw5e.sheet.actor .inventory-filters .currency label { - flex: 0; - margin-left: 8px; - text-align: right; - line-height: 20px; - color: #7a7971; -} -.sw5e.sheet.actor .inventory-filters .currency input[type="text"] { - flex: 0 0 48px; - text-align: center; - margin-left: 8px; - border-bottom: 2px groove #eeede0; -} -.sw5e.sheet.actor .inventory-list { - list-style: none; - margin: 0; - padding: 0 5px; - overflow-y: auto; -} -.sw5e.sheet.actor .inventory-list .item { - line-height: 30px; - padding: 0 2px; - border-bottom: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .inventory-list .item:last-child { - border-bottom: none; -} -.sw5e.sheet.actor .inventory-list .item .item-name { - cursor: pointer; - max-height: 30px; - overflow: hidden; -} -.sw5e.sheet.actor .inventory-list .item .item-name .item-image { - flex: 0 0 30px; - background-size: 30px; - margin-right: 5px; -} -.sw5e.sheet.actor .inventory-list .item .item-name h4 { - margin: 0; - white-space: nowrap; - overflow-x: hidden; -} -.sw5e.sheet.actor .inventory-list .item .item-name.rollable .item-image:hover { - background-image: url("/icons/svg/d20-black.svg") !important; -} -.sw5e.sheet.actor .inventory-list .item .item-name.rollable:hover .item-image { - background-image: url("/icons/svg/d20-grey.svg") !important; -} -.sw5e.sheet.actor .inventory-list .item .item-name i.attuned { - color: #7a7971; -} -.sw5e.sheet.actor .inventory-list .item .item-uses input { - width: 24px; - text-align: center; -} -.sw5e.sheet.actor .inventory-list .item .item-properties { - margin-top: 3px; -} -.sw5e.sheet.actor .inventory-list .item .item-recharge { - flex: 0 0 80px; - text-align: right; - font-size: 11px; - color: #7a7971; -} -.sw5e.sheet.actor .inventory-list .inventory-header { - margin: 2px 0; - padding: 0; - background: rgba(0, 0, 0, 0.05); - border: 2px groove #eeede0; - font-weight: bold; - line-height: 24px; -} -.sw5e.sheet.actor .inventory-list .inventory-header h3 { - margin: 0 -5px 0 0; - padding-left: 5px; - font-size: 13px; - font-weight: bold; -} -.sw5e.sheet.actor .inventory-list .inventory-header .item-controls a.item-create { - flex: 0 0 100%; -} -.sw5e.sheet.actor .inventory-list .item-detail { - flex: 0 0 70px; - font-size: 12px; - color: #7a7971; - text-align: center; - border-right: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .inventory-list .item-detail:last-child { - border-right: none; -} -.sw5e.sheet.actor .inventory-list .item-detail.item-action { - flex: 0 0 100px; -} -.sw5e.sheet.actor .inventory-list .item-weight { - flex: 0 0 60px; - border-left: 1px solid #c9c7b8; - border-right: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .inventory-list .item-list { - list-style: none; - margin: 0; - padding: 0; -} -.sw5e.sheet.actor .inventory-list .item-controls { - flex: 0 0 44px; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: flex-start; - justify-content: flex-end; -} -.sw5e.sheet.actor .inventory-list .item-controls > * { - flex: 1; -} -.sw5e.sheet.actor .inventory-list .item-controls .flex1 { - flex: 1; -} -.sw5e.sheet.actor .inventory-list .item-controls .flex2 { - flex: 2; -} -.sw5e.sheet.actor .inventory-list .item-controls .flex3 { - flex: 3; -} -.sw5e.sheet.actor .inventory-list .item-controls .flex4 { - flex: 4; -} -.sw5e.sheet.actor .inventory-list .item-controls a { - flex: 0 0 22px; - font-size: 12px; - text-align: center; - color: #7a7971; -} -.sw5e.sheet.actor .inventory-list .item-summary { - flex: 0 0 100%; - font-size: 12px; - line-height: 16px; - padding: 0.25em 0.5em; - border-top: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .powercasting-ability h3, -.sw5e.sheet.actor .pact-slots h3 { - flex: none; - margin-right: 5px; -} -.sw5e.sheet.actor .powercasting-ability input, -.sw5e.sheet.actor .pact-slots input, -.sw5e.sheet.actor .powercasting-ability span, -.sw5e.sheet.actor .pact-slots span { - flex: 0 0 32px; - text-align: center; -} -.sw5e.sheet.actor .powercasting-ability select, -.sw5e.sheet.actor .pact-slots select { - margin: 0 5px; - flex: 0 0 150px; -} -.sw5e.sheet.actor .powercasting-ability h3.power-dc, -.sw5e.sheet.actor .pact-slots h3.power-dc { - flex: 1; - text-align: right; -} -.sw5e.sheet.actor .pact-slots { - align-items: center; -} -.sw5e.sheet.actor .power-slots, -.sw5e.sheet.actor .power-comps { - flex: 0 0 72px; - padding-right: 5px; - text-align: right; - font-size: 12px; - color: #7a7971; - border-right: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .power-slots input, -.sw5e.sheet.actor .power-slots span.sep { - display: inline; - max-width: 20px; - text-align: center; -} -.sw5e.sheet.actor .power-uses { - padding-right: 8px; - text-align: right !important; -} -.sw5e.sheet.actor .power-school, -.sw5e.sheet.actor .power-action, -.sw5e.sheet.actor .power-target { - flex: 0 0 100px; - font-size: 12px; - color: #7a7971; - text-align: center; - border-right: 1px solid #c9c7b8; -} -.sw5e.sheet.actor .power-component { - line-height: 14px; -} -.sw5e.sheet.actor .power-component.C, -.sw5e.sheet.actor .power-component.R { - display: inline-block; - text-align: center; - padding-top: 1px; - width: 16px; - color: #c9c7b8; - background: rgba(0, 0, 0, 0.4); - border: 1px solid transparent; - border-radius: 8px; -} -.sw5e.sheet.actor .powerbook-empty .item-controls { - flex: 1; -} -.sw5e.sheet.actor .editor { - padding: 0 8px; -} -.sw5e.sheet.item { - min-height: 520px; - min-width: 700px; - /* ----------------------------------------- */ - /* Sheet Header */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Item Details Form */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Item Actions */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Item Actions */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Loot Sheet (No Tabs) */ - /* ----------------------------------------- */ -} -.sw5e.sheet.item .sheet-header img.profile { - border: 2px solid #000; -} -.sw5e.sheet.item .sheet-header .item-subtitle { - flex: 1 0 80px; - height: 60px; - margin: 0; - padding: 5px; - text-align: right; - color: #7a7971; -} -.sw5e.sheet.item .sheet-header .item-subtitle .item-type { - font-size: 16px; - line-height: 26px; - margin: 0; -} -.sw5e.sheet.item .sheet-header .item-subtitle .item-status { - font-size: 16px; - line-height: 24px; -} -.sw5e.sheet.item .sheet-navigation { - margin-bottom: 5px; -} -.sw5e.sheet.item .sheet-navigation .item { - font-size: 14px; -} -.sw5e.sheet.item .sheet-body { - overflow: hidden; - font-family: "Open Sans"; -} -.sw5e.sheet.item .sheet-body h2 { - font-family: "Russo One"; - font-size: 18px; - border-bottom: 2px solid #0d99cc; -} -.sw5e.sheet.item .sheet-body h3 { - font-family: "Russo One"; - color: #c40f0f; - text-transform: uppercase; -} -.sw5e.sheet.item .sheet-body .tab { - padding: 0 5px; - overflow: hidden auto; -} -.sw5e.sheet.item .sheet-body .item-properties { - flex: 0 0 120px; - margin: 5px 5px 5px 0; - padding-right: 5px; - border-right: 2px groove #eeede0; -} -.sw5e.sheet.item .sheet-body .item-properties .form-group { - margin: 0; -} -.sw5e.sheet.item .sheet-body .item-properties .form-group label { - line-height: 20px; -} -.sw5e.sheet.item .sheet-body .item-properties .form-group input { - text-align: right; -} -.sw5e.sheet.item .sheet-body .item-properties .properties-list { - list-style: none; - margin: 0; - padding: 0; -} -.sw5e.sheet.item .sheet-body .item-properties .properties-list li { - margin: 3px 0; - padding: 0 2px; - background: rgba(0, 0, 0, 0.05); - border: 2px groove #eeede0; - text-align: center; - font-size: 12px; - line-height: 18px; -} -.sw5e.sheet.item .details input[type="text"], -.sw5e.sheet.item .details select { - height: 24px; - border: 1px solid #7a7971; - background: rgba(0, 0, 0, 0.05); -} -.sw5e.sheet.item .details .form-group span { - text-align: center; - line-height: 24px; -} -.sw5e.sheet.item .details .form-group.input-select select { - flex: 1.8; -} -.sw5e.sheet.item .details .form-group.input-select-select select { - flex: 1.5; -} -.sw5e.sheet.item .details .form-group.uses-per input { - flex: 1; -} -.sw5e.sheet.item .details .form-group.uses-per span { - flex: 0 0 16px; -} -.sw5e.sheet.item .details .form-group.uses-per select { - flex: 3; -} -.sw5e.sheet.item .details span.sep { - flex: 0 0 8px; -} -.sw5e.sheet.item .details .prepared { - flex: 1.3 !important; - text-align: right; - padding-right: 10px; -} -.sw5e.sheet.item .details .power-materials { - flex: 0 0 100%; - margin: 0.25em 0; - justify-content: flex-end; -} -.sw5e.sheet.item .details .power-materials label { - flex: 0 0 64px; - text-align: right; - margin-right: 5px; - font-size: 12px; - line-height: 24px; -} -.sw5e.sheet.item .details .power-materials input[type="text"] { - flex: 0 0 48px; - margin-right: 10px; -} -.sw5e.sheet.item h4.damage-header { - margin: 0; - padding: 0; - font-weight: bold; - line-height: 24px; - color: #4b4a44; -} -.sw5e.sheet.item .damage-parts { - list-style: none; - margin: 0; - padding: 0; -} -.sw5e.sheet.item .damage-parts .damage-part { - flex: 0 0 100%; - padding: 0; -} -.sw5e.sheet.item .damage-parts .damage-part input { - flex: 3; -} -.sw5e.sheet.item .damage-parts .damage-part select { - margin-left: 5px; - flex: 1; -} -.sw5e.sheet.item .damage-control { - width: 18px; - flex: 0 0 18px; - line-height: 24px; - float: right; - text-align: right; - color: #7a7971; -} - -.sw5e.sheet.item h4.armorproperties-header { - margin: 0; - padding: 0; - font-weight: bold; - line-height: 24px; - color: #4b4a44; -} -.sw5e.sheet.item .armorproperties-parts { - list-style: none; - margin: 0; - padding: 0; -} -.sw5e.sheet.item .armorproperties-parts .armorproperties-part { - flex: 0 0 100%; - padding: 0; -} -.sw5e.sheet.item .armorproperties-parts .armorproperties-part input { - flex: 3; -} -.sw5e.sheet.item .armorproperties-parts .armorproperties-part select { - margin-left: 5px; - flex: 1; -} -.sw5e.sheet.item .armorproperties-control { - width: 18px; - flex: 0 0 18px; - line-height: 24px; - float: right; - text-align: right; - color: #7a7971; - -} - -.sw5e.sheet.item h4.weaponproperties-header { - margin: 0; - padding: 0; - font-weight: bold; - line-height: 24px; - color: #4b4a44; -} -.sw5e.sheet.item .weaponproperties-parts { - list-style: none; - margin: 0; - padding: 0; -} -.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part { - flex: 0 0 100%; - padding: 0; -} -.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part input { - flex: 3; -} -.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part select { - margin-left: 5px; - flex: 1; -} -.sw5e.sheet.item .weaponproperties-control { - width: 18px; - flex: 0 0 18px; - line-height: 24px; - float: right; - text-align: right; - color: #7a7971; -} - -.sw5e.sheet.item .recharge span { - flex: 0 0 80px; -} -.sw5e.sheet.item .recharge label.checkbox { - flex: 0 0 80px; - text-align: right; -} -.sw5e.sheet.item .weapon-properties label.checkbox { - flex: 0 0 98px; -} -.sw5e.sheet.item .loot-header { - margin-bottom: 10px; -} -.sw5e.sheet.item blockquote { - box-sizing: border-box; - font-family: 'Open Sans'; - margin-bottom: 1em; - padding: 5px 10px; - background-color: #bdc8cc; - border: 0px solid #0d99cc; - border-spacing: 0em; - border-image: none; - box-shadow: 0px 0px 20px rgba(13, 153, 204, 0.5); - border-top: 0.1em solid #0d99cc; - border-bottom: 0.1em solid #0d99cc; - border-left: 0.1em solid #0d99cc; - border-right: 0.1em solid #0d99cc; - color: #000000; - font-size: 1em; -} - -.sw5e.sheet.item blockquote h3 { - font-family: 'Russo One'; - color: #000000 !important; -} -/* ----------------------------------------- */ -/* Chat Cards -/* ----------------------------------------- */ -.sw5e.chat-card { - font-style: normal; - font-size: 12px; -} -.sw5e.chat-card .card-header { - padding: 3px 0; - border-top: 2px groove #FFF; - border-bottom: 2px groove #FFF; -} -.sw5e.chat-card .card-header img { - flex: 0 0 36px; - margin-right: 5px; -} -.sw5e.chat-card .card-header h3 { - flex: 1; - margin: 0; - line-height: 36px; - font-family: "Russo One"; - font-size: 10px; - color: #4b4a44; -} -.sw5e.chat-card .card-header h3:hover { - color: #111; - text-shadow: 0 0 10px red; -} -.sw5e.chat-card .card-content { - margin: 5px 0; -} -.sw5e.chat-card .card-content h3 { - font-size: 12px; - margin: 0; - font-weight: bold; -} -.sw5e.chat-card .card-content > * { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} -.sw5e.chat-card .card-buttons { - margin: 5px 0; -} -.sw5e.chat-card .card-buttons span { - display: block; - line-height: 28px; - text-align: center; - border: 1px solid #CCC; -} -.sw5e.chat-card .card-buttons button { - font-size: 12px; - height: 24px; - line-height: 20px; - margin: 2px 0; -} -.sw5e.chat-card .card-footer { - padding: 3px 0 0; - border-top: 2px groove #FFF; -} -.sw5e.chat-card .card-footer span { - border-right: 2px groove #FFF; - padding: 0 3px 0 0; - font-size: 10px; -} -.sw5e.chat-card .card-footer span:last-child { - border-right: none; - padding-right: 0; -} -.dice-roll .dice-total.success { - color: inherit; - background: #c7d0c0; - border: 1px solid #006c00; -} -.dice-roll .dice-total.failure { - color: inherit; - background: #ffdddd; - border: 1px solid #6e0000; -} -.dice-roll .dice-total.critical { - color: green; -} -.dice-roll .dice-total.fumble { - color: red; -} -/* ----------------------------------------- */ -/* Basic Structure */ -/* ----------------------------------------- */ -.sw5e.sheet.actor.character { - min-width: 680px; - min-height: 736px; - /* ----------------------------------------- */ - /* Sheet Header */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Sheet Body */ - /* ----------------------------------------- */ - /* ----------------------------------------- */ - /* Inventory */ - /* ----------------------------------------- */ - /* Encumbrance Bar */ - /* ----------------------------------------- */ - /* Item Controls */ - /* ----------------------------------------- */ -} -.sw5e.sheet.actor.character .sheet-header img.profile { - flex: 0 0 180px; - max-width: 180px; - height: 180px; -} -.sw5e.sheet.actor.character .sheet-header .charlevel { - flex: 0 0 180px; - padding: 0 5px 2px; -} -.sw5e.sheet.actor.character .sheet-header .charlevel .level { - height: 28px; -} -.sw5e.sheet.actor.character .sheet-header .charlevel .experience input[type="text"] { - width: 100px; -} -.sw5e.sheet.actor.character .sheet-header .charlevel .xpbar { - width: 100%; - flex: 0 0 8px; - background: #666; - border: 1px solid #000; - border-radius: 3px; -} -.sw5e.sheet.actor.character .sheet-header .charlevel .xpbar .bar { - height: 4px; - margin: 1px; - display: block; - background: #afebff; - border: 1px solid #000; - border-radius: 2px; -} -.sw5e.sheet.actor.character .sheet-header .summary { - border-bottom: 2px groove #eeede0; -} -.sw5e.sheet.actor.character .sheet-header .attributes { - height: 80px; - margin: 0; -} -.sw5e.sheet.actor.character .sheet-header .attributes .attribute { - height: 80px; - margin: 0; - border: none; - border-right: 2px groove #eeede0; - border-radius: 0; -} -.sw5e.sheet.actor.character .sheet-header .attributes .attribute:last-child { - border-right: none; -} -.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-value { - margin: 5px 0 0; - height: 32px; - line-height: 32px; -} -.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-name { - margin-top: 6px; -} -.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-footer { - margin-bottom: 2px; -} -.sw5e.sheet.actor.character .sheet-header .attributes a.rest { - border: 1px solid #b5b3a4; - border-radius: 2px; - background: rgba(0, 0, 0, 0.05); - padding: 1px 3px; - margin: 0 6px; -} -.sw5e.sheet.actor.character .sheet-header .attributes .hit-dice { - font-size: 16px; -} -.sw5e.sheet.actor.character .attributes .resource .attribute-name { - margin: 0 8px; -} -.sw5e.sheet.actor.character .attributes .resource .attribute-name input[type="text"] { - height: 20px; - margin: 2px 0 -2px; - line-height: 24px; -} -.sw5e.sheet.actor.character .attributes .resource label.checkbox { - margin: 0 3px; -} -.sw5e.sheet.actor.character .attributes .resource label.checkbox input[type="checkbox"] { - transform: scale(1.2); -} -.sw5e.sheet.actor.character .attributes .initiative .attribute-footer input { - width: 32px; -} -.sw5e.sheet.actor.character ul.skills-list { - flex: 0 0 212px; -} -.sw5e.sheet.actor.character ul.skills-list li.skill { - padding: 3px; -} -.sw5e.sheet.actor.character ul.skills-list li.skill h4 { - flex: 1px; - margin: 0; - font-size: 13px; -} -.sw5e.sheet.actor.character .counters .death-saves { - flex: 2; -} -.sw5e.sheet.actor.character .counters .death-saves .counter-value { - flex: 0 0 90px; -} -.sw5e.sheet.actor.character .item-detail.player-class { - flex: 0 0 180px; - text-align: right; - padding-right: 10px; -} -.sw5e.sheet.actor.character .encumbrance { - flex: 0 0 12px; - background: #7a7971; - margin: 1px 15px 0 1px; - border: 1px solid #191813; - border-radius: 3px; - position: relative; -} -.sw5e.sheet.actor.character .encumbrance .encumbrance-bar { - position: absolute; - top: 1px; - left: 1px; - background: #6c8aa5; - height: 8px; - border: 1px solid #cde4ff; - border-radius: 2px; -} -.sw5e.sheet.actor.character .encumbrance .encumbrance-label { - height: 10px; - padding: 0 5px; - position: absolute; - top: 0; - right: 0; - font-size: 13px; - line-height: 12px; - text-align: right; - color: #EEE; - text-shadow: 0 0 5px #000; -} -.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint { - display: block; - position: absolute; -} -.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint.encumbrance-33 { - left: 33%; -} -.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint.encumbrance-66 { - left: 66%; -} -.sw5e.sheet.actor.character .encumbrance .arrow-up { - bottom: 0; - width: 0; - height: 0; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-bottom: 4px solid #666; -} -.sw5e.sheet.actor.character .encumbrance .arrow-down { - top: 0; - width: 0; - height: 0; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-top: 4px solid #666; -} -.sw5e.sheet.actor.character .encumbrance.encumbered .arrow-up { - border-bottom: 4px solid #000; -} -.sw5e.sheet.actor.character .encumbrance.encumbered .arrow-down { - border-top: 4px solid #000; -} -.sw5e.sheet.actor.character .inventory .item-controls, -.sw5e.sheet.actor.character .powerbook .item-controls { - flex: 0 0 68px; -} -.sw5e.sheet.actor.character .inventory .item-controls .item-toggle, -.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle { - color: #b5b3a4; -} -.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.active, -.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.active { - color: #4b4a44; -} -.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.fixed, -.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.fixed { - color: #44191A; -} -.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.fixed:hover, -.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.fixed:hover { - text-shadow: none; -} -/* ----------------------------------------- */ -/* Basic Structure */ -/* ----------------------------------------- */ -.sw5e.sheet.actor.npc { - min-width: 800px; - min-height: 658px; -} -/* ----------------------------------------- */ -/* Journal Entry -/* ----------------------------------------- */ -.journal-sheet .window-content { - padding: 0; - background: url("ui/parchment.webp") repeat; -} -.journal-sheet form { - overflow: hidden; - padding: 5px; - font-family: "Open Sans"; - background: url("ui/parchment.webp") repeat; -} -.journal-sheet form h2 { - font-family: "Russo One"; - font-size: 18px; - text-transform: uppercase; - color: #c40f0f; -} - -.journal-sheet form input[name="name"] { - height: 36px; - font-family: "Russo One"; - font-size: 24px; - text-transform: uppercase; - color: #c40f0f; - line-height: 36px; -} -.journal-sheet form select { - width: 100%; - height: 30px; - margin: 5px 0; -} -.journal-sheet form .editor { - height: calc(100% - 115px); -} -.journal-sheet form button[type="submit"] { - margin-top: 5px; -} -.journal-sheet form img { - border: none -} -.journal-sheet form table { - border: none; - background-color: none; -} -/* ---------------------------------------- */ -/* Roll Table Sheet */ -/* ---------------------------------------- */ -.roll-table-config .window-content { - background: url("ui/parchment.webp") repeat; -} -.roll-table-config form { - background: url("ui/parchment.webp") repeat; -} -.roll-table-config h1.name input { - width: 100%; - height: 36px; - margin: 0 0 5px; - font-family: "Russo One"; - font-size: 24px; - text-transform: uppercase; - color: #c40f0f; -} -.roll-table-config textarea { - resize: none; - min-height: 44px; - font-family: "Open Sans"; - background: url("ui/parchment.webp") repeat; -} -.roll-table-config ol.table-results { - list-style: none; - margin: 0; - padding: 0; - max-height: 600px; - overflow-y: auto; -} -.roll-table-config ol.table-results .table-result { - padding: 2px 0; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.roll-table-config ol.table-results .table-result input[type="text"] { - width: 100%; - height: 28px; -} -.roll-table-config ol.table-results .table-result > div { - line-height: 36px; - margin-right: 5px; -} -.roll-table-config ol.table-results .table-result .result-image { - flex: 0 0 36px; - width: 36px; - height: 36px; - text-align: center; - margin: 0; -} -.roll-table-config ol.table-results .table-result .result-image img { - border: none; - object-fit: cover; - object-position: 50% 0; -} -.roll-table-config ol.table-results .table-result .result-type { - flex: 0 0 110px; -} -.roll-table-config ol.table-results .table-result .result-details { - flex: 1; -} -.roll-table-config ol.table-results .table-result .result-details select { - width: 40%; -} -.roll-table-config ol.table-results .table-result .result-details .result-target { - width: 58%; - margin-left: 3px; -} -.roll-table-config ol.table-results .table-result .result-weight { - flex: 0 0 50px; - text-align: center; -} -.roll-table-config ol.table-results .table-result .result-range { - flex: 0 0 92px; - text-align: center; -} -.roll-table-config ol.table-results .table-result .result-range input { - width: 36px; -} -.roll-table-config ol.table-results .table-result .result-controls { - flex: 0 0 40px; - margin: 0; - text-align: center; -} -.roll-table-config ol.table-results .table-result .result-controls a { - width: 20px; -} -.roll-table-config ol.table-results .table-result .result-controls .lock-result { - color: #b5b3a4; -} -.roll-table-config ol.table-results .table-result.roulette { - background: url("ui/parchment.webp") repeat; - border-top: 1px solid #000; - border-bottom: 1px solid #000; -} -.roll-table-config ol.table-results .table-result.drawn { - background: rgba(0, 0, 0, 0.15); -} -.roll-table-config ol.table-results .table-result.drawn .lock-result { - color: #111; -} -.roll-table-config ol.table-results .table-header { - background: url("ui/parchment.webp") repeat; - border: 1px solid #7a7971; - line-height: 24px; - font-weight: bold; -} -.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; -} -a.entity-link i::before { - content: url("ui/jedi-order.svg") !important; - display: inline-block; - position: relative; - top: 2px; - height: 15px; - width: 15px; -} +/* Deprecated vars */ +/* ----------------------------------------- */ +/* Fonts */ +/* ----------------------------------------- */ + +/* russo-one-regular - latin */ +@font-face { + font-family: 'Russo One'; + font-style: normal; + font-weight: 400; + src: url('./fonts/RussoOne.ttf'); +} +@font-face { + font-family: 'Engli-Besh'; + font-style: normal; + font-weight: 400; + src: url('./fonts/EngliBesh-KG3W.ttf'); +} +.engli-Besh { + font-family: 'Engli-Besh'; + font-size: 20px; + font-weight: 400; +} +/* open-sans-regular - latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('./fonts/OpenSans-Regular.ttf'); +} +body { + width: 100vw; + height: 100vh; + margin: 0; + overflow: hidden; + background-image: url('./ui/SW5e-logo.svg'); + background-repeat: no-repeat; + background-size: cover; + font-family: 'Open Sans'; + font-size: 14px; + box-shadow: 0 0 50vw #000 inset; +} +/* ----------------------------------------- */ +/* Sheet Styles */ +/* ----------------------------------------- */ +/* ----------------------------------------- */ +/* Flexbox */ +/* ----------------------------------------- */ +.flexrow { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; +} +.flexrow > * { + flex: 1; +} +.flexrow .flex1 { + flex: 1; +} +.flexrow .flex2 { + flex: 2; +} +.flexrow .flex3 { + flex: 3; +} +.flexrow .flex4 { + flex: 4; +} +.flexcol { + display: flex; + flex-direction: column; + flex-wrap: nowrap; +} +.flexcol > * { + flex: 1; +} +.flexcol .flex1 { + flex: 1; +} +.flexcol .flex2 { + flex: 2; +} +.flexcol .flex3 { + flex: 3; +} +.flexcol .flex4 { + flex: 4; +} +/* ----------------------------------------- */ +/* All SW5e Apps */ +/* ----------------------------------------- */ +.sw5e { + /* ----------------------------------------- */ + /* Element Styles */ + /* ----------------------------------------- */ + /* Form Groups */ + /* Tags */ +} +.sw5e .window-content { + background: url("ui/parchment.webp") repeat; + font-size: 13px; + color: #191813; +} +.sw5e input[type="text"] +.sw5e select { + height: calc(100% - 2px); + border: 1px solid #7a7971; + background: rgba(0, 0, 0, 0.05); + color: #191813; +} +.sw5e input[type="text"]:hover, +.sw5e input[type="text"]:focus { + border: 1px solid #111; + box-shadow: 0 0 8px red; +} +.sw5e input:disabled, +.sw5e select:disabled, +.sw5e textarea:disabled { + color: #4b4a44; +} +.sw5e input:disabled:hover, +.sw5e select:disabled:hover, +.sw5e textarea:disabled:hover, +.sw5e input:disabled:focus, +.sw5e select:disabled:focus, +.sw5e textarea:disabled:focus { + box-shadow: none !important; + border: 1px solid transparent !important; + outline: none !important; +} +.sw5e button { + background: rgba(0, 0, 0, 0.1); + border: 2px groove #eeede0; +} +.sw5e label.checkbox { + flex: auto; + margin: 0; + line-height: 20px; + font-size: 10px; + text-align: right; +} +.sw5e label.checkbox input[type="checkbox"] { + height: auto; + margin: 0 5px 0; + position: relative; + top: 3px; +} +.sw5e .form-group label { + flex: 2; + color: #4b4a44; + font-weight: bold; +} +.sw5e .form-group .form-fields { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; +} +.sw5e .form-group .form-fields > * { + flex: 1; +} +.sw5e .form-group .form-fields .flex1 { + flex: 1; +} +.sw5e .form-group .form-fields .flex2 { + flex: 2; +} +.sw5e .form-group .form-fields .flex3 { + flex: 3; +} +.sw5e .form-group .form-fields .flex4 { + flex: 4; +} +.sw5e .form-group .form-fields > * { + margin: 0 3px 0 0; +} +.sw5e .form-group .form-fields > *:last-child { + margin-right: 0; +} +.sw5e .form-group.stacked label { + flex: 0 0 100%; + margin: 0; +} +.sw5e .form-group.stacked label.checkbox { + flex: auto; + text-align: left; +} +.sw5e .form-header { + margin: 0 0 0.25em 0; + padding: 0 2px; + font-family: "Russo One"; + font-size: 8px; + font-size: 12px; + border-top: 2px groove #eeede0; + border-bottom: 2px groove #eeede0; +} +.sw5e .tag { + display: inline-block; + margin: 0 2px 0 0; + padding: 0 3px; + font-size: 10px; + line-height: 16px; + border: 1px solid #999; + border-radius: 3px; + background: rgba(0, 0, 0, 0.05); +} +/* ----------------------------------------- */ +/* Entity Sheets Specifically */ +/* ----------------------------------------- */ +.sw5e.sheet { + /* ----------------------------------------- */ + /* Element Styles */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* TinyMCE */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Sheet Header */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Sheet Navigation */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Sheet Body */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* List Filters */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Trait Lists */ + /* ----------------------------------------- */ +} +.sw5e.sheet .window-content { + overflow-y: hidden; + padding: 5px; + background: url("ui/parchment.webp") repeat; + font-size: 13px; + color: #191813; +} +.sw5e.sheet .window-content form { + height: 100%; + overflow: hidden; +} +.sw5e.sheet .window-content .tab { + height: 100%; + overflow-y: auto; + align-content: flex-start; +} +.sw5e.sheet input[type="text"] { + background: none; + border: 1px solid transparent; +} +.sw5e.sheet input[type="text"]:hover, +.sw5e.sheet input[type="text"]:focus { + border: 1px solid #111; +} +.sw5e.sheet select { + flex: 1; + font-size: 12px; + height: 22px; + background: transparent; +} +.sw5e.sheet .editable .rollable:hover { + color: #000; + text-shadow: 0 0 10px red; + cursor: pointer; +} +.sw5e.sheet .editor { + height: 100%; +} +.sw5e.sheet .editor .tox-toolbar-overlord, +.sw5e.sheet .editor .tox-toolbar__primary { + background: none; +} +.sw5e.sheet .sheet-header { + flex: 0 0 100px; + border-bottom: 2px groove #eeede0; + font-family: "Russo One"; + font-size: 14px; + /* Character Name */ + /* Profile Image */ + /* Header Summary Details */ +} +.sw5e.sheet .sheet-header h1 { + flex: 2; + border-bottom: none; + height: 60px; + margin: 0; + padding: 5px; +} +.sw5e.sheet .sheet-header h1 input { + height: 50px; + font-size: 22px; + text-transform: uppercase; +} +.sw5e.sheet .sheet-header img.profile { + flex: 0 0 100px; + max-width: 100px; + height: 100px; + object-fit: cover; + border: none; + border-right: 2px groove #eeede0; +} +.sw5e.sheet .sheet-header .summary { + flex: 0 0 100%; + height: 40px; + margin: 0; + padding: 0; + list-style: none; + border-top: 2px groove #eeede0; + border-bottom: none; +} +.sw5e.sheet .sheet-header .summary li { + width: 33.33%; + float: left; + height: 34px; + margin: 2px 0; + padding: 0 3px; + border-right: 2px groove #eeede0; + line-height: 34px; + color: #4b4a44; +} +.sw5e.sheet .sheet-header .summary li:last-child { + border-right: none; +} +.sw5e.sheet .sheet-navigation { + flex: 0 0 30px; + margin-bottom: 5px; + font-family: "Russo One"; + font-size: 12px; +} +.sw5e.sheet .sheet-navigation .item { + height: 30px; + line-height: 32px; + margin: 0 24px; + border-bottom: 3px solid #b5b3a4; +} +.sw5e.sheet .sheet-navigation .item.active { + border-bottom: 3px solid #44191A; +} +.sw5e.sheet .sheet-body { + flex: 1; + overflow: hidden; + font-family: "Open Sans"; +} +.sw5e.sheet .sheet-body h1 { + font-family: "Russo One"; + font-size: 22px; + text-transform: uppercase; + color: #c40f0f; + border: 0px; +} +.sw5e.sheet .sheet-body h2 { + font-family: "Russo One"; + font-size: 18px; + text-transform: uppercase; + color: #c40f0f; +} +.sw5e.sheet .sheet-body th { + font-family: "Russo One"; + text-transform: uppercase; + color: #c40f0f; +} +.sw5e.sheet .sheet-body tr:nth-child(odd) { + background-color: #c9d6db; +} +.sw5e.sheet .sheet-body tr:nth-child(even) { + background-color: #bdc8cc; +} +.sw5e.sheet .sheet-body .smalltable table { + width: 200px; + border: 0px; + margin: 0.5em 0.5em; +} +.sw5e.sheet .sheet-body .smalltable td:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; +} +.sw5e.sheet .sheet-body .smalltable td:nth-child(even) { + width: 150px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; +} +.sw5e.sheet .sheet-body .smalltable thead { + border-bottom: 0px; +} +.sw5e.sheet .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 .sheet-body .medtable table { + width: 500px; + border: 0px; + margin: 0.5em 0.5em; +} +.sw5e.sheet .sheet-body .medtable td:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; +} +.sw5e.sheet .sheet-body .medtable td:nth-child(even) { + width: 450px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; +} +.sw5e.sheet .sheet-body .medtable thead { + border-bottom: 0px; +} +.sw5e.sheet .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 .sheet-body .classtable blockquote { + border-left: 0px; + border-right: 0px; +} +.sw5e.sheet .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; + font-weight: normal; + text-shadow: none; +} +.sw5e.sheet .sheet-body .classtable thead { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-style: normal; + font-weight: normal; + font-family: 'Open Sans'; +} +.sw5e.sheet .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 .filter-list { + list-style: none; + margin: 0; + padding: 0; + line-height: 16px; +} +.sw5e.sheet .filter-list .filter-title { + flex: 3; +} +.sw5e.sheet .filter-list .filter-item { + text-align: center; + font-size: 12px; + margin: 0 6px; + border-bottom: 3px solid #b5b3a4; + white-space: nowrap; +} +.sw5e.sheet .filter-list .filter-item:hover { + text-shadow: 0 0 4px red; + border-bottom: 3px solid #7a7971; +} +.sw5e.sheet .filter-list .filter-item.active { + border-bottom: 3px solid #44191A; +} +.sw5e.sheet .trait-selector { + flex: 0 0 16px; + padding: 2px 0; + color: #999; + font-size: 10px; +} +.sw5e.sheet .traits-list { + line-height: 20px; + list-style: none; + margin: 0; + padding: 0; + text-align: right; +} +/* ----------------------------------------- */ +/* Trait Selector +/* ----------------------------------------- */ +#trait-selector .trait-list { + list-style: none; + margin: 0; + padding: 0; +} +#trait-selector input[type="text"] { + height: 24px; + margin: 2px; +} +.sw5e.sheet.actor { + /* ----------------------------------------- */ + /* Sheet Header */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* General Styles */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Attributes */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Ability Scores */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Skills */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Statuses */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Traits */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Inventory Lists */ + /* ----------------------------------------- */ + /* Inventory List Filters */ + /* ----------------------------------------- */ + /* Powerbook */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* TinyMCE */ + /* ----------------------------------------- */ +} +.sw5e.sheet.actor .sheet-header .charlevel { + flex: 0 0 160px; + height: 60px; + margin: 0; + padding: 5px; + text-align: right; +} +.sw5e.sheet.actor .sheet-header .charlevel .level { + width: 100%; + height: 30px; + font-size: 18px; + line-height: 30px; +} +.sw5e.sheet.actor .sheet-header .charlevel .level label { + display: inline; + font-size: 18px; + text-align: right; +} +.sw5e.sheet.actor .sheet-header .charlevel .level input { + display: inline; + width: 36px; + font-size: 18px; + text-align: center; +} +.sw5e.sheet.actor .sheet-header .charlevel .level.noxp { + margin-top: 10px; +} +.sw5e.sheet.actor .sheet-header .charlevel .level.noxp > label { + font-size: 32px; +} +.sw5e.sheet.actor .sheet-header .charlevel .level.noxp > input { + font-size: 18px; + flex: 0 0 40px; + height: 44px; +} +.sw5e.sheet.actor .sheet-header .charlevel .experience { + width: 100%; + height: 20px; + padding-right: 5px; + font-size: 16px; + color: #4b4a44; +} +.sw5e.sheet.actor .attributes input.temphp { + width: 48%; +} +.sw5e.sheet.actor h4.box-title { + line-height: 16px; + margin: 4px 8px 2px; + font-size: 14px; + border-bottom: 1px solid #b5b3a4; +} +.sw5e.sheet.actor ul.attributes { + list-style: none; + margin: 5px 0 0; + padding: 0; +} +.sw5e.sheet.actor ul.attributes li.attribute { + height: 70px; + margin: 0 5px; + border: 2px groove #eeede0; + border-radius: 4px; + font-family: "Russo One"; + font-size: 12px; + text-align: center; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-name { + flex: 0 0 18px; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-value { + height: 28px; + line-height: 28px; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-value input { + display: inline; + max-width: 80%; + height: 28px; + margin: 0; + font-size: 14px; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-value span.sep { + display: inline; + position: relative; + top: 2px; + font-size: 28px; + color: #7a7971; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-value.multiple input { + max-width: 33%; +} +.sw5e.sheet.actor ul.attributes li.attribute .attribute-footer { + flex: 0 0 18px; + margin-top: -1px; + line-height: 18px; + font-family: "Signika", "Palatino Linotype", serif; + font-size: 12px; +} +.sw5e.sheet.actor .ability-scores { + flex: 0 0 100%; + list-style: none; + margin: 0; + padding: 0; + font-family: "Russo One"; + font-size: 8px; +} +.sw5e.sheet.actor .ability-scores .ability { + height: 70px; + margin: 0 5px; + text-align: center; + border: 2px groove #eeede0; + border-radius: 3px; + /* Hide modifier box on hover */ +} +.sw5e.sheet.actor .ability-scores .ability input.ability-score { + height: 30px; + width: 50px; + margin: 0 auto; + line-height: 32px; + font-size: 16px; +} +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers { + height: 24px; + margin: -10px 0 0; +} +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-mod, +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-save { + flex: 0 0 24px; + height: 24px; + border-top: 2px groove #eeede0; +} +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-mod { + border-right: 2px groove #eeede0; +} +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers .ability-proficiency { + line-height: 30px; +} +.sw5e.sheet.actor .ability-scores .ability .ability-modifiers span.ability-save { + border-left: 2px groove #eeede0; +} +.sw5e.sheet.actor .ability-scores .ability input.ability-score:hover + .ability-modifiers { + visibility: hidden; +} +.sw5e.sheet.actor .proficiency-toggle { + color: #b5b3a4; + font-size: 12px; +} +.sw5e.sheet.actor .proficient .proficiency-toggle { + color: #4b4a44; +} +.sw5e.sheet.actor .locked .proficiency-toggle { + color: #b5b3a4; + text-shadow: none; + cursor: default; +} +.sw5e.sheet.actor ul.skills-list { + flex: 0 0 192px; + list-style: none; + margin: 5px 5px 0; + padding: 2px 2px 0; + border: 2px groove #eeede0; + border-radius: 3px; +} +.sw5e.sheet.actor ul.skills-list li.skill { + height: 22px; + padding: 3px 0; +} +.sw5e.sheet.actor ul.skills-list li.skill h4 { + flex: 1px; + margin: 0; + font-size: 11px; + line-height: 18px; +} +.sw5e.sheet.actor ul.skills-list li.skill .skill-proficiency { + flex: 0 0 16px; + line-height: 18px; +} +.sw5e.sheet.actor ul.skills-list li.skill .skill-ability { + flex: 0 0 26px; +} +.sw5e.sheet.actor ul.skills-list li.skill .skill-mod { + flex: 0 0 20px; +} +.sw5e.sheet.actor ul.skills-list li.skill .skill-passive { + flex: 0 0 26px; + text-align: center; + color: #7a7971; +} +.sw5e.sheet.actor .counters { + flex: 0 0 100%; + border-bottom: 2px groove #eeede0; + margin-bottom: 5px; +} +.sw5e.sheet.actor .counters .counter { + padding: 0 3px; + line-height: 32px; +} +.sw5e.sheet.actor .counters .counter h4 { + flex: auto; + margin: 0; + font-family: "Russo One"; + font-size: 14px; + font-size: 10px; +} +.sw5e.sheet.actor .counters .counter .counter-value { + flex: 0 0 50px; + text-align: right; +} +.sw5e.sheet.actor .counters .counter .counter-value > * { + display: inline; +} +.sw5e.sheet.actor .counters .counter input[type="text"] { + height: 20px; + max-width: 20px; + margin: 0; + padding: 0; + text-align: center; +} +.sw5e.sheet.actor .counters .counter input[type="checkbox"] { + position: relative; + margin: 0; + top: 6px; +} +.sw5e.sheet.actor .counters .counter span.sep { + margin: 0 -2px; + font-size: 12px; +} +.sw5e.sheet.actor .traits { + margin: 0 5px; +} +.sw5e.sheet.actor .traits .form-group, +.sw5e.sheet.actor .traits .form-group-stacked { + margin: 0 0 4px 0; + justify-content: space-between; +} +.sw5e.sheet.actor .traits .configure-flags { + flex: 1; +} +.sw5e.sheet.actor .traits .actor-size { + flex: 0 0 150px; +} +.sw5e.sheet.actor .traits label { + flex: 0 0 150px; + line-height: 20px; + font-weight: bold; + margin: 0; +} +.sw5e.sheet.actor .traits input { + text-align: right; +} +.sw5e.sheet.actor .traits i.fas { + float: right; + margin-right: 3px; + text-align: right; + color: #999; +} +.sw5e.sheet.actor .traits i.fas:hover { + color: #111; + text-shadow: 0 0 10px red; +} +.sw5e.sheet.actor .traits .inactive { + color: #7a7971; +} +.sw5e.sheet.actor .tab.features, +.sw5e.sheet.actor .tab.inventory, +.sw5e.sheet.actor .tab.powerbook { + overflow-y: hidden; +} +.sw5e.sheet.actor .inventory-filters { + margin: 0 8px; + flex: 0 0 20px; +} +.sw5e.sheet.actor .inventory-filters h3, +.sw5e.sheet.actor .inventory-filters .filter-title { + font-family: "Russo One"; + font-size: 10px; + color: #4b4a44; + font-size: 12px; + margin: 0; +} +.sw5e.sheet.actor .inventory-filters.powerbook-filters { + flex: 0 0 40px; +} +.sw5e.sheet.actor .inventory-filters .currency { + list-style: none; + margin: 4px 0 8px; + padding: 0; + font-size: 12px; +} +.sw5e.sheet.actor .inventory-filters .currency label { + flex: 0; + margin-left: 8px; + text-align: right; + line-height: 20px; + color: #7a7971; +} +.sw5e.sheet.actor .inventory-filters .currency input[type="text"] { + flex: 0 0 48px; + text-align: center; + margin-left: 8px; + border-bottom: 2px groove #eeede0; +} +.sw5e.sheet.actor .inventory-list { + list-style: none; + margin: 0; + padding: 0 5px; + overflow-y: auto; +} +.sw5e.sheet.actor .inventory-list .item { + line-height: 30px; + padding: 0 2px; + border-bottom: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .inventory-list .item:last-child { + border-bottom: none; +} +.sw5e.sheet.actor .inventory-list .item .item-name { + cursor: pointer; + max-height: 30px; + overflow: hidden; +} +.sw5e.sheet.actor .inventory-list .item .item-name .item-image { + flex: 0 0 30px; + background-size: 30px; + margin-right: 5px; +} +.sw5e.sheet.actor .inventory-list .item .item-name h4 { + margin: 0; + white-space: nowrap; + overflow-x: hidden; +} +.sw5e.sheet.actor .inventory-list .item .item-name.rollable .item-image:hover { + background-image: url("/icons/svg/d20-black.svg") !important; +} +.sw5e.sheet.actor .inventory-list .item .item-name.rollable:hover .item-image { + background-image: url("/icons/svg/d20-grey.svg") !important; +} +.sw5e.sheet.actor .inventory-list .item .item-name i.attuned { + color: #7a7971; +} +.sw5e.sheet.actor .inventory-list .item .item-uses input { + width: 24px; + text-align: center; +} +.sw5e.sheet.actor .inventory-list .item .item-properties { + margin-top: 3px; +} +.sw5e.sheet.actor .inventory-list .item .item-recharge { + flex: 0 0 80px; + text-align: right; + font-size: 11px; + color: #7a7971; +} +.sw5e.sheet.actor .inventory-list .inventory-header { + margin: 2px 0; + padding: 0; + background: rgba(0, 0, 0, 0.05); + border: 2px groove #eeede0; + font-weight: bold; + line-height: 24px; +} +.sw5e.sheet.actor .inventory-list .inventory-header h3 { + margin: 0 -5px 0 0; + padding-left: 5px; + font-size: 13px; + font-weight: bold; +} +.sw5e.sheet.actor .inventory-list .inventory-header .item-controls a.item-create { + flex: 0 0 100%; +} +.sw5e.sheet.actor .inventory-list .item-detail { + flex: 0 0 70px; + font-size: 12px; + color: #7a7971; + text-align: center; + border-right: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .inventory-list .item-detail:last-child { + border-right: none; +} +.sw5e.sheet.actor .inventory-list .item-detail.item-action { + flex: 0 0 100px; +} +.sw5e.sheet.actor .inventory-list .item-weight { + flex: 0 0 60px; + border-left: 1px solid #c9c7b8; + border-right: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .inventory-list .item-list { + list-style: none; + margin: 0; + padding: 0; +} +.sw5e.sheet.actor .inventory-list .item-controls { + flex: 0 0 44px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; + justify-content: flex-end; +} +.sw5e.sheet.actor .inventory-list .item-controls > * { + flex: 1; +} +.sw5e.sheet.actor .inventory-list .item-controls .flex1 { + flex: 1; +} +.sw5e.sheet.actor .inventory-list .item-controls .flex2 { + flex: 2; +} +.sw5e.sheet.actor .inventory-list .item-controls .flex3 { + flex: 3; +} +.sw5e.sheet.actor .inventory-list .item-controls .flex4 { + flex: 4; +} +.sw5e.sheet.actor .inventory-list .item-controls a { + flex: 0 0 22px; + font-size: 12px; + text-align: center; + color: #7a7971; +} +.sw5e.sheet.actor .inventory-list .item-summary { + flex: 0 0 100%; + font-size: 12px; + line-height: 16px; + padding: 0.25em 0.5em; + border-top: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .powercasting-ability h3, +.sw5e.sheet.actor .pact-slots h3 { + flex: none; + margin-right: 5px; +} +.sw5e.sheet.actor .powercasting-ability input, +.sw5e.sheet.actor .pact-slots input, +.sw5e.sheet.actor .powercasting-ability span, +.sw5e.sheet.actor .pact-slots span { + flex: 0 0 32px; + text-align: center; +} +.sw5e.sheet.actor .powercasting-ability select, +.sw5e.sheet.actor .pact-slots select { + margin: 0 5px; + flex: 0 0 150px; +} +.sw5e.sheet.actor .powercasting-ability h3.power-dc, +.sw5e.sheet.actor .pact-slots h3.power-dc { + flex: 1; + text-align: right; +} +.sw5e.sheet.actor .pact-slots { + align-items: center; +} +.sw5e.sheet.actor .power-slots, +.sw5e.sheet.actor .power-comps { + flex: 0 0 72px; + padding-right: 5px; + text-align: right; + font-size: 12px; + color: #7a7971; + border-right: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .power-slots input, +.sw5e.sheet.actor .power-slots span.sep { + display: inline; + max-width: 20px; + text-align: center; +} +.sw5e.sheet.actor .power-uses { + padding-right: 8px; + text-align: right !important; +} +.sw5e.sheet.actor .power-school, +.sw5e.sheet.actor .power-action, +.sw5e.sheet.actor .power-target { + flex: 0 0 100px; + font-size: 12px; + color: #7a7971; + text-align: center; + border-right: 1px solid #c9c7b8; +} +.sw5e.sheet.actor .power-component { + line-height: 14px; +} +.sw5e.sheet.actor .power-component.C, +.sw5e.sheet.actor .power-component.R { + display: inline-block; + text-align: center; + padding-top: 1px; + width: 16px; + color: #c9c7b8; + background: rgba(0, 0, 0, 0.4); + border: 1px solid transparent; + border-radius: 8px; +} +.sw5e.sheet.actor .powerbook-empty .item-controls { + flex: 1; +} +.sw5e.sheet.actor .editor { + padding: 0 8px; +} +.sw5e.sheet.item { + min-height: 520px; + min-width: 700px; + /* ----------------------------------------- */ + /* Sheet Header */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Item Details Form */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Item Actions */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Item Actions */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Loot Sheet (No Tabs) */ + /* ----------------------------------------- */ +} +.sw5e.sheet.item .sheet-header img.profile { + border: 2px solid #000; +} +.sw5e.sheet.item .sheet-header .item-subtitle { + flex: 1 0 80px; + height: 60px; + margin: 0; + padding: 5px; + text-align: right; + color: #7a7971; +} +.sw5e.sheet.item .sheet-header .item-subtitle .item-type { + font-size: 16px; + line-height: 26px; + margin: 0; +} +.sw5e.sheet.item .sheet-header .item-subtitle .item-status { + font-size: 16px; + line-height: 24px; +} +.sw5e.sheet.item .sheet-navigation { + margin-bottom: 5px; +} +.sw5e.sheet.item .sheet-navigation .item { + font-size: 14px; +} +.sw5e.sheet.item .sheet-body { + overflow: hidden; + font-family: "Open Sans"; +} +.sw5e.sheet.item .sheet-body h2 { + font-family: "Russo One"; + font-size: 18px; + border-bottom: 2px solid #0d99cc; +} +.sw5e.sheet.item .sheet-body h3 { + font-family: "Russo One"; + color: #c40f0f; + text-transform: uppercase; +} +.sw5e.sheet.item .sheet-body .tab { + padding: 0 5px; + overflow: hidden auto; +} +.sw5e.sheet.item .sheet-body .item-properties { + flex: 0 0 120px; + margin: 5px 5px 5px 0; + padding-right: 5px; + border-right: 2px groove #eeede0; +} +.sw5e.sheet.item .sheet-body .item-properties .form-group { + margin: 0; +} +.sw5e.sheet.item .sheet-body .item-properties .form-group label { + line-height: 20px; +} +.sw5e.sheet.item .sheet-body .item-properties .form-group input { + text-align: right; +} +.sw5e.sheet.item .sheet-body .item-properties .properties-list { + list-style: none; + margin: 0; + padding: 0; +} +.sw5e.sheet.item .sheet-body .item-properties .properties-list li { + margin: 3px 0; + padding: 0 2px; + background: rgba(0, 0, 0, 0.05); + border: 2px groove #eeede0; + text-align: center; + font-size: 12px; + line-height: 18px; +} +.sw5e.sheet.item .details input[type="text"], +.sw5e.sheet.item .details select { + height: 24px; + border: 1px solid #7a7971; + background: rgba(0, 0, 0, 0.05); +} +.sw5e.sheet.item .details .form-group span { + text-align: center; + line-height: 24px; +} +.sw5e.sheet.item .details .form-group.input-select select { + flex: 1.8; +} +.sw5e.sheet.item .details .form-group.input-select-select select { + flex: 1.5; +} +.sw5e.sheet.item .details .form-group.uses-per input { + flex: 1; +} +.sw5e.sheet.item .details .form-group.uses-per span { + flex: 0 0 16px; +} +.sw5e.sheet.item .details .form-group.uses-per select { + flex: 3; +} +.sw5e.sheet.item .details span.sep { + flex: 0 0 8px; +} +.sw5e.sheet.item .details .prepared { + flex: 1.3 !important; + text-align: right; + padding-right: 10px; +} +.sw5e.sheet.item .details .power-materials { + flex: 0 0 100%; + margin: 0.25em 0; + justify-content: flex-end; +} +.sw5e.sheet.item .details .power-materials label { + flex: 0 0 64px; + text-align: right; + margin-right: 5px; + font-size: 12px; + line-height: 24px; +} +.sw5e.sheet.item .details .power-materials input[type="text"] { + flex: 0 0 48px; + margin-right: 10px; +} +.sw5e.sheet.item h4.damage-header { + margin: 0; + padding: 0; + font-weight: bold; + line-height: 24px; + color: #4b4a44; +} +.sw5e.sheet.item .damage-parts { + list-style: none; + margin: 0; + padding: 0; +} +.sw5e.sheet.item .damage-parts .damage-part { + flex: 0 0 100%; + padding: 0; +} +.sw5e.sheet.item .damage-parts .damage-part input { + flex: 3; +} +.sw5e.sheet.item .damage-parts .damage-part select { + margin-left: 5px; + flex: 1; +} +.sw5e.sheet.item .damage-control { + width: 18px; + flex: 0 0 18px; + line-height: 24px; + float: right; + text-align: right; + color: #7a7971; +} + +.sw5e.sheet.item h4.armorproperties-header { + margin: 0; + padding: 0; + font-weight: bold; + line-height: 24px; + color: #4b4a44; +} +.sw5e.sheet.item .armorproperties-parts { + list-style: none; + margin: 0; + padding: 0; +} +.sw5e.sheet.item .armorproperties-parts .armorproperties-part { + flex: 0 0 100%; + padding: 0; +} +.sw5e.sheet.item .armorproperties-parts .armorproperties-part input { + flex: 3; +} +.sw5e.sheet.item .armorproperties-parts .armorproperties-part select { + margin-left: 5px; + flex: 1; +} +.sw5e.sheet.item .armorproperties-control { + width: 18px; + flex: 0 0 18px; + line-height: 24px; + float: right; + text-align: right; + color: #7a7971; + +} + +.sw5e.sheet.item h4.weaponproperties-header { + margin: 0; + padding: 0; + font-weight: bold; + line-height: 24px; + color: #4b4a44; +} +.sw5e.sheet.item .weaponproperties-parts { + list-style: none; + margin: 0; + padding: 0; +} +.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part { + flex: 0 0 100%; + padding: 0; +} +.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part input { + flex: 3; +} +.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part select { + margin-left: 5px; + flex: 1; +} +.sw5e.sheet.item .weaponproperties-control { + width: 18px; + flex: 0 0 18px; + line-height: 24px; + float: right; + text-align: right; + color: #7a7971; +} + +.sw5e.sheet.item .recharge span { + flex: 0 0 80px; +} +.sw5e.sheet.item .recharge label.checkbox { + flex: 0 0 80px; + text-align: right; +} +.sw5e.sheet.item .weapon-properties label.checkbox { + flex: 0 0 98px; +} +.sw5e.sheet.item .loot-header { + margin-bottom: 10px; +} +.sw5e.sheet.item blockquote { + box-sizing: border-box; + font-family: 'Open Sans'; + margin-bottom: 1em; + padding: 5px 10px; + background-color: #bdc8cc; + border: 0px solid #0d99cc; + border-spacing: 0em; + border-image: none; + box-shadow: 0px 0px 20px rgba(13, 153, 204, 0.5); + border-top: 0.1em solid #0d99cc; + border-bottom: 0.1em solid #0d99cc; + border-left: 0.1em solid #0d99cc; + border-right: 0.1em solid #0d99cc; + color: #000000; + font-size: 1em; +} + +.sw5e.sheet.item blockquote h3 { + font-family: 'Russo One'; + color: #000000 !important; +} +/* ----------------------------------------- */ +/* Chat Cards +/* ----------------------------------------- */ +.sw5e.chat-card { + font-style: normal; + font-size: 12px; +} +.sw5e.chat-card .card-header { + padding: 3px 0; + border-top: 2px groove #FFF; + border-bottom: 2px groove #FFF; +} +.sw5e.chat-card .card-header img { + flex: 0 0 36px; + margin-right: 5px; +} +.sw5e.chat-card .card-header h3 { + flex: 1; + margin: 0; + line-height: 36px; + font-family: "Russo One"; + font-size: 10px; + color: #4b4a44; +} +.sw5e.chat-card .card-header h3:hover { + color: #111; + text-shadow: 0 0 10px red; +} +.sw5e.chat-card .card-content { + margin: 5px 0; +} +.sw5e.chat-card .card-content h3 { + font-size: 12px; + margin: 0; + font-weight: bold; +} +.sw5e.chat-card .card-content > * { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; +} +.sw5e.chat-card .card-buttons { + margin: 5px 0; +} +.sw5e.chat-card .card-buttons span { + display: block; + line-height: 28px; + text-align: center; + border: 1px solid #CCC; +} +.sw5e.chat-card .card-buttons button { + font-size: 12px; + height: 24px; + line-height: 20px; + margin: 2px 0; +} +.sw5e.chat-card .card-footer { + padding: 3px 0 0; + border-top: 2px groove #FFF; +} +.sw5e.chat-card .card-footer span { + border-right: 2px groove #FFF; + padding: 0 3px 0 0; + font-size: 10px; +} +.sw5e.chat-card .card-footer span:last-child { + border-right: none; + padding-right: 0; +} +.dice-roll .dice-total.success { + color: inherit; + background: #c7d0c0; + border: 1px solid #006c00; +} +.dice-roll .dice-total.failure { + color: inherit; + background: #ffdddd; + border: 1px solid #6e0000; +} +.dice-roll .dice-total.critical { + color: green; +} +.dice-roll .dice-total.fumble { + color: red; +} +/* ----------------------------------------- */ +/* Basic Structure */ +/* ----------------------------------------- */ +.sw5e.sheet.actor.character { + min-width: 680px; + min-height: 736px; + /* ----------------------------------------- */ + /* Sheet Header */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Sheet Body */ + /* ----------------------------------------- */ + /* ----------------------------------------- */ + /* Inventory */ + /* ----------------------------------------- */ + /* Encumbrance Bar */ + /* ----------------------------------------- */ + /* Item Controls */ + /* ----------------------------------------- */ +} +.sw5e.sheet.actor.character .sheet-header img.profile { + flex: 0 0 180px; + max-width: 180px; + height: 180px; +} +.sw5e.sheet.actor.character .sheet-header .charlevel { + flex: 0 0 180px; + padding: 0 5px 2px; +} +.sw5e.sheet.actor.character .sheet-header .charlevel .level { + height: 28px; +} +.sw5e.sheet.actor.character .sheet-header .charlevel .experience input[type="text"] { + width: 100px; +} +.sw5e.sheet.actor.character .sheet-header .charlevel .xpbar { + width: 100%; + flex: 0 0 8px; + background: #666; + border: 1px solid #000; + border-radius: 3px; +} +.sw5e.sheet.actor.character .sheet-header .charlevel .xpbar .bar { + height: 4px; + margin: 1px; + display: block; + background: #afebff; + border: 1px solid #000; + border-radius: 2px; +} +.sw5e.sheet.actor.character .sheet-header .summary { + border-bottom: 2px groove #eeede0; +} +.sw5e.sheet.actor.character .sheet-header .attributes { + height: 80px; + margin: 0; +} +.sw5e.sheet.actor.character .sheet-header .attributes .attribute { + height: 80px; + margin: 0; + border: none; + border-right: 2px groove #eeede0; + border-radius: 0; +} +.sw5e.sheet.actor.character .sheet-header .attributes .attribute:last-child { + border-right: none; +} +.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-value { + margin: 5px 0 0; + height: 32px; + line-height: 32px; +} +.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-name { + margin-top: 6px; +} +.sw5e.sheet.actor.character .sheet-header .attributes .attribute .attribute-footer { + margin-bottom: 2px; +} +.sw5e.sheet.actor.character .sheet-header .attributes a.rest { + border: 1px solid #b5b3a4; + border-radius: 2px; + background: rgba(0, 0, 0, 0.05); + padding: 1px 3px; + margin: 0 6px; +} +.sw5e.sheet.actor.character .sheet-header .attributes .hit-dice { + font-size: 16px; +} +.sw5e.sheet.actor.character .attributes .resource .attribute-name { + margin: 0 8px; +} +.sw5e.sheet.actor.character .attributes .resource .attribute-name input[type="text"] { + height: 20px; + margin: 2px 0 -2px; + line-height: 24px; +} +.sw5e.sheet.actor.character .attributes .resource label.checkbox { + margin: 0 3px; +} +.sw5e.sheet.actor.character .attributes .resource label.checkbox input[type="checkbox"] { + transform: scale(1.2); +} +.sw5e.sheet.actor.character .attributes .initiative .attribute-footer input { + width: 32px; +} +.sw5e.sheet.actor.character ul.skills-list { + flex: 0 0 212px; +} +.sw5e.sheet.actor.character ul.skills-list li.skill { + padding: 3px; +} +.sw5e.sheet.actor.character ul.skills-list li.skill h4 { + flex: 1px; + margin: 0; + font-size: 13px; +} +.sw5e.sheet.actor.character .counters .death-saves { + flex: 2; +} +.sw5e.sheet.actor.character .counters .death-saves .counter-value { + flex: 0 0 90px; +} +.sw5e.sheet.actor.character .item-detail.player-class { + flex: 0 0 180px; + text-align: right; + padding-right: 10px; +} +.sw5e.sheet.actor.character .encumbrance { + flex: 0 0 12px; + background: #7a7971; + margin: 1px 15px 0 1px; + border: 1px solid #191813; + border-radius: 3px; + position: relative; +} +.sw5e.sheet.actor.character .encumbrance .encumbrance-bar { + position: absolute; + top: 1px; + left: 1px; + background: #6c8aa5; + height: 8px; + border: 1px solid #cde4ff; + border-radius: 2px; +} +.sw5e.sheet.actor.character .encumbrance .encumbrance-label { + height: 10px; + padding: 0 5px; + position: absolute; + top: 0; + right: 0; + font-size: 13px; + line-height: 12px; + text-align: right; + color: #EEE; + text-shadow: 0 0 5px #000; +} +.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint { + display: block; + position: absolute; +} +.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint.encumbrance-33 { + left: 33%; +} +.sw5e.sheet.actor.character .encumbrance .encumbrance-breakpoint.encumbrance-66 { + left: 66%; +} +.sw5e.sheet.actor.character .encumbrance .arrow-up { + bottom: 0; + width: 0; + height: 0; + border-left: 4px solid transparent; + border-right: 4px solid transparent; + border-bottom: 4px solid #666; +} +.sw5e.sheet.actor.character .encumbrance .arrow-down { + top: 0; + width: 0; + height: 0; + border-left: 4px solid transparent; + border-right: 4px solid transparent; + border-top: 4px solid #666; +} +.sw5e.sheet.actor.character .encumbrance.encumbered .arrow-up { + border-bottom: 4px solid #000; +} +.sw5e.sheet.actor.character .encumbrance.encumbered .arrow-down { + border-top: 4px solid #000; +} +.sw5e.sheet.actor.character .inventory .item-controls, +.sw5e.sheet.actor.character .powerbook .item-controls { + flex: 0 0 68px; +} +.sw5e.sheet.actor.character .inventory .item-controls .item-toggle, +.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle { + color: #b5b3a4; +} +.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.active, +.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.active { + color: #4b4a44; +} +.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.fixed, +.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.fixed { + color: #44191A; +} +.sw5e.sheet.actor.character .inventory .item-controls .item-toggle.fixed:hover, +.sw5e.sheet.actor.character .powerbook .item-controls .item-toggle.fixed:hover { + text-shadow: none; +} +/* ----------------------------------------- */ +/* Basic Structure */ +/* ----------------------------------------- */ +.sw5e.sheet.actor.npc { + min-width: 800px; + min-height: 658px; +} +/* ----------------------------------------- */ +/* Journal Entry +/* ----------------------------------------- */ +.journal-sheet .window-content { + padding: 0; + background: url("ui/parchment.webp") repeat; +} +.journal-sheet form { + overflow: hidden; + padding: 5px; + font-family: "Open Sans"; + background: url("ui/parchment.webp") repeat; +} +.journal-sheet form h2 { + font-family: "Russo One"; + font-size: 18px; + text-transform: uppercase; + color: #c40f0f; +} + +.journal-sheet form input[name="name"] { + height: 36px; + font-family: "Russo One"; + font-size: 24px; + text-transform: uppercase; + color: #c40f0f; + line-height: 36px; +} +.journal-sheet form select { + width: 100%; + height: 30px; + margin: 5px 0; +} +.journal-sheet form .editor { + height: calc(100% - 115px); +} +.journal-sheet form button[type="submit"] { + margin-top: 5px; +} +.journal-sheet form img { + border: none +} +.journal-sheet form table { + border: none; + background-color: none; +} +/* ---------------------------------------- */ +/* Roll Table Sheet */ +/* ---------------------------------------- */ +.roll-table-config .window-content { + background: url("ui/parchment.webp") repeat; +} +.roll-table-config form { + background: url("ui/parchment.webp") repeat; +} +.roll-table-config h1.name input { + width: 100%; + height: 36px; + margin: 0 0 5px; + font-family: "Russo One"; + font-size: 24px; + text-transform: uppercase; + color: #c40f0f; +} +.roll-table-config textarea { + resize: none; + min-height: 44px; + font-family: "Open Sans"; + background: url("ui/parchment.webp") repeat; +} +.roll-table-config ol.table-results { + list-style: none; + margin: 0; + padding: 0; + max-height: 600px; + overflow-y: auto; +} +.roll-table-config ol.table-results .table-result { + padding: 2px 0; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; +} +.roll-table-config ol.table-results .table-result input[type="text"] { + width: 100%; + height: 28px; +} +.roll-table-config ol.table-results .table-result > div { + line-height: 36px; + margin-right: 5px; +} +.roll-table-config ol.table-results .table-result .result-image { + flex: 0 0 36px; + width: 36px; + height: 36px; + text-align: center; + margin: 0; +} +.roll-table-config ol.table-results .table-result .result-image img { + border: none; + object-fit: cover; + object-position: 50% 0; +} +.roll-table-config ol.table-results .table-result .result-type { + flex: 0 0 110px; +} +.roll-table-config ol.table-results .table-result .result-details { + flex: 1; +} +.roll-table-config ol.table-results .table-result .result-details select { + width: 40%; +} +.roll-table-config ol.table-results .table-result .result-details .result-target { + width: 58%; + margin-left: 3px; +} +.roll-table-config ol.table-results .table-result .result-weight { + flex: 0 0 50px; + text-align: center; +} +.roll-table-config ol.table-results .table-result .result-range { + flex: 0 0 92px; + text-align: center; +} +.roll-table-config ol.table-results .table-result .result-range input { + width: 36px; +} +.roll-table-config ol.table-results .table-result .result-controls { + flex: 0 0 40px; + margin: 0; + text-align: center; +} +.roll-table-config ol.table-results .table-result .result-controls a { + width: 20px; +} +.roll-table-config ol.table-results .table-result .result-controls .lock-result { + color: #b5b3a4; +} +.roll-table-config ol.table-results .table-result.roulette { + background: url("ui/parchment.webp") repeat; + border-top: 1px solid #000; + border-bottom: 1px solid #000; +} +.roll-table-config ol.table-results .table-result.drawn { + background: rgba(0, 0, 0, 0.15); +} +.roll-table-config ol.table-results .table-result.drawn .lock-result { + color: #111; +} +.roll-table-config ol.table-results .table-header { + background: url("ui/parchment.webp") repeat; + border: 1px solid #7a7971; + line-height: 24px; + font-weight: bold; +} +.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; +} +a.entity-link i::before { + content: url("ui/jedi-order.svg") !important; + display: inline-block; + position: relative; + top: 2px; + height: 15px; + width: 15px; +} diff --git a/sw5e-dark.css b/sw5e-dark.css index 927cbe98..9a0e1178 100644 --- a/sw5e-dark.css +++ b/sw5e-dark.css @@ -48,6 +48,19 @@ body.dark-theme hr { border-width: 0 0 1px 0; border-bottom: 1px solid #0d99cc; } +body.dark-theme select { + color: white; + background-color: rgba(0, 0, 0, 0.5); +} +body.dark-theme input[type="text"], +body.dark-theme input[type="number"], +body.dark-theme input[type="password"], +body.dark-theme input[type="date"], +body.dark-theme input[type="time"], +body.dark-theme select, +body.dark-theme textarea { + color: white; +} body.dark-theme input[type="text"], body.dark-theme input[type="number"], body.dark-theme input[type="password"], @@ -56,7 +69,6 @@ body.dark-theme input[type="time"], body.dark-theme select, body.dark-theme textarea { border: 1px solid #828282; - color: white; } body.dark-theme input[type="text"]:hover, body.dark-theme input[type="number"]:hover, @@ -234,14 +246,15 @@ body.dark-theme .dice-roll .dice-total.fumble { box-shadow: 0 0 12px rgba(232, 17, 17, 0.5); } body.dark-theme #chat-controls .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; + background: #a9a9a9; + color: #1C1C1C; } body.dark-theme #chat-controls label { color: white; } body.dark-theme #chat-form textarea { - background: #4f4f4f; + background: #a9a9a9; + color: #1C1C1C; } body.dark-theme #combat #combat-round { color: #E81111; diff --git a/sw5e-light.css b/sw5e-light.css index cc830cd8..3b240d7a 100644 --- a/sw5e-light.css +++ b/sw5e-light.css @@ -56,7 +56,6 @@ body.light-theme input[type="time"], body.light-theme select, body.light-theme textarea { border: 1px solid #828282; - color: #1C1C1C; } body.light-theme input[type="text"]:hover, body.light-theme input[type="number"]:hover, @@ -234,14 +233,15 @@ body.light-theme .dice-roll .dice-total.fumble { box-shadow: 0 0 12px rgba(196, 15, 15, 0.5); } body.light-theme #chat-controls .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; + background: #a9a9a9; + color: #1C1C1C; } body.light-theme #chat-controls label { color: #1C1C1C; } body.light-theme #chat-form textarea { - background: #4f4f4f; + background: #a9a9a9; + color: #1C1C1C; } body.light-theme #combat #combat-round { color: #c40f0f; @@ -298,7 +298,7 @@ body.light-theme .sidebar-tab .directory-header .header-search i.fa-search { color: #0d99cc; } body.light-theme .sidebar-tab .directory-header .header-search input { - background: #4f4f4f; + background: white; } body.light-theme .sidebar-tab .subdirectory { background: white; diff --git a/sw5e.js b/sw5e.js index fa9431db..3e626a6d 100644 --- a/sw5e.js +++ b/sw5e.js @@ -17,6 +17,7 @@ import { measureDistances, getBarAttribute } from "./module/canvas.js"; // Import Entities import Actor5e from "./module/actor/entity.js"; import Item5e from "./module/item/entity.js"; +import CharacterImporter from "./module/characterImporter.js"; // Import Applications import AbilityTemplate from "./module/pixi/ability-template.js"; @@ -248,6 +249,7 @@ Hooks.on("renderSceneDirectory", (app, html, data)=> { }); Hooks.on("renderActorDirectory", (app, html, data)=> { setFolderBackground(html); + CharacterImporter.addImportButton(html); }); Hooks.on("renderItemDirectory", (app, html, data)=> { setFolderBackground(html); diff --git a/system.json b/system.json index e8d690cd..c38206d8 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "sw5e", "title": "SW 5th Edition", "description": "A comprehensive game system for running games of SW 5th Edition in the Foundry VTT environment.", - "version": "R1-A2", + "version": "R1-A4", "author": "Dev Team", "scripts": [], "esmodules": ["sw5e.js"], diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 8d3162d8..d346aa51 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -98,7 +98,7 @@ {{movement.primary}} diff --git a/templates/actors/newActor/parts/swalt-biography.html b/templates/actors/newActor/parts/swalt-biography.html index 8546d812..4330cc7e 100644 --- a/templates/actors/newActor/parts/swalt-biography.html +++ b/templates/actors/newActor/parts/swalt-biography.html @@ -1,22 +1,22 @@ -
-

Personality Traits

- {{editor content=data.details.trait target="data.details.trait" button=true owner=owner editable=editable}} -
-

Ideals

- {{editor content=data.details.ideal target="data.details.ideal" button=true owner=owner editable=editable}} -
-

Bonds

- {{editor content=data.details.bond target="data.details.bond" button=true owner=owner editable=editable}} -
-

Flaws

- {{editor content=data.details.flaw target="data.details.flaw" button=true owner=owner editable=editable}} -
-
-
-

Description

- {{editor content=data.details.description.value target="data.details.description.value" button=true owner=owner editable=editable}} -
-

Background

- {{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}} -
+
+

Personality Traits

+ {{editor content=data.details.trait target="data.details.trait" button=true owner=owner editable=editable}} +
+

Ideals

+ {{editor content=data.details.ideal target="data.details.ideal" button=true owner=owner editable=editable}} +
+

Bonds

+ {{editor content=data.details.bond target="data.details.bond" button=true owner=owner editable=editable}} +
+

Flaws

+ {{editor content=data.details.flaw target="data.details.flaw" button=true owner=owner editable=editable}} +
+
+
+

Description

+ {{editor content=data.details.description.value target="data.details.description.value" button=true owner=owner editable=editable}} +
+

Background

+ {{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-notes.html b/templates/actors/newActor/parts/swalt-notes.html index 0ffe27df..1ba8f7af 100644 --- a/templates/actors/newActor/parts/swalt-notes.html +++ b/templates/actors/newActor/parts/swalt-notes.html @@ -1,33 +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}} -
- - +
+
+ + + {{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/app-window.html b/templates/app-window.html index 23d749c4..c7cff7a8 100644 --- a/templates/app-window.html +++ b/templates/app-window.html @@ -1,11 +1,11 @@ -
-
-

{{title}}

- {{#each headerButtons}} - - {{/each}} -
- -
-
+
+
+

{{title}}

+ {{#each headerButtons}} + + {{/each}} +
+ +
+
\ No newline at end of file