CapedCrusader
Well-known member
Cool! I'll go over this...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'd really like the ability to add a Custom Power (an Arcane Power in my specific case).
I know, but I was kind of hoping not to have to create and maintain a .user file for a game that I'm not running. I can do customs with Edges, but not Powers.
With Powers there are some other considerations that make it difficult to create one on-the-fly like you can with Edges. For example, most Arcane Backgrounds have specific lists of Powers they can use, and if it's set up from the Arcane Background side there wouldn't be a way to add it to the list without going through the Editor.
I would like the option to print Hair Color, Eye Color, and Skin Color on the character sheet.
I added this to the sheet_standard1.dat below the sex/age/height/weight section. Nothing changed
@text &= "; Hair: " & hero.child[mscPerson].field[perHair].text
@text &= "; Eye: " & hero.child[mscPerson].field[perEye].text
@text &= "; Skin: " & hero.child[mscPerson].field[perSkin].text