mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
85 lines
4.9 KiB
JSON
85 lines
4.9 KiB
JSON
{
|
|
"authors": [
|
|
"Medieve",
|
|
"Scott Casey",
|
|
"Metamorphic Studios"
|
|
],
|
|
"roll20userid": [
|
|
"23472",
|
|
"459831"
|
|
],
|
|
"preview": "alien_rpgpreview.png",
|
|
"compendium": "Alien RPG",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "edition",
|
|
"displayname": "Default Edition",
|
|
"displaytranslationkey": "Default Edition",
|
|
"type": "select",
|
|
"options": [
|
|
"1st Edition|1",
|
|
"2nd Edition|2"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"1st Edition-settings",
|
|
"2nd Edition-settings"
|
|
],
|
|
"default": "2"
|
|
},
|
|
{
|
|
"attribute": "whisper",
|
|
"displayname": "Whisper",
|
|
"displaytranslationkey": "whisper-settings",
|
|
"description": "Control whether new sheets whisper their rolls to the gm or roll publicly",
|
|
"descriptiontranslationkey": "whisper setting description",
|
|
"type": "select",
|
|
"options": [
|
|
"Never|",
|
|
"Always|/w gm "
|
|
],
|
|
"optiontranslationkeys": [
|
|
"never-settings",
|
|
"always-settings"
|
|
],
|
|
"default": ""
|
|
},
|
|
{
|
|
"attribute": "range_automation",
|
|
"displayname": "2e Range Automation",
|
|
"displaytranslationkey": "2e Range Automation",
|
|
"description": "Whether to ask for the range increment used with a weapon or simply use the basic dice modifier query. Note - Has no effect on sheets using 1e rules.",
|
|
"descriptiontranslationkey": "2e range description-settings",
|
|
"type": "select",
|
|
"options": [
|
|
"Query|query",
|
|
"Use Generic Bonus Query|"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"Query-settings",
|
|
"Use Generic Bonus Query-settings"
|
|
],
|
|
"default": "query"
|
|
},
|
|
{
|
|
"attribute": "color_mode",
|
|
"displayname": "Sheet Color Mode",
|
|
"displaytranslationkey": "Sheet Color Mode",
|
|
"description": "Whether to use the color mode associated with the edition, or use the color mode specified by the user's dark/light mode toggle.",
|
|
"descriptiontranslationkey": "color mode description-settings",
|
|
"type": "select",
|
|
"options": [
|
|
"Edition Based|edition",
|
|
"Game Color Setting|color"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"Edition Based-settings",
|
|
"Game Color Setting-settings"
|
|
],
|
|
"default": "edition"
|
|
}
|
|
],
|
|
"legacy": false,
|
|
"html": "alien_rpg.html",
|
|
"css": "alien_rpg.css",
|
|
"instructions": "This is the official Alien RPG Roll20 character sheet. It includes drag and drop integration with the [Alien RPG Compendium](https://app.roll20.net/compendium/Alien%20RPG).\r\n\r\n## Editions\r\nThe sheet supports both first edition and second edition with specific roll mechanics and attributes. The two editions also have specific color modes, although the color modes can be used independently of the editions by setting the sheet to use the Roll20 dark/light mode toggle; light mode will use the 2nd edition colors and dark mode will use the 1st edition colors.\r\n## Roll Templates\r\nIf you want to build your own macros using the sheet's roll template, you can use the roll template by using the `&{template:alien}` template call. See the [Roll20 wiki for more general information on using roll templates](https://wiki.roll20.net/Roll_Templates).\r\n### Template Fields\r\nThese are the roll template fields that can be used in a generic macro. Note that there are additional fields not outlined here that are not usable in custom macros.\r\n- `{{character_name}}`: This specifies the text that is displayed at the top left of the template output.\r\n- `{{character_id}}`: This specifies the id of the character. Combines with `character_name` to create a link to the indicated sheet. Has no effect unless `character_name` is passed as well.\r\n- `{{title}}`: The large text title of the roll. Usually the weapon or skill name when sent from the sheet.\r\n- `{{successes}}/{{panic}}`: Used by the sheet to indicate how many successes/panics were rolled.\r\n- `{{d66}}`: Used by the sheet for outputting the result of a d66 roll. In custom macros, has no special handling beyond standard Roll20 inline roll handling.\r\n- `{{stress_roll}}`: Rolls on the 1e stress roll table.\r\n- `{{base_dice_#}}`: A base dice roll. Each base die is rolled in it's own field, e.g. `{{base_dice_1=[[1d6]]}} {{base_dice_2=[[1d6]]}}`. Numbering starts at `1` and can go as high as `30`. Base dice are displayed as dice images using the Alien dice.\r\n- `{{stress_dice_#}}`: Stress dice rolls. Same as `base_dice_#`.\r\n- `{{base_damage}}`: The base damage value of an item. If passed, will be combined with the label `base damage`.\r\n- `{{results}}/{{comment}}/{{description}}`: Text entry displays. Each one is displayed in it's own container. Contents can be any combination of raw text and inline rolls.\r\n\r\n## Help & Support\r\nIf you need help with the sheet, find a bug, or have other questions or comments, please submit a support ticket via the [Metamorphic Digital Support Portal](https://support.metamorphic-digital.com/)."
|
|
} |