Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Attributes and Skills page

The correlation between the Attributes and Skill page (AaS) and the character sheet for Fate_Core seems off. I don't know if that falls under Author or Dev. As each box in the char sheet gets filled in the AaS tab automatically populates with Name and Current filled in. Unfortunately its completely useless. For it to be beneficial What ever name is placed on in the skills box of the char sheet should become the name of the skill and depending on the category is what the current value should be. (Char sheet) Tab Skills: Superb +5 Great +4 Endurance Good +3 Presence Fair +2 Stealth Dodge Average +1 Lore Athletics This is what it should look like for it to be useful. (Attribute and skills) Tab Name Current Lore 1 Stealth 2 Presence 3 Endurance 4 Dodge 2 Athletics 1
1403719984

Edited 1403720020
Gold
Forum Champion
There is also now a Character Sheets sub-forum . You might want to post about this there and title it "Attributes and Skills on the Fate_Core sheet", to call the attention of the matching Character Sheet administrator (whoever made that sheet you're using).
Since this appears to be a character sheet issue, I'll shuffle this over to the Character Sheets forum. :)
I don't think it is. Then again I'm not sure how the character window is formatted. Mine shows three tabs: Bio and Info, Char sheet, and Abilities and skills. Are all three of those controlled by the char sheet creator?
1404329591
Lithl
Pro
Sheet Author
API Scripter
How the attributes show up is entirely dependent on how the author sets them up in the sheet's HTML. Based on your description, it sounds like the actual attributes are being named "Great", "Superb", etc. Fixing that would require getting the author to modify the source, or being a Mentor and modifying the source for your own campaign.
Except that the only available option according to one of the post is that the attribute must be named using attr_. Looking around I can't find a way to have <input="test" name="attr_great1"> rename it self based on the input.
1404364994
Lithl
Pro
Sheet Author
API Scripter
You're correct, that isn't possible.
So if it isn't possible in the char sheet is it possible in the attr and skill page? If so who has access to that?
1406060584

Edited 1406060604
Lithl
Pro
Sheet Author
API Scripter
The API could give you dynamically-named attributes, or you could do it manually. It wouldn't be compatible with the character sheet system, though.
API?
1406132199
Lithl
Pro
Sheet Author
API Scripter
The API is a Mentor feature which lets you write a wide varitey of scripts enhancing Roll20's capabilities.