mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
29 lines
820 B
JSON
29 lines
820 B
JSON
{
|
|
"html": "Pokerole.html",
|
|
"css": "Pokerole.css",
|
|
"authors": "Chevron Allen",
|
|
"roll20userid": "2130808",
|
|
"preview": "Pokeroll.jpg",
|
|
"instructions": "Clicking on icons on the edge of section borders changes the mode of parts of the sheet. \n- Pokemon to Trainer \n- Core to PMD \n\n**Tested by:** \n\t*Gogfot* ",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "creature_mode",
|
|
"displayname": "Default Creature",
|
|
"type": "select",
|
|
"options": [
|
|
"Pokemon|0",
|
|
"Trainer|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Set the default view for new sheets."
|
|
},
|
|
{
|
|
"attribute": "PMD_mode",
|
|
"displayname": "PMD",
|
|
"type": "checkbox",
|
|
"value": "0",
|
|
"description": "Set the default mode for new pokemon sheets."
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |