-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
106 lines (106 loc) · 3.15 KB
/
config.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
104
105
106
{
"sta": {
"display": "Star Trek Adventures",
"images": {
"d20": "https://i.imgur.com/sBWwCxI.png",
"d6": "https://i.imgur.com/gN5LDfH.png",
"d6-emojis": [
"<:d6_1:1019054097657241650> ",
"<:d6_2:1019054098382856304> ",
"<:d6_0:1019054096658989076> ",
"<:d6_0:1019054096658989076> ",
"<:d6_fx:1019054099817308202> ",
"<:d6_fx:1019054099817308202> "
],
"d20-emojis": {
"success": "☝️",
"critical": "✌️",
"complication": "👎"
}
},
"dice": {},
"pool": {
"player": "Momentum",
"gm": "Threat"
},
"isD6Supported": true
},
"fa": {
"display": "Fallout",
"images": {
"d20": "https://i.imgur.com/2bAEmPN.png",
"d6": "https://i.imgur.com/nHhtfo1.png",
"d6-emojis": [
"<:d6_1:1019482601905459220> ",
"<:d6_2:1019482602962436126> ",
"<:d6_0:1019482600370352170> ",
"<:d6_0:1019482600370352170> ",
"<:d6_fx:1019482603876778004> ",
"<:d6_fx:1019482603876778004> "
],
"d20-emojis": {
"success": "☝️",
"critical": "✌️",
"complication": "👎"
}
},
"dice": {
"hit": {
"display": "Hit Location",
"values": [
"Head",
"Head",
"Torso",
"Torso",
"Torso",
"Torso",
"Torso",
"Torso",
"Left Arm",
"Left Arm",
"Left Arm",
"Right Arm",
"Right Arm",
"Right Arm",
"Left Leg",
"Left Leg",
"Left Leg",
"Right Leg",
"Right Leg",
"Right Leg"
]
}
},
"pool": {
"player": "Player AP",
"gm": "Overseer AP"
},
"isD6Supported": true
},
"dm": {
"display": "Dreams and Machines",
"images": {
"d20": "https://i.imgur.com/dR1Xso7.png",
"d6": "https://i.imgur.com/gN5LDfH.png",
"d6-emojis": [
"<:d6_1:1019054097657241650> ",
"<:d6_2:1019054098382856304> ",
"<:d6_0:1019054096658989076> ",
"<:d6_0:1019054096658989076> ",
"<:d6_fx:1019054099817308202> ",
"<:d6_fx:1019054099817308202> "
],
"d20-emojis": {
"success": "☝️",
"critical": "✌️",
"complication": "👎"
}
},
"dice": {},
"pool": {
"player": "Momentum",
"gm": "Threat"
},
"isD6Supported": false
}
}