Eric H. said: Hey is there ANY way to add a +1 to a certain saving throw? i wanna give one of my players an item that gives +1 to wisdom saving throws but i cant find a way to do it There is a way to do this, but I personally don't like it. It requires you to create a attribute with the same name as the saving throw bonus you want to modify and set the value equal to the value of the current modifier plus your bonus. For your example, you would need to create an attribute called wisdom_save_bonus and set the value to @{wisdom_mod}+@{wisdom_save_prof}+1 . I should point out that while you have modified the attribute, the character sheet will not display the new value. This new value ONLY appears in the rolls using the attribute. Björn E. said: Sorry if this has been answered before, and I wish it was possible to search inside threads, but it appears one of my players AC has bugged out, Every so often without warning it changes to some other number, previous session it was 10, and he's been running around most of this session with 30 AC, we've had to override it with Custom AC, but if he adds anything from the Compendium it reverts back to whatever it feels like. I've had a look through his inventory and he doesn't have anything equiped that adds to his AC beyond the armour he is supposed to have. Thank you for your time. I have run into this problem myself. The cause to my error was that there was a hidden ac field on one of the items. The item that caused mine was not even an armor item, but I believe that someone may have overwritten a previous armor item with the new one. Doing this, the armor field from the previous item was not removed and was therefore causing issues with the character sheet like you describe. The way that I fixed this was to go through each item individually and delete it, then re-add it back to the inventory. I believe that you could also un-equip each item individually until you find the one causing the issue, but that's your choice. At the time, the character did not have that much in the inventory.