mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
104 lines
2.8 KiB
JSON
104 lines
2.8 KiB
JSON
{
|
|
"html": "stalker.html",
|
|
"css": "stalker.css",
|
|
"authors": "Zedafty",
|
|
"roll20userid": "5690851",
|
|
"preview": "stalker-preview.jpg",
|
|
"instructions": "Roll20 character sheet for **S.T.A.L.K.E.R. SD** role-playing game by *Fabien 'Amatsu' Gest* (5th version, 2011).\n\nInspired by video games S.T.A.L.K.E.R.: **Shadow of Chernobyl**, **Clear Sky** & **Call of Pripyat** which rights are owned by GSC Game World.\n\nBased upon **Capitaine Red** original character sheet.\n\nTesting and management by **Leon Solitaire** and **Pingu**.\n\n[Github Repository](https://github.com/zedafty/stalker)",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "show_all_tabs",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
|
|
"displayname": "Show All Tabs",
|
|
"displaytranslationkey": "show_all_tabs"
|
|
},
|
|
{
|
|
"attribute": "rollmodifier",
|
|
"type": "select",
|
|
"displayname": "Roll Modifier",
|
|
"displaytranslationkey": "roll_modifier",
|
|
"options": [
|
|
"0",
|
|
"?{@{modifier_tra}|0}"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"no_modifier",
|
|
"ask_modifier"
|
|
]
|
|
},
|
|
{
|
|
"attribute": "rollwhisper",
|
|
"type": "select",
|
|
"displayname": "Whisper to GM",
|
|
"displaytranslationkey": "whisper_to_gm",
|
|
"options": [
|
|
"",
|
|
"?{@{whisper_to_gm_tra}|@{dialog_yes_tra},/w gm |@{dialog_no_tra},}",
|
|
"/w gm"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"never_whisper",
|
|
"ask_whisper",
|
|
"always_whisper"
|
|
],
|
|
"default": ""
|
|
},
|
|
{
|
|
"attribute": "armament_levels",
|
|
"type": "select",
|
|
"displayname": "Armament's Levels",
|
|
"displaytranslationkey": "armament_levels",
|
|
"options": [
|
|
"0",
|
|
"1",
|
|
"2"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"armament_none",
|
|
"armament_line",
|
|
"armament_grid"
|
|
],
|
|
"default": "0"
|
|
},
|
|
{
|
|
"attribute": "sheet_type",
|
|
"type": "select",
|
|
"displayname": "Sheet Type",
|
|
"displaytranslationkey": "sheet_type",
|
|
"options": [
|
|
"pc",
|
|
"mutant",
|
|
"tainted"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"sheet_pc",
|
|
"sheet_mutant",
|
|
"sheet_tainted"
|
|
],
|
|
"default": "pc"
|
|
},
|
|
{
|
|
"attribute": "opt_strelok",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "false",
|
|
"displayname": "Strelok Mod",
|
|
"displaytranslationkey": "opt_strelok",
|
|
"description": "You must roll two ability dice on each action taken (i.e. 2d10 instead of 1d10) and consume two jauge points instead of one (including Self-control).",
|
|
"descriptiontranslationkey": "opt_strelok_hint_m"
|
|
},
|
|
{
|
|
"attribute": "opt_iron_skin",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "false",
|
|
"displayname": "Iron Skin",
|
|
"displaytranslationkey": "opt_iron_skin",
|
|
"description": "Nature gave you a very resistant skin. You can fall or take blows, you will bleed only in a few cases. However, when you begin to bleed, it's really hard to stop the bleeding…",
|
|
"descriptiontranslationkey": "opt_iron_skin_hint"
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |