forked from Hoshikara/LucidWave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-definitions.json
64 lines (57 loc) · 1.04 KB
/
config-definitions.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
{
"username":
{
"type": "text",
"label": "Username",
"default": "GUEST"
},
"earlate_position":
{
"type": "selection",
"label": "Early/Late Position",
"default": "Bottom",
"values": ["Bottom", "Middle", "Upper", "Upper+", "Off"]
},
"skill_level":
{
"type": "selection",
"label": "Skill Level",
"default": "none",
"values": ["none", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "inf"]
},
"Clear Effect" : {"type" : "label"},
"clear_effect":
{
"type": "bool",
"label": "On/Off",
"default": true
},
"Display Chain" : {"type" : "label"},
"display_chain":
{
"type": "bool",
"label": "On/Off",
"default": true
},
"Display User Info" : {"type" : "label"},
"display_user_info":
{
"type": "bool",
"label": "On/Off",
"default": true
},
"Display Score Difference" : {"type" : "label"},
"display_score_diff":
{
"type": "bool",
"label": "On/Off",
"default": true
},
"Display Volforce" : {"type" : "label"},
"display_volforce":
{
"type": "bool",
"label": "On/Off",
"default": true
}
}