-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
91 lines (91 loc) · 2.11 KB
/
settings.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
[
{
"model": "chore_app.Settings",
"pk": 1,
"fields": {
"key": "daily_bonus",
"name": "Daily Bonus Points",
"value": 240
}
},
{
"model": "chore_app.Settings",
"pk": 2,
"fields": {
"key": "max_points",
"name": "Maximum Points after Daily Bonus",
"value": 600
}
},
{
"model": "chore_app.Settings",
"pk": 3,
"fields": {
"key": "min_points",
"name": "Minimum Points after Daily Bonus",
"value": -300
}
},
{
"model": "chore_app.Settings",
"pk": 4,
"fields": {
"key": "bonus_end_time",
"name": "Daily Bonus End Time (in Hours)",
"value": 14
}
},
{
"model": "chore_app.Settings",
"pk": 5,
"fields": {
"key": "bonus_percent",
"name": "Daily Bonus Percentage",
"value": 50
}
},
{
"model": "chore_app.Settings",
"pk": 6,
"fields": {
"key": "point_value",
"name": "Cents per Point",
"value": 3
}
},
{
"model": "chore_app.Settings",
"pk": 7,
"fields": {
"key": "leaderboard_awards",
"name": "Enable Leaderboard Awards, 1st Place Points",
"value": 50
}
},
{
"model": "chore_app.Settings",
"pk": 8,
"fields": {
"key": "incomplete_chores_penalty",
"name": "Incomplete Chores Penalty Percentage",
"value": 50
}
},
{
"model": "chore_app.Settings",
"pk": 9,
"fields": {
"key": "auto_approve",
"name": "Automatically approve pending chores (in percentage of points. < 0 to disable)",
"value": 100
}
},
{
"model": "chore_app.Text",
"pk": 1,
"fields": {
"key": "daily_message",
"text": "Incomplete Chores Reward Percentage",
}
}
]