mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
144 lines
4.0 KiB
JSON
144 lines
4.0 KiB
JSON
{
|
|
"html": "charsheet_3-5.html",
|
|
"css": "charsheet_3-5.css",
|
|
"authors": "Diana P. & Hoyer",
|
|
"preview": "charsheet_3-5.jpg",
|
|
"roll20userid": "108188,3363117",
|
|
"instructions": "Roll templates now implemented; see descriptions and other information in new Roll Template section at bottom of sheet. Attack and full attack rolls modifiable in-sheet to allow inclusion of feat- or item-based additions to attacks. Full attack gives 'undefined' error for attacks one does not have a BAB defined for (remove that part of the macro if BAB is not high enough for 2, 3, or 4 attacks/rnd)",
|
|
"legacy": false,
|
|
"printable": true,
|
|
"useroptions": [
|
|
{
|
|
"attribute": "spellmode",
|
|
"displayname": "Spell mode? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Base mode|1",
|
|
"Full mode|2"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "attackmode",
|
|
"displayname": "Attack mode for PC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Attack and damage separated mode|1",
|
|
"Single attack and damage roll mode|2"
|
|
],
|
|
"default": "1"
|
|
},
|
|
{
|
|
"attribute": "summonsAttackmode",
|
|
"displayname": "Attack mode in summons section? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Attack and damage separated mode|1",
|
|
"Single attack and damage roll mode|2"
|
|
],
|
|
"default": "1"
|
|
},
|
|
{
|
|
"attribute": "npcAttackmode",
|
|
"displayname": "Attack mode for NPC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Attack and damage separated mode|1",
|
|
"Single attack and damage roll mode|2"
|
|
],
|
|
"default": "1"
|
|
},
|
|
{
|
|
"attribute": "criticmode",
|
|
"displayname": "Critic mode for PC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Reroll critic damage|2",
|
|
"Multiply critic damage|3",
|
|
"Custom critic damage|4"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "summonsCriticmode",
|
|
"displayname": "Critic mode in summons section? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Reroll critic damage|2",
|
|
"Multiply critic damage|3",
|
|
"Custom critic damage|4"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "npcCriticmode",
|
|
"displayname": "Critic mode for NPC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Reroll critic damage|2",
|
|
"Multiply critic damage|3",
|
|
"Custom critic damage|4"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "damagemode",
|
|
"displayname": "Damage mode for PC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Damage fields united|1",
|
|
"Damage fields splitted|2"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "summonsDamagemode",
|
|
"displayname": "Damage mode in summons section? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Damage fields united|1",
|
|
"Damage fields splitted|2"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "npcDamagemode",
|
|
"displayname": "Damage mode for NPC? ",
|
|
"type": "select",
|
|
"options": [
|
|
"Damage fields united|1",
|
|
"Damage fields splitted|2"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "weightscale",
|
|
"displayname": "Weight unit setup for weight calculations:",
|
|
"displaytranslationkey": "weight-setup-info1",
|
|
"type": "text",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "weightunit",
|
|
"displayname": "Weight Unit should be an abbreviation of 2 or 3 characters:",
|
|
"displaytranslationkey": "weight-setup-info2",
|
|
"type": "text",
|
|
"value": "lbs"
|
|
},
|
|
{
|
|
"attribute": "lengthscale",
|
|
"displayname": "Length unit setup for speed calculations:",
|
|
"displaytranslationkey": "length-setup-info1",
|
|
"type": "text",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "lengthunit",
|
|
"displayname": "Length Unit should be an abbreviation of 2 or 3 characters:",
|
|
"displaytranslationkey": "length-setup-info2",
|
|
"type": "text",
|
|
"value": "ft"
|
|
}
|
|
]
|
|
}
|