Commit Graph
46 Commits
Author SHA1 Message Date
Vince b3d74499d4 Dark mode adjustments for roll template 2022-09-03 17:11:31 -07:00
Vince 33ccccea46 Pathfinder Community Sheet v1.82 updates
- Fixed PC Initiative whisper option.
- Added an Ability Notes option. Found below the Ability Scores. Toggle including Ability Notes for Ability checks. Existing sheets must clear/reset the ability macro-text field manually (caution:this wipes the existing macro-text which will remove any macro customization) or simply add "@{ability_notes_toggle}" to the end of the macro-text to enable this option.  New sheets will include the option automatically. No action required.
- Changed the Global Damage Type fields to textarea so that multi-line descriptions are possible.
2022-05-15 14:35:09 -07:00
Vince 74c2c40ca0 Update pathfinder_community.html
- included sheetworkers
2022-03-14 11:48:45 -07:00
Vince ed4cd20db2 Update pathfinder_community.html
Small fix for HL import of npc's w/class levels failing to parse.
2022-03-11 00:19:23 -08:00
Vince 962c4fefa1 Pathfinder Community Sheet v1.81 - darkmode changes
- added some changes to help with the dark mode option.
2022-03-02 22:29:59 -08:00
Vince d5c51a67a3 PF Community - small fix for mythic
- needed to adjust mythic open/close nav clickable area
- updated mythic repeating to match repeating ability section for continuity
2022-02-09 11:58:15 -08:00
Vince 9bd891cdae Pathfinder Community v1.8
- bug fix Spell SaveDC column calc issue.
2022-02-05 22:34:18 -08:00
Vince 3971c095a1 updated forum url to new thread 2022-01-26 19:19:58 -08:00
Vince 0d6c76eb82 Update pathfinder_community.html 2022-01-26 19:03:50 -08:00
Vince d87aea57db Update pathfinder_community.html 2021-12-15 20:00:29 -08:00
Vince d1a06b2659 Pathfinder Community Sheet - fix for chat menus
So it appears that roll20's update to fix ampersands in marketplace receipts
https://app.roll20.net/forum/post/10551412/release-note-for-december-14-2021
may have broke the workaround required in CSE-friendly sheets that use nested quotes.  ` """ vs """ ` 😭  I brought this up when converting the Pathfinder sheet to CSE and more recently mentioned that the sandbox's handling of them was not the same as Production.  https://wiki.roll20.net/BCS/Bugs#CSE
LOL, I actually merged a hidden test roll yesterday by coincidence just to see if I could safely remove  the extra ampersand special character from """. Users have started to report that all chat menu button on the PF sheet are now broken.
2021-12-15 19:47:16 -08:00
Vince 6f202e35aa Pathfinder Community Sheet - testing nested quotes
- just testing if we still need to add an additional leading ampersand special character when using quotes within an attribute value (nested quotes).  """  vs """ We use quotes around character names in the sheet rolls/macro-text to prevent issues that may arise with character names.  After CSE, these nested quotes where being parsed on the sheet by roll20 and would break the roll/macro in chat.  I've recently noticed that while """ still works in Production, it breaks the roll in the Sandbox...
2021-12-13 22:27:42 -08:00
Vince c69cce0172 PF Community Sheet
- fixed encumbered condition text.
2021-10-14 23:18:11 -07:00
Vince e1d957be69 PF Community Sheet - npc bug fix
- fixed bug that displayed npc tab regardless of sheet setting for PC/NPC.
2021-10-10 14:38:30 -07:00
Vince 4f68453e30 Pathfinder Community Sheet v1.798
- Fixed an attribute naming conflict with Roll20 that prevented the "Delete All" option found in repeating rows from functioning.
- Updated the NPC/Monster statblock to make it a little easier to use.
- Fixed the Abilities sub-tab header so that it matches the currently selected tab.
- Added ft/m (displays based on the metric setting) to NPC/Monster speed.
- Added error highlighting on macro field validation in the NPC/Monster tab.
2021-09-23 22:52:01 -07:00
Vince 6c529cf3e0 PF Community v1.797
- Numerous small fixes for typos/mistakes submitted Tranquwil (thank you)
2021-09-02 01:01:51 -07:00
Vince 85af597ee4 small misc adj
- Misc. small adjustments; repeating row number alignment, updated translation text, moved NPC/Monster Ecology sub-section to the end of the page, converted macro text footer info into a detail/summary collapsible section, fixed the rounded corners option from settings for simple templates.
2021-08-14 16:09:16 -07:00
Vince 6c27f3bd95 Pathfinder Community v1.796
- small css and translation adjustments
2021-08-13 20:22:04 -07:00
Vince f1a994815f Pathfinder Community Sheet v1.795 - bug fix
- Fixed; ability damage set to 0 (due to NaN error) and power attack damage bonus erroneously applied to ranged attacks.
2021-08-05 22:50:59 -07:00
Vince 6714c0ecec Update pathfinder_community.html 2021-07-15 23:27:12 -07:00
Vince 6fc3db3d74 Pathfinder Community v1.794 update
- Added common buff options for Power Attack, Deadly Aim, and Combat Expertise. Power Attack includes a new buff to handle the power attack damage. 'Power Attack Dmg' This was done so that the buff's bonus can be passed to each attack where the damage multiplier can be applied per attack to handle two-handed, off-hand, etc. (thank you player-03 for your help)
- Fixed; Tokenbar changes to HP should now trigger sheet events as expected.
- Added more emphasis to most of the "total" read-only fields
- Small adjustemnts to the rowID fields to make them easier to select and copy.
- Known Issue: linked attacks that have been generated from an Ability or Spell will have their 'Weapon Notes' reset to their 'sheet generated notes' if the "Include link..." sheet setting is toggled or the linked Ability or Spell is edited.
2021-07-15 23:21:29 -07:00
Vince 9bdfe78cc6 Pathfinder Community v1.793
- Fixed; kineticistburn linked to a tokenbar was not triggering buffs recalculations.
- Small adjustments to roll templates.
2021-06-13 22:29:36 -07:00
Vince 79f7a7ad96 PF Community Sheet v1.792 - a few small changes
- making overall adjustments for CSE's css changes.
- Small adjustments to the regular roll template.
- Fixed; the 'Show' in chat menu column option, was not toggling Mythic Abilities and Feats.
- Inverted the order of fields for extra damage to match roll template output. Type then macro.
- Fixed; 3-column layout of the NPC skills list.
2021-06-06 17:03:39 -07:00
Vince 28bf17cace Pathfinder Community Sheet v1.791 - item weight bug fix
- Fixed; fractional item weight was being rounded down.
2021-05-24 21:01:26 -07:00
Vince 27cb449604 couple small updates
- updated the buff/cond damage modifier row on the attack grid
- fixed the skill options, number of  craft/prof/misc rows to show
- small roll template adjustment for pf_attack to ensure the name of the attack row had the proper background-color on multi-attack rolls.
2021-05-16 23:55:23 -07:00
Vince ea3a133d39 Pathfinder Community Sheet v1.79
- Updated the sheet to work within Roll20's CSE update.
- Fixed; Spell Options show 'DC' toggle.
- Added a metric option to sheet settings>sheet configuration>accessibility. This option will show auto-calculated totals for weight and distance as metric(kilograms and meters). This option DOES NOT convert user input for weight and distance. Ensure you have entered metric-based values.
- Updated common buff macros for Divine Favor and Magic Vestment.(thank you EtienneLamoureux)
- Fixed; enabling the Energy Drain condition by applying negative levels also changes the appearance of "Energy Drain" label.
- Fixed; Skill "-misc" and "-misc-mod" columns were not being flagged with a red dashed border used to indicate a parsing error.
- Abilities; added "Other" as a Source basis option. "Other" includes full Level Basis options.
2021-05-10 23:07:28 -07:00
Vince c03c3adbd5 Pathfinder Community v1.787
- Fixed; using ChatSetAttr or similar API script to toggle buffs that indirectly affected attack damage failed to trigger the damage recalculation.
- Fixed; damage multiplier will no longer be applied to ability penalties.
- Creating a spell attack or ability attack now includes a link in the "Weapon Notes" to execute the associated spell or ability from the attack's chat output. Including ability/spell links in attacks are optional; Settings>Sheet Configuration>Attacks>Include link...
2021-02-25 00:53:14 -08:00
Vince 77947abaef updated i18n key to match translation.json 2021-02-15 22:38:25 -08:00
Vince 64629b985c - updated HL import text 2021-02-11 00:05:51 -08:00
Vince ca20be0ffd PF Community v1.785
- Adjusted roll template header font-size and line-height.
- Fixed inline rolls within spell descriptions and weapon notes to appear as rolls and not plain text.
2021-02-10 01:01:31 -08:00
Vince 8160cdf146 PF_Community_v1.784
- Small layout adjustments to the spell class sections.(thanks Tranquwil)
- Slightly reduced header and field label font-size.
- In compact/readonly mode the header and field label font-size have been reduced to help with the layout.
2021-02-07 22:19:52 -08:00
Vince 01048e25ce PF Community v1.783
- Fixed no hover text on attack rolls.
- small adjustments to roll template
2021-02-03 15:59:35 -08:00
Vince 816c30cf4c PF Community v1.782 update
- Fixed macro names for 10th craft and 1st lore skills.(thanks Tranquwil)
- removed default value "p/b/s...?" for iterative damage types.  Not needed.
2021-02-01 00:05:35 -08:00
Vince dfca2a1727 PF Community v1.781
- Further adjustments needed for Damage Type and Extra Damage displayed in the roll template.
2021-01-24 23:00:28 -08:00
Vince 7d9057ad5c PF Community update - hero lab instructions updated
- Updated the Hero Lab instructions. For some reason the converted JSON using codebeautify.org was causing errors.
2021-01-17 20:22:35 -08:00
Vince 78449a1a0c PF Community v1.78
- Attack damage type, Spell attack damage type, and Ability attack damage type is now displayed on the same row as the damage rolled.
- Fix for open Descriptions fields from being displayed if the sheet was set to compact mode.
- Fix for NPC Concentration checks rolling 1d00 instead of 1d20.
- Fix for the Basic attacks condition column not showing an attk-penalty for applicable conditions.
- Fix for Spell Damage type not displaying when show Spell Damage was enabled from the Spell Options.
- Updated to google fonts; "Noto Sans" for general text and "Roboto Mono" for macro-text.
- Added FF CMD to the Defense Stats chat menu output.
- Removed Enhancement column from Saves grid.
- Adjusted damage dice text alignment on attack rows.
- Removed the Max column from Encumbrance|Loads. Max is auto-calculated for the Lift Off the Ground value.
2021-01-10 23:07:37 -08:00
Vince fd309f8bbf Pathfinder Community v1.77
- Fixed NPC attack roll. The editable macro-text that was displayed was not the macro-text actually used for the roll.
- Removed @{npc-whisper} and @{pc-whsper} from attack macro-text. Whisper attributes are inlcuded in the sheet roll and are not needed within the macro-text.
2020-05-31 21:51:48 -07:00
Vince 5bb5278f73 Pathfinder Community Sheet v1.76 (#6179)
- Updated sheet image URL's to link to images on github.
2020-04-13 10:52:05 -07:00
Vince 18e1ab0084 Pathfinder Community v1.75 - HL import update (#6110)
* Pathfinder Community v1.75 - HL import update

- HeroLab importer update. Fixed bug that prevented item import when encountering unexpected damage entry.(James W.)

- Fixed title text for customd1 and customd2 button rolls.

* updated customd3-6 button title text
2020-04-06 14:19:17 -07:00
Vince 22f4bb8436 PF Community v1.74 small fix for touch ac (#5473)
* Forbidden Lands v1.3

- fix for incorrect translation keys for Animal Handling and Sleight of Hand which caused "false" or "fault" to be displayed as the roll preset.
- fix for the Spell rank selector of 4 given the value of "3".
- fix for Sleight of Hand attribute dice stuck at "0".
- added column header label of "Don" to Armor/Helmet section to help indicate what the equip checkbox is to be used for.
- added a "Dice Only" tab which might be useful for GM's.
- other small cosmetic adjustments

* FL updates

- fixed Reputation and Armor roll presets not clearing unnecessary dice in pool.
- added dotted borders around selected roll buttons and # of dice selected in pool to help indicate what is actually selected for color blind users.

* Update Forbidden_Lands.htm

- clear Gear dice when using Skill preset

* more FL tweaks

- resized logo to give more room for stats
- updated navigational tabs

* Forbidden Lands v1.4 update

- added a descriptive note to Consumable rolls as a reminder that you must manually adjust the consumable die on the sheet if you roll a Bane.
- small adjustments to roll template header and footer

* Update Forbidden_Lands.jpg

- updated sheet image

* FL updates

- dropshadow for dice and roll template header
- adjusted the consumables background image

* v1.5

* Update Forbidden_Lands.css

* adjusted expansion cog alignment

* FL v1.5 update

- added more base/attribute dice to enable up to 12 dice for NPC/Monsters.
- added 3 more Skill dice (help)
- BUG (api roller showing raw roll template code) FIXED: removed
@{include_with_roll} from api roll.
- BUG (roll and api roll naming conflict): FIXED: renamed api roll button to:
"roll_the_dice_api"
- FIXED: alignment issues with expansion cogs and their hidden checkboxes
- added drop shadow to dice to give a little more dimension

* Forbidden Lands v1.51

- Clear Dice Pool; fixed focus text color
- removed bane/success images from d66 rolls
- mounts can double capacity when unmounted.
added @{mounted} checkbox/toggle directly under Mount's Carry field.
- added a version check function to sheet workers to help with future updates

* Pathfinder Community Sheet v1.739

- fix for AC-misc not being applied to touch ac
- fix for Extra Crit Damage does not display line breaks like Extra Damage. Extra Crit Damage type field does not accept line breaks.
- fix for Spell Points; @{spellclass-1-spell-points-per-day|max} value had a typo preventing a proper calculation.
- change for NPC/Monster compendium/hl import; pc rolls were set to private/whispered regardless of sheet.json settings when parsing from compendium. Now honors sheet settings
- updated translation list sorting for conditions and skills (removed erroneous spaces used in translation.json)

* PF community

- updated announcements

* Forbidden Lands v1.52

- translation list items (skills and stockpile); removed eroneous spaces within csv list in translation.json which prevented localized list sorting.

* PF Community v1.74 small fix for touch ac

- fixed buffs to AC not being applied to touch ac
2019-09-16 14:24:12 -05:00
Vince 688e9f1952 PF Community v1.739 and Forbidden Lands v1.52 (#5429)
* Forbidden Lands v1.3

- fix for incorrect translation keys for Animal Handling and Sleight of Hand which caused "false" or "fault" to be displayed as the roll preset.
- fix for the Spell rank selector of 4 given the value of "3".
- fix for Sleight of Hand attribute dice stuck at "0".
- added column header label of "Don" to Armor/Helmet section to help indicate what the equip checkbox is to be used for.
- added a "Dice Only" tab which might be useful for GM's.
- other small cosmetic adjustments

* FL updates

- fixed Reputation and Armor roll presets not clearing unnecessary dice in pool.
- added dotted borders around selected roll buttons and # of dice selected in pool to help indicate what is actually selected for color blind users.

* Update Forbidden_Lands.htm

- clear Gear dice when using Skill preset

* more FL tweaks

- resized logo to give more room for stats
- updated navigational tabs

* Forbidden Lands v1.4 update

- added a descriptive note to Consumable rolls as a reminder that you must manually adjust the consumable die on the sheet if you roll a Bane.
- small adjustments to roll template header and footer

* Update Forbidden_Lands.jpg

- updated sheet image

* FL updates

- dropshadow for dice and roll template header
- adjusted the consumables background image

* v1.5

* Update Forbidden_Lands.css

* adjusted expansion cog alignment

* FL v1.5 update

- added more base/attribute dice to enable up to 12 dice for NPC/Monsters.
- added 3 more Skill dice (help)
- BUG (api roller showing raw roll template code) FIXED: removed
@{include_with_roll} from api roll.
- BUG (roll and api roll naming conflict): FIXED: renamed api roll button to:
"roll_the_dice_api"
- FIXED: alignment issues with expansion cogs and their hidden checkboxes
- added drop shadow to dice to give a little more dimension

* Forbidden Lands v1.51

- Clear Dice Pool; fixed focus text color
- removed bane/success images from d66 rolls
- mounts can double capacity when unmounted.
added @{mounted} checkbox/toggle directly under Mount's Carry field.
- added a version check function to sheet workers to help with future updates

* Pathfinder Community Sheet v1.739

- fix for AC-misc not being applied to touch ac
- fix for Extra Crit Damage does not display line breaks like Extra Damage. Extra Crit Damage type field does not accept line breaks.
- fix for Spell Points; @{spellclass-1-spell-points-per-day|max} value had a typo preventing a proper calculation.
- change for NPC/Monster compendium/hl import; pc rolls were set to private/whispered regardless of sheet.json settings when parsing from compendium. Now honors sheet settings
- updated translation list sorting for conditions and skills (removed erroneous spaces used in translation.json)

* PF community

- updated announcements

* Forbidden Lands v1.52

- translation list items (skills and stockpile); removed eroneous spaces within csv list in translation.json which prevented localized list sorting.
2019-09-03 08:42:42 -05:00
Vince a38ac3809d Pathfinder community v1.738 (#5325)
* Forbidden Lands v1.3

- fix for incorrect translation keys for Animal Handling and Sleight of Hand which caused "false" or "fault" to be displayed as the roll preset.
- fix for the Spell rank selector of 4 given the value of "3".
- fix for Sleight of Hand attribute dice stuck at "0".
- added column header label of "Don" to Armor/Helmet section to help indicate what the equip checkbox is to be used for.
- added a "Dice Only" tab which might be useful for GM's.
- other small cosmetic adjustments

* FL updates

- fixed Reputation and Armor roll presets not clearing unnecessary dice in pool.
- added dotted borders around selected roll buttons and # of dice selected in pool to help indicate what is actually selected for color blind users.

* Update Forbidden_Lands.htm

- clear Gear dice when using Skill preset

* more FL tweaks

- resized logo to give more room for stats
- updated navigational tabs

* Pathfinder Community v1.783

- Fixed maxDex being applied to CMD
- Fixed AC buff's not being applied to FF AC and FF CMD
- Added "#Cast" to repeating spells.
2019-07-22 17:08:06 -05:00
Vince 866f0748bb PF Community v1.737 - column header toggle Show (Abilities, Euip Items) (#5193)
* Forbidden Lands v1.1 update

- removed "selected|..." from sheet rolls
- added a version attribute to sheet

* Pathfinder Community Sheet - wounds fix

- fixed attack penalty calcs for wounds (gritty mode, endurance feat)
- added "gritty mode" status to conditions panel

* Pathfinder Community Sheet - updated folder name

- to help prevent any confusiuon, github folder renamed to "Pathfinder Community"
- changed html, css, and preview image names as well
- updated sheet.json

* Pathfinder Community Sheet - added Images to repo

- added images to repo (sheet url's will be updated in a future update)

* PF Community v1.736 - added header_image toggle

- set all roll template header images to on/off from the settings|header image section.
- added the option on the game's sheet setting page as well.
- setting the header images will no affect any existing custom URL images all ready set on the sheet by the user.

* Pf community update html/css sheet.json

Updated to match file names.

* updated preview file name

Updated to "pathfinder_community.png"

* PF Community v1.737 - added Show column header toggle (Abilities, Equip)

- added Show (chat menus) as the default setting for Abilities and Equipment items.
- added a "Show" column header toggle to Abilities and Equipment to check/un-check the "Show" option for all repeating rows.

* PF Community v1.737 - column header toggle Show (Abilities, Euip Items)
2019-06-17 21:09:26 -05:00
Vince 45acc498c6 PF Community v1.736 - header_image toggle added (#5136)
* Forbidden Lands v1.1 update

- removed "selected|..." from sheet rolls
- added a version attribute to sheet

* Pathfinder Community Sheet - wounds fix

- fixed attack penalty calcs for wounds (gritty mode, endurance feat)
- added "gritty mode" status to conditions panel

* Pathfinder Community Sheet - updated folder name

- to help prevent any confusiuon, github folder renamed to "Pathfinder Community"
- changed html, css, and preview image names as well
- updated sheet.json

* Pathfinder Community Sheet - added Images to repo

- added images to repo (sheet url's will be updated in a future update)

* PF Community v1.736 - added header_image toggle

- set all roll template header images to on/off from the settings|header image section.
- added the option on the game's sheet setting page as well.
- setting the header images will no affect any existing custom URL images all ready set on the sheet by the user.

* Pf community update html/css sheet.json

Updated to match file names.

* updated preview file name

Updated to "pathfinder_community.png"
2019-06-04 07:33:05 -05:00
Vince f62a6c607e Pf Community v1.735 - maxDex fix, damage_macro fix, localization list sorting (#5075)
* Forbidden Lands v1.1 update

- removed "selected|..." from sheet rolls
- added a version attribute to sheet

* Pathfinder Community Sheet - wounds fix

- fixed attack penalty calcs for wounds (gritty mode, endurance feat)
- added "gritty mode" status to conditions panel

* Pathfinder Community Sheet - updated folder name

- to help prevent any confusiuon, github folder renamed to "Pathfinder Community"
- changed html, css, and preview image names as well
- updated sheet.json

* Pathfinder Community Sheet - added Images to repo

- added images to repo (sheet url's will be updated in a future update)

* PF Community v1.735 - damage_macro fix, localization list sorting

- fix for damage_macro being reset to default
- added localization list sorting to skills and conditions

* fix for AC/maxDex for all AC-ability's other than DEX
2019-05-20 19:15:23 -05:00
Vince 66b80dae18 Pathfinder Community Sheet - updated folder/file names (#5046)
* Forbidden Lands v1.1 update

- removed "selected|..." from sheet rolls
- added a version attribute to sheet

* Pathfinder Community Sheet - wounds fix

- fixed attack penalty calcs for wounds (gritty mode, endurance feat)
- added "gritty mode" status to conditions panel

* Pathfinder Community Sheet - updated folder name

- to help prevent any confusiuon, github folder renamed to "Pathfinder Community"
- changed html, css, and preview image names as well
- updated sheet.json

* Pathfinder Community Sheet - added Images to repo

- added images to repo (sheet url's will be updated in a future update)
2019-05-06 18:11:55 -05:00