Files
roll20-character-sheets/Castle Falkenstein/sheet.json
T
G-G-G e3e9b1f427 Add sheet workers
Added sheet workers to calculate money and current wounds.
2023-03-24 02:18:44 +00:00

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."
}