forked from bytebin/deepworld-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-orders.json
145 lines (145 loc) · 5.33 KB
/
config-orders.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"orders": {
"all": {
"induction_title": "You've been inducted into an Order!",
"advancement_title": "You've advanced in an Order!",
"peer_induction_message": "has been inducted into the",
"peer_advancement_message": "has advanced within the"
},
"Order of the Crow": {
"induction_message": "Your many journeys into the unknown have caught the attention of the Order of the Crow! Such wanderlust and adventure shall not go unnoticed. We invite you to join our ranks.",
"advancement_message": "Your continued pursuit of exploration pleases the council of the Order of the Crow! We have advanced your position within our ranks to honor your achievements.",
"key": "crow",
"tiers": [
{
"requirements": {
"level": 20,
"progress/chunks explored": 5000,
"progress/teleporters discovered": 25
}
},
{
"requirements": {
"level": 30,
"progress/chunks explored": 10000,
"progress/teleporters discovered": 50
}
},
{
"requirements": {
"level": 40,
"progress/chunks explored": 20000,
"progress/teleporters discovered": 100
}
},
{
"requirements": {
"level": 50,
"progress/chunks explored": 40000,
"progress/teleporters discovered": 200
}
},
{
"requirements": {
"level": 60,
"progress/chunks explored": 80000,
"progress/teleporters discovered": 400
}
}
]
},
"Order of the Lion": {
"induction_message": "Your prowess in battle and steadfast constitution has caught the attention of the Order of the Lion! We invite you to join our ranks of warriors, soldiers, and students of war.",
"advancement_message": "Your unquenched spirit in the face of danger pleases the council of the Order of the Lion! We have promoted you within our ranks to honor your martial accomplishments.",
"key": "lion",
"tiers": [
{
"requirements": {
"level": 20,
"progress/creatures killed": 5000,
"players_killed": 25,
"progress/dungeons raided": 500
}
},
{
"requirements": {
"level": 30,
"progress/creatures killed": 5000,
"progress/automata killed": 5000,
"players_killed": 50,
"progress/dungeons raided": 1000
}
},
{
"requirements": {
"level": 40,
"progress/creatures killed": 5000,
"progress/automata killed": 5000,
"progress/supernatural killed": 5000,
"players_killed": 100,
"progress/dungeons raided": 2000,
"progress/inhibitors activated": 25
}
},
{
"requirements": {
"level": 50,
"progress/creatures killed": 5000,
"progress/automata killed": 5000,
"progress/supernatural killed": 5000,
"progress/brains killed": 5000,
"players_killed": 200,
"progress/dungeons raided": 4000,
"progress/inhibitors activated": 50
}
},
{
"requirements": {
"level": 60,
"progress/creatures killed": 5000,
"progress/automata killed": 5000,
"progress/supernatural killed": 5000,
"progress/brains killed": 5000,
"brain_lords_killed": 100,
"players_killed": 400,
"progress/dungeons raided": 4000,
"progress/inhibitors activated": 100
}
}
]
},
"Order of the Moon": {
"induction_message": "Your financial support of Deepworld has caught the attention of the Order of the Moon! You are an important part of helping Deepworld thrive and we salute you.",
"advancement_message": "Your continued support of Deepworld pleases the council of the Order of the Moon! We have advanced your position within our ranks to honor your contributions.",
"key": "moon",
"hidden": true,
"tiers": [
{
"requirements": {
"crowns_spent": 1000
}
},
{
"requirements": {
"crowns_spent": 2000
}
},
{
"requirements": {
"crowns_spent": 4000
}
},
{
"requirements": {
"crowns_spent": 8000
}
},
{
"requirements": {
"crowns_spent": 16000
}
}
]
}
}
}