Files

50 lines
1.9 KiB
JSON

{
"html": "stargate.html",
"css": "stargate.css",
"authors": "Andreas J.",
"roll20userid": "1223200",
"preview": "stargate_preview.png",
"instructions": "Official character sheet for the [Stargate RPG](https://stargatetherpg.com/) by Wyvern Gaming.\n\n* [Character Sheet Documentation](https://wiki.roll20.net/Stargate)\n* Get [Stargate Core Rulebook](https://stargatetherpg.com/files/file/74-stargate-sg-1-roleplaying-game-core-rulebook/)",
"useroptions": [
{
"attribute": "show_name",
"displayname": "Show name in rolls? ",
"type": "select",
"options": [
"Yes|{{subtitle=@{character_name} }}",
"No| "
],
"default": "{{subtitle=@{character_name} }}",
"description": "Determine if newly created characters displayed their names in rolls by default. GMs can find useful to hide the names of NPCs in some situations. This option can be be later changed on individual sheets from the 'Settings-page.'"
},
{
"attribute": "whisper",
"displayname": "Whisper Rolls to GM?",
"type": "checkbox",
"value": "/w gm",
"description": "Determine if newly created characters only shows their rolls to the GM by default. Players and GMs can sometime find it useful to hide a roll from the other players if a secret roll needs to be made. This option can be be later changed on individual sheets from the 'Settings-page.'"
},
{
"attribute": "campaign",
"displayname": "Campaign Name: ",
"type": "text",
"value": "",
"description": "Writes the campaign name on newly created character sheets."
},
{
"attribute": "td",
"displayname": "Tension die?",
"type": "select",
"options": [
"d4|d4",
"d6|d6",
"d8|d8",
"d10|d10",
"d12|d12"
],
"default": "d6",
"description": "Determine what the Tension Die is for newly created character."
}
],
"legacy": false
}