mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"html": "soulbound.html",
|
|
"css": "soulbound.css",
|
|
"authors": "Clover Fox",
|
|
"roll20userid": "1341875",
|
|
"preview": "soulbound-preview.jpg",
|
|
"instructions": "# Warhammer Age of Sigmar: Soulbound sheet\n## Key Features\n- all skills can be used with each attribute\n- all skill checks (including weapons and spells) will ask for bonus dice each roll\n\n## Note\nin order for the sheet to auto calculate some fields you may have to change body/mind/soul at least once, then change it back, this only needs to be done when first creating a character",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheet_tab",
|
|
"displayname": "Sheet Type: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Player|player",
|
|
"NPC|npc"
|
|
],
|
|
"default": "player",
|
|
"description": "Player is the normal sheet, NPC is a compact version of the same. Useful if the player characters have already been created and all new character sheets added to the game will likely representing non player characters."
|
|
},
|
|
{
|
|
"attribute": "initiative_dice",
|
|
"displayname": "Use optional rule for initiative dice: ",
|
|
"type": "select",
|
|
"options": [
|
|
"No|0",
|
|
"D6|d6",
|
|
"2D6|2d6"
|
|
],
|
|
"default": "0",
|
|
"description": "Use the optional rule for adding variation to initiative rolls"
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |