mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 06:02:32 +00:00
96 lines
2.1 KiB
JSON
96 lines
2.1 KiB
JSON
{
|
|
"html": "wodu.html",
|
|
"css": "wodu.css",
|
|
"authors": "kurara ara",
|
|
"roll20userid": "4504286",
|
|
"preview": "wodu.png",
|
|
"instructions": "A simple World of Dungeons character sheet.",
|
|
"legacy": true,
|
|
"useroptions": [
|
|
{
|
|
"attribute": "strength",
|
|
"displayname": "Strength",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default strength score."
|
|
},
|
|
{
|
|
"attribute": "dexterity",
|
|
"displayname": "Dexterity",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default dexterity score."
|
|
},
|
|
{
|
|
"attribute": "constitution",
|
|
"displayname": "Constitution",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default constitution score."
|
|
},
|
|
{
|
|
"attribute": "intelligence",
|
|
"displayname": "intelligence",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default intelligence score."
|
|
},
|
|
{
|
|
"attribute": "wisdom",
|
|
"displayname": "Wisdom",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default wisdom score."
|
|
},
|
|
{
|
|
"attribute": "charisma",
|
|
"displayname": "Charisma",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "The default charisma score."
|
|
},
|
|
{
|
|
"attribute": "hit_dice",
|
|
"displayname": "Hit Dice",
|
|
"type": "number",
|
|
"value": "1",
|
|
"description": "The default starting hit dice."
|
|
},
|
|
{
|
|
"attribute": "hit_points",
|
|
"displayname": "Hit Points",
|
|
"type": "number",
|
|
"value": "1",
|
|
"description": "The default starting hit points."
|
|
},
|
|
{
|
|
"attribute": "coin",
|
|
"displayname": "Coin",
|
|
"type": "number",
|
|
"value": "60",
|
|
"description": "The default starting coin."
|
|
},
|
|
{
|
|
"attribute": "xp",
|
|
"displayname": "XP",
|
|
"type": "number",
|
|
"value": "60",
|
|
"description": "The default starting XP."
|
|
},
|
|
{
|
|
"attribute": "xp_next",
|
|
"displayname": "XP Needed for Next Level",
|
|
"type": "number",
|
|
"value": "60",
|
|
"description": "The default XP needed for next level."
|
|
},
|
|
{
|
|
"attribute": "level",
|
|
"displayname": "Level",
|
|
"type": "number",
|
|
"value": "1",
|
|
"description": "The default starting level."
|
|
}
|
|
]
|
|
}
|