Skip to content

Commit

Permalink
added rewards for secondary and daily missions #2118
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Oct 20, 2023
1 parent 00405f2 commit 2938acb
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 28 deletions.
76 changes: 67 additions & 9 deletions resources/text/missions/gainRage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,73 @@
}
},
"difficulties": {
"easy": [],
"medium": [],
"hard": []
"easy": [
0,
1
],
"medium": [
2,
3
],
"hard": [
4,
5,
6
]
},
"objectives": [],
"points": [],
"gems": [],
"xp": [],
"money": [],
"expirations": [],
"objectives": [
1,
3,
5,
10,
25,
100,
15
],
"points": [
25,
75,
125,
200,
250,
320,
450
],
"gems": [
0,
0,
0,
0,
0,
0,
0
],
"xp": [
85,
285,
385,
885,
1885,
8885,
1085
],
"money": [
10,
30,
50,
100,
250,
1000,
150
],
"expirations": [
72,
168,
252,
252,
504,
2520,
168
],
"dailyIndexes": []
}
80 changes: 70 additions & 10 deletions resources/text/missions/spendMoney.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,75 @@
}
},
"difficulties": {
"easy": [],
"medium": [],
"hard": []
"easy": [
0,
1,
2
],
"medium": [
3
],
"hard": [
4,
5,
6
]
},
"objectives": [],
"points": [],
"gems": [],
"xp": [],
"money": [],
"expirations": [],
"dailyIndexes": []
"objectives": [
250,
500,
750,
1500,
5000,
7500,
15000
],
"points": [
15,
50,
70,
150,
300,
500,
1500
],
"gems": [
1,
0,
1,
3,
0,
0,
0
],
"xp": [
20,
50,
50,
80,
120,
200,
400
],
"money": [
25,
50,
75,
150,
250,
750
],
"expirations": [
1,
4,
24,
24,
24,
24
],
"dailyIndexes": [
0,
2,
3
]
}
62 changes: 53 additions & 9 deletions resources/text/missions/winBoss.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,59 @@
}
},
"difficulties": {
"easy": [],
"medium": [],
"hard": []
"easy": [
0
],
"medium": [
1,
2
],
"hard": [
3,
4
]
},
"objectives": [],
"points": [],
"gems": [],
"xp": [],
"money": [],
"expirations": [],
"objectives": [
1,
2,
3,
5,
10
],
"points": [
115,
185,
275,
350,
620
],
"gems": [
0,
0,
0,
0,
0
],
"xp": [
100,
200,
300,
500,
1000
],
"money": [
50,
100,
150,
300,
500
],
"expirations": [
100,
100,
100,
300,
300
],
"dailyIndexes": []
}

0 comments on commit 2938acb

Please sign in to comment.