Files
roll20-character-sheets/Pathfinder Community/sheet.json
T
Vince f2549da53b PFCv1.822 updates
1.  Fixed local casting type. Spell Class, 'Casting Type' now displays the #Prep, #Used, and #Cast fields per spell based on the Caster class selected. One-time sheet version check included to update existing spells.
2.  Added popup text-input windows to many of the macro-text fields.
3.  Fixed Ability Notes alignment issue when the sheet is in Compact mode.
4.  Added 'Type' field for Feats and Traits.
5.  Added an encumbrance option for Carried Currency. This can be toggled via Sheet Settings>Sheet Configuration>Encumbrance and/or using a checkbox on the Equipment tab>Carried Weight sub-section.
6.  Added a Critical Confirm bonus to the Buffs Bonus selector/dropdown. This is a global modifier that is applied to all attacks.
7.  The Critical Confirm bonus field (+Conf) on attacks has been changed into a macro field. The 'Val' field now shows the Total crit confirm bonus ie local bonus + attack-grid bonus and/or any buffs.
8.  Added Mythic Abilities and Mythic Feats to the Rule dropdown selector to help with sorting abilities. Note: this does not convert non-mythic abilities or feats into a mythic version. It simply moves the ability or feat to the appropriate tab.
9.  Added Spell DC Misc. field to Spells>Level and Caster Ability>Roll Adjustments. Any 'DC Misc.' modifier and/or 'DC Buff' will be included on the 'Save DC' column under Spells/Day as well as each spells' computed DC.
10.  Added Spell DC Classes 0, 1, and 2 to the Buffs Bonus selector/dropdown. This is a global modifier that is applied to all spells under a given spell class.
11.  Added HL Import attacks. **Consider this beta...** You may need to make adjustments to natural and weapon attacks after import, but this should be faster than creating the attacks from scratch.
2023-03-26 22:57:20 -07:00

258 lines
11 KiB
JSON

{
"html": "pathfinder_community.html",
"css": "pathfinder_community.css",
"authors": "Samuel Marino, Nibrodooh, Vince, Samuel Terrazas, chris-b, Magik, James W.",
"roll20userid": "63511, 396949, 463088, 26725, 144324, 799951, 92730",
"preview": "pathfinder_community.png",
"compendium": "pathfinder",
"instructions": "# Pathfinder Character Sheet\n## Key features\n- Tab navigation: tabs allow for better organization and faster navigation.\n- Repeating fields: add as many rows as needed for attacks, abilities, feats, spells, inventory, etc.\n- Show/hide sub-sections: there are many options to show/hide sections of the sheet.\n- Settings/configuration tab: show/hide advanced features such as unchained skills and macro-text fields, customize your sheet with font and background choices, header images for roll templates, and much more.\n- Auto-calculated attributes: ability scores & mods, Skills, HP, Saves, total-attack/damage as guided by the rules as written. Most calculations are handled using sheet worker scripts(javascript) which helps to significantly enhance the sheet's performance.\n- Conditions and Buffs: toggle conditions and create buffs that automatically adjust attributes across the sheet.\n- NPC/Monster Parser: drag/drop monsters from the compendium bestiary to the sheet.\n- HeroLab import: import HeroLab characters to the sheet.\n- Menu Buttons: use section-specific buttons to produce a menu of relevant roll choices to chat.\n- and too many features to list...\n### Attributes\n- Mouse over any field to get its attribute name to help with token/ability macros.\n- Many field labels also include helpful title text giving a brief explanation of the attribute.\n- All field titles follow Roll20's attribute syntax, ie. AC would be displayed as \"@{AC}\" on mouse-over.\n### Rolls\n- You can mouse over any button roll to get its attribute/ability name to help with token/ability macros.\n- Roll button titles follow Roll20's ability syntax, using the selected token, ie. \"%{selected|STR-check}\" or \"@{selected|repeating _weapon _$X_attack-roll\"\n### NPC stat block\n- Use the NPC/Monster parser from the NPC tab to drag/drop monsters from the compendium. You may also enter attribute data directly on the NPC tab for easy stat-block input.\n## Additional Notes\n- Use the [Pathfinder Sheet Guide](https://wiki.roll20.net/Pathfinder_Character_Sheet) on the Roll20 wiki for more details.\n- Questions, comments, suggestions, please post in the Character Sheets forum: [Pathfinder sheet thread 6](https://app.roll20.net/forum/post/4735667/pf-pathfinder-sheet-thread-6)\n## Special Thanks\n**Translations: ** 白貓 (Traditional Chinese and the first translation done to the Pathfinder sheet.), Salerno T(italian)\n####Sam M. (the sheet's original author!)\n**And...** everyone in the Roll20 community and character sheet beta test game. Thank you for your assistance and support.\n",
"useroptions": [
{
"attribute": "is_v1",
"displayname": "Sheet new since v1",
"displaytranslationkey": "is-v1",
"type": "checkbox",
"value": "1",
"description": "CHECK THIS so all new sheets set to 'new since v1'"
},
{
"attribute": "migrate1",
"displayname": "Update all sheets to latest version",
"displaytranslationkey": "update-to-latest",
"type": "checkbox",
"value": "1",
"description": "Go to Settings, Experimental Features, Apply Default Setting to update all sheets."
},
{
"attribute": "hide_announcements",
"displayname": "Hide announcements for all sheets",
"type": "checkbox",
"value": "1",
"description": "Go to Settings, Experimental Features, Apply Default Settings to hide announcements for all sheets."
},
{
"attribute": "PC-whisper",
"displayname": "PC rolls",
"type": "select",
"options": [
" ",
"/w gm"
],
"optiontranslationkeys": [
"public-rolls",
"whisper-to-game-master"
],
"default": " "
},
{
"attribute": "NPC-whisper",
"displayname": "NPC rolls",
"type": "select",
"options": [
" ",
"/w gm"
],
"optiontranslationkeys": [
"public-rolls",
"whisper-to-game-master"
],
"default": "/ gm"
},
{
"attribute": "is_npc",
"displayname": "IS NPC",
"displaytranslationkey": "is-npc-check-caps",
"type": "checkbox",
"value": "1",
"description": "Sheet is an NPC or Monster",
"descriptiontranslationkey": "is-npc-description"
},
{
"attribute": "set_pfs",
"displayname": "Enable PFS config settings",
"displaytranslationkey": "enable-pfs",
"type": "checkbox",
"value": "1",
"description": "Sets hit points autocalc, prestige and fame points",
"descriptiontranslationkey": "enable-pfs-desc"
},
{
"attribute": "auto_calc_hp",
"displayname": "Auto calc hp",
"displaytranslationkey": "automatically-calculate-hit-points-abbrv",
"type": "checkbox",
"value": "1",
"description": "Check to automatically calculate hit points. Set to true if NPC or PFS checked"
},
{
"attribute": "maxhp_lvl1",
"displayname": "Use Max hp for first level/HD",
"displaytranslationkey": "100-at-level-1",
"type": "checkbox",
"value": "1"
},
{
"attribute": "header_images_toggle",
"displayname": "Use header images",
"displaytranslationkey": "use-header-images",
"type": "checkbox",
"value": "1",
"description": "Include the default header image on roll templates.(NOTE: setting can be overridden by Simple roll templates which do not display header images.)",
"descriptiontranslationkey": "header-image-default"
},
{
"attribute": "toggle_accessible_flag",
"displayname": "Use Other Simple Templates",
"displaytranslationkey": "use-simple-template",
"type": "checkbox",
"value": "@{var_accessible_flag}",
"description": "Use Other Simple Templates",
"descriptiontranslationkey": "use-simple-template"
},
{
"attribute": "toggle_attack_accessible",
"displayname": "Use Attacks Simple Template",
"displaytranslationkey": "use-simple-template-attacks",
"type": "checkbox",
"value": "@{var_accessible_flag}",
"description": "Use simple accessible template for attacks.",
"descriptiontranslationkey": "options-attacks-accessible-title"
},
{
"attribute": "toggle_spell_accessible",
"displayname": "Use Spells Simple Template",
"displaytranslationkey": "use-simple-template-spells",
"type": "checkbox",
"value": "@{var_accessible_flag}",
"description": "Use simple accessible template for spells.",
"descriptiontranslationkey": "options-spells-accessible-title"
},
{
"attribute": "use_specfont",
"displayname": "Font",
"displaytranslationkey": "font",
"type": "select",
"options": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"optiontranslationkeys": [
"arial-default",
"verdana",
"comic-sans",
"segoe",
"lucida",
"fantasy"
],
"default": "0",
"description": "Extra fonts for Accessibility"
},
{
"attribute": "max-dex-source",
"displayname": "Encumbrance",
"displaytranslationkey": "encumbrance",
"type": "select",
"options": [
"0",
"1",
"2",
"3"
],
"optiontranslationkeys": [
"armor-shield-load-default",
"armor-shield-only",
"load-only",
"ignore-encumbrance"
],
"default": "0",
"description": "Encumbrance based on:",
"descriptiontranslationkey": "encumbrance-based-on"
},
{
"attribute": "carried-currency-toggle",
"displayname": " Include Carried Currency",
"displaytranslationkey": "include-carried-currency",
"type": "checkbox",
"value": "1",
"checked": "checked",
"description": "Include Carried Currency in total weight carried by character.",
"descriptiontranslationkey": "options-include-carried-currency"
},
{
"attribute": "use_advanced_options",
"displayname": "Display user defined fields",
"displaytranslationkey": "display-advanced-options",
"type": "checkbox",
"description": "Display extra fields for advanced customization, such as columns marked 'user defined'",
"descriptiontranslationkey": "display-advanced-options-title",
"value": "1"
},
{
"attribute": "normal_macro_show",
"displayname": "Display user defined fields",
"displaytranslationkey": "display-macro-text",
"type": "checkbox",
"checked": "checked",
"description": "Display macro fields for customizing roll template rolls",
"descriptiontranslationkey": "display-macro-text-title",
"value": "1"
},
{
"attribute": "adv_macro_show",
"displayname": "Display Advanced roll-time macro fields",
"displaytranslationkey": "display-advanced-macros",
"type": "checkbox",
"checked": "checked",
"description": "Display Advanced fields to add to rolls. These will add to any 1d20 roll. Evaluated at roll-time, so queries may be used. Each requires '0' as default, and [[]] around rolls",
"descriptiontranslationkey": "display-advanced-macros-title",
"value": "1"
},
{
"attribute": "use_buff_bonuses",
"displayname": " Use buff bonus types and stacking",
"displaytranslationkey": "use-buff-bonus-stacking",
"type": "checkbox",
"checked": "checked",
"value": "1"
},
{
"attribute": "use_horror_adventures",
"displayname": " Horror Adventures",
"displaytranslationkey": "horror-adventures",
"type": "checkbox",
"value": "1",
"descriptiontranslationkey": "toggle-horror-adventures-long"
},
{
"attribute": "include_link_abilities",
"displayname": " Include link to Ability Attacks",
"displaytranslationkey": "include-link-abilities",
"type": "checkbox",
"value": "1",
"description": "When creating an Ability - based attack, include a link to the ability in the weapon notes.",
"descriptiontranslationkey": "options-attacks-include-link-abilities"
},
{
"attribute": "include_link_spells",
"displayname": " Include link to Spell Attacks",
"displaytranslationkey": "include-link-spells",
"type": "checkbox",
"value": "1",
"description": "When creating a Spell-based attack, include a link to the spell in the weapon notes.",
"descriptiontranslationkey": "options-attacks-include-link-spells"
},
{
"attribute": "use_metrics",
"displayname": " Use Metrics",
"displaytranslationkey": "use-metrics",
"type": "checkbox",
"value": "1",
"description": "Show auto-calculated totals for weight and distance as metric. This option DOES NOT convert user input for weight and distance. Ensure you have entered metric-based values.",
"descriptiontranslationkey": "options-use-metrics-title"
}
]
}