mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"html": "Pokerole.html",
|
|
"css": "Pokerole.css",
|
|
"authors": " Chevron Allen (modified by Deightine)",
|
|
"roll20userid": "198",
|
|
"preview": "Pokeroll.jpg",
|
|
"instructions": "Clicking icons on the edges of a section's border will change the modes of the sheet. \n- Top right: Pokemon to Trainer \n- Center middle: Core to PMD. \n",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "creature_mode",
|
|
"displayname": "Default Sheet Mode:",
|
|
"type": "select",
|
|
"options": [
|
|
"Pokemon|0",
|
|
"Trainer|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Defaults new sheets to Pokemon or Trainer."
|
|
},
|
|
{
|
|
"attribute": "contest_mode",
|
|
"displayname": "Start in Contest mode?",
|
|
"type": "checkbox",
|
|
"value": "0",
|
|
"description": "Defaults whether to hide battle-specific elements."
|
|
},
|
|
{
|
|
"attribute": "PMD_mode",
|
|
"displayname": "Pokemon Dungeon Mode?",
|
|
"type": "checkbox",
|
|
"value": "0",
|
|
"description": "New sheets will display Pokemon Dungeon traits. Pokemon-only."
|
|
},
|
|
{
|
|
"attribute": "options_mode",
|
|
"displayname": "Optional Rules Mode?",
|
|
"type": "checkbox",
|
|
"value": "0",
|
|
"description": "Set default rules to include optional. \n Implemented: \n - 'Vitality for Defense & Insight for Special Defense' \n Not Yet Implemented: \n - Lethal Damage Tracking. \n - Weather & Environment Tracking (Global, Automatic)."
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |