Note: I have no idea how to edit stuff in github, and I'm only slight familiar with coding in general, but I like to think I'm good enough at spotting patterns. So the Dresden Files Accelerated character sheets are up as of about a month and a half ago, submitted by Jonathan Csanady/Yukidaore (can't find Yukidaore on Roll20 though), but there's a few bugs with the sheet. Bug 1: Approach roll buttons "Mantle"/Customisable approach button is currently tied to @{intelligence} rather than @{mantle-approach} as it should be. So when you hit the button, it rolls for intelligence, not whatever's in the mantle box. Bug 2: Refresh Refresh isn't updating. Whenever I input new refresh costs into either conditions or stunts, @{refresh-spent} resets to value=NaN. There is no listed value for @{refresh-spent}, but I don't THINK that's the issue. 3 things I see that MIGHT be involved (or might not be issues, in which case I have no idea what the problem is) 1 - attr_stunt-cost does not have a title, unlike attr_condition-cost, so var 'stuntCost' is trying to retrieve a non-existent value. 2 - Lines 247-259 sets var 'stressCost', which relies on "repeating_stress", a value that doesn't exist anywhere else. 3 - refresh-spent relies on summing up conditionCost, stuntCost, and stressCost. I assume this translates back to @{refresh-spent} which might be why the value messes up (if it's pulling blank values for stuntCost and stressCost) Again, I'm not sure how correct these are, given that editing the cost of stunts on the character sheet causes @{refresh-spent} to change (despite point 2.1), but it's about as good as I can offer with my limited expertise. Thanks for checking on it! Hope it'll be fixed soon.