Yep, noticed the update and noted some bugs here: <a href="https://github.com/Roll20/roll20-character-sheets/issues/5248" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/issues/5248</a> Thanks for the great work! Here's the text of my issue post: Pull request #5210 by @Echoblade9 made some long-needed updates to the AiME sheet to make some of the fields Compendium-compatible (rather than a single large text box). Unfortunately, in the process, some of the AiME-specific modifications to the 5e sheet seem to have been overwritten. Specifically: The AiME-specific fields in the top right - "Distinctive Quality", "Speciality", "Hope", and "Despair" (originally misspelled as "Dispair") - were overwritten by the default 5e "Personality Traits"/"Ideals"/"Bonds"/"Flaws" fields from the regular 5e sheet. In addition, the original data from those fields, from before the PR, seems to be inaccessible even by switching "Features and Traits" to "Simple" in the sheet settings page. I assume this is because the names of the fields themselves were changed. At the top of the "Core" tab of the sheet, there were originally fields for "Culture" and "Alignment". The recent PR seems to have overwritten them with the "Race" and "Alignment" fields from the default 5e sheet. Again, there seems no way to retrieve the data, presumably because the names of the fields changed (but in this case it's easily remembered). The values for gold, silver, and copper pieces have been overwritten, with no way to access what was previously there. This issue is probably the biggest one, as I doubt anyone has memorized exactly how much money they had. There doesn't seem to be any way to retrieve the old values, either. Every attack rolled from my sheet gives me the error message `No attribute was found for @{Wulf|global_attack_mod}`, and every damage roll gives me the error messages `No attribute was found for @{Wulf|global_damage_mod}` and `No attribute was found for @{Wulf|global_damage_type}`. Otherwise, I much appreciate this update to the sheet. Hopefully these are relatively minor and easily fixable issues. Thanks again to @Echoblade9 for the help (and to @clevett for approving the changes)!