To get rid of the red you just need to grab the translation.json sheet and add it to the translate tab on the game settings. To add new misc skills, besides adding them in the html, in the javascript at the top of the PFSkills module you would have to add extra entries to miscSkillAppendNums. these are the strings appended to "attr_misc-skill" in the html: //add "-10","-11","-12","-13" etc miscSkillAppendNums = ["-0", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9"], also, if you look at the Notes, there are a lot of extra fields for users to define themselves. I added 6 more to the first section which should come out tomorrow, for 18 extra macro fields that evaluate to a number, and you can add whatever titles you want. you'd have to do it to one sheet then use the copy function to create a bunch more for players.