mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"html": "legendsneverdie.html",
|
|
"css": "legendsneverdie.css",
|
|
"authors": "GiGs",
|
|
"roll20userid": "157788",
|
|
"preview": "preview.jpg",
|
|
"instructions": "A sheet for the Legends Never Die! roleplaying game. Learn more about this game at https://cybersphere.me/legends-never-die/",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "epic",
|
|
"displayname": "Power Level: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Heroic|0",
|
|
"Epic|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Choose whether a character is Heroic or Epic Power Level. This is usually a campaign setting."
|
|
},
|
|
{
|
|
"attribute": "sorcery_show",
|
|
"displayname": "Show Sorcery Skill: ",
|
|
"type": "select",
|
|
"options": [
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Show or hide the special Sorcery Skill value. Most characters don't need this."
|
|
},
|
|
{
|
|
"attribute": "settings_body",
|
|
"displayname": "Body Score Calculation: ",
|
|
"type": "select",
|
|
"options": [
|
|
"+10|1",
|
|
"+0|0"
|
|
],
|
|
"default": "1",
|
|
"description": "Does the Body score have +10 to the total. Choose +0 if you aren't using Survival Rolls."
|
|
},
|
|
{
|
|
"attribute": "settings_vigour",
|
|
"displayname": "Vigour Score Calculation: ",
|
|
"type": "select",
|
|
"options": [
|
|
"x2|1",
|
|
"+0|0"
|
|
],
|
|
"default": "1",
|
|
"description": "Is Vigour based on x2 Stamina or x1. Use x1 if you want shorter and more brutal combats."
|
|
},
|
|
{
|
|
"attribute": "settings_armour",
|
|
"displayname": "Armour Effects Shown: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|1",
|
|
"No|0"
|
|
],
|
|
"default": "1",
|
|
"description": "Are armour effects included in derived stats? Select No if you want to handle these manually."
|
|
},
|
|
{
|
|
"attribute": "skill_min",
|
|
"displayname": "Minimum Skill Cost: ",
|
|
"type": "number",
|
|
"default": "5",
|
|
"description": "Set the minimum cost of a skill. It's usually set to 5, but 3 makes for more rapid development. "
|
|
},
|
|
{
|
|
"attribute": "term_limit",
|
|
"displayname": "Max Legends: ",
|
|
"type": "number",
|
|
"default": "6",
|
|
"description": "Choose how many terms a character may have. Scores above 6 or below 2 have no effect. Set to 6 unless there's a reason not to."
|
|
},
|
|
{
|
|
"attribute": "flip_attacks",
|
|
"displayname": "Attacks At Bottom: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Top|0",
|
|
"Bottom|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Whether to show Attacks and Gear at the top or bottom of a sheet. Purely a stylistic thing and can vary from character to character."
|
|
}
|
|
|
|
],
|
|
"legacy": false
|
|
} |