-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsheet.json
103 lines (103 loc) · 2.83 KB
/
sheet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"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
}