A small list of minor updates. Big piece was tracking down the
annoying errors in some attack rolls which were making me wonder if I
could count. There is a compendium update which was uploaded last
night. Characters may need to regenerate thier attacks (mostly only
natural attacks) if they are still seeing the problem.
- (Hopefully) quieten monsters AP messages.
- Handle a numeric AT (some monsters)
- Updated attack testing significantly.
- Remove some not-an-error errors in attacks
- Stop using D for side. That's death/defeat. O is now side. (Odd)
- Fix for monsters dropped from compendium
- Fixes commas and quotes not being allowed in CustomMessage formats
- Begins work of improving the AutoEffect code. CustomMessage has so far been improved
- Reverted back to the old loop based update system. setAttrsById is very inconsistent
- All new setAttrsById code is preserved for potential later use
Trudvang Chronicles
New Sheet
<!-- ATTENTION: This Pull Request template changed on 03/17/22. Please ensure that you are completing this template to the fullest extent possible. -->
# Submission Checklist
## Required
<!-- Check these off by adding an 'x' to each of these boxes. If you fail to meet all these criteria, your PR will be rejected. -->
- [X] The pull request title clearly contains the name of the sheet I am editing.
- [X] The pull request title clearly states the type of change I am submitting (New Sheet/New Feature/Bugfix/etc.).
- [X] The pull request makes changes to files in only one sub-folder.
- [X] The pull request does not contain changes to any json files in the translations folder (translation.json is permitted)
## New Sheet Details
<!-- If you are submitting a new sheet to the repository, please fill in any empty spaces indicated by < >. -->
- The name of this game is: < Trudvang Chronicles Alternate >
- The publisher of this game is: < Riotminds >
- The name of this game system/family is: < Trudvang Chronicles >
- [X] I have followed the [Character Sheets Standards](https://wiki.roll20.net/Building_Character_Sheets#Roll20_Character_Sheets_Repository) when building this sheet.
<!-- Please check any that apply: -->
- [ ] I have authorization from the game's publisher to make this an official sheet on Roll20 with their name attached.
- [ ] This game is not a traditionally published game, but a copy of the game rules can be purchased/downloaded/found at: < >
- [ ] This sheet is for an unofficial fan game, modification to an existing game, or a homebrew system.
# Changes / Description
Alternate sheet for Trudvang Chronicles which is up to date with all sourcebook materials and skills.
<!-- This is an optional step, but detailing the nature of the changes makes it easier for other contributors to track down bugs and fix issues -->
Fragged Empire 2E
New Sheet
<!-- ATTENTION: This Pull Request template changed on 03/17/22. Please ensure that you are completing this template to the fullest extent possible. -->
# Submission Checklist
## Required
<!-- Check these off by adding an 'x' to each of these boxes. If you fail to meet all these criteria, your PR will be rejected. -->
- [X] The pull request title clearly contains the name of the sheet I am editing.
- [X] The pull request title clearly states the type of change I am submitting (New Sheet/New Feature/Bugfix/etc.).
- [X] The pull request makes changes to files in only one sub-folder.
- [X] The pull request does not contain changes to any json files in the translations folder (translation.json is permitted)
## New Sheet Details
<!-- If you are submitting a new sheet to the repository, please fill in any empty spaces indicated by < >. -->
- The name of this game is: < Fragged Empire 2E >
- The publisher of this game is: < Modiphius Entertainment >
- The name of this game system/family is: < Fragged Empire >
- [] I have followed the [Character Sheets Standards](https://wiki.roll20.net/Building_Character_Sheets#Roll20_Character_Sheets_Repository) when building this sheet.
<!-- Please check any that apply: -->
- [ ] I have authorization from the game's publisher to make this an official sheet on Roll20 with their name attached.
- [ ] This game is not a traditionally published game, but a copy of the game rules can be purchased/downloaded/found at: < >
- [ ] This sheet is for an unofficial fan game, modification to an existing game, or a homebrew system.
# Changes / Description
This is an alteration of a First Edition sheet to bring it up to 2E. The original creators have been credited.
<!-- This is an optional step, but detailing the nature of the changes makes it easier for other contributors to track down bugs and fix issues -->
New Features: Added roll buttons to Attributes, Derived Traits, Specialties and Weapons. Added roll table for Step Penalties and allowed for tabulation of Advancement Points.
Bug fixes:
Replaced URL for logo from personal GitHub to new roll20 GitHub, as per forum directives. Fixed cut and paste error on Appraise skill. Fixed half rank issue for class skills, as half ranks should not exist for class skills, with sheetworker which rounds down class skills.
- Fixes and improves the targeting code, making it work for players (it was broken for everyone but GMs)
- The target display now updates in real time without the need for the "Auto: Update on Round end" setting
- Adds get/setAttrsById(), which retrieves or sets values to *any* sheet with a known character_id. Opens up a massive amount of potential new features