mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
29 lines
929 B
JSON
29 lines
929 B
JSON
{
|
|
"html": "falkenstein.html",
|
|
"css": "falkenstein.css",
|
|
"authors": "GiGs",
|
|
"roll20userid": "157788",
|
|
"preview": "falkenstein.jpg",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "cardvalue",
|
|
"displayname": "Ask For Card Value: ",
|
|
"type": "checkbox",
|
|
"value": "?{Modifier?|0}",
|
|
"checked": "checked",
|
|
"description": "Ask for the value of the played cards when making rolls."
|
|
},
|
|
{
|
|
"attribute": "show_name",
|
|
"displayname": "Show Name On Rolls: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Show Name|{{name=**@{character_name}**}}",
|
|
"Hide Name| "
|
|
],
|
|
"default": "{{name=**@{character_name}**}}",
|
|
"description": "Show the character name when making rolls."
|
|
}
|
|
],
|
|
"instructions": "A character sheet for the Castle Falkenstein game system, made for a Sheet Author tutorial series at https://cybersphere.me. The sheet is perfectly functional, and GiGs is not maintaining the sheet as of March, 2023."
|
|
} |