-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.json
68 lines (68 loc) · 1.96 KB
/
achievements.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
{
"achievements" : [
{
"id": 0,
"name": "An endless wake",
"description": "Die for the first time"
},{
"id": 1,
"name": "Walking menace",
"description": "Walk over 10km in a single run"
},{
"id": 2,
"name": "Unstoppable",
"description": "Walk over 100km in a single run"
},{
"id": 3,
"name": "May luck be on your side",
"description": "Join the Fortuna Order"
},{
"id": 4,
"name": "Mr.Stark, I don't feel so good",
"description": "Join the Mutan Order"
},{
"id": 5,
"name": "What a deal",
"description": "Buy the red crystal from the mysterious stranger"
},{
"id": 6,
"name": "IT'S OVER 9000!!!",
"description": "Activate the red crystal, unleashing its destructive power"
},{
"id": 7,
"name": "What is this, a softlock?",
"description": "Loot the forest ruin instead of charging the red crystal"
},{
"id": 8,
"name": "And for my next trick...",
"description": "Make the bear cub \"disappear\""
},{
"id": 9,
"name": "All things must pass",
"description": "Bless the lone soul"
},{
"id": 10,
"name": "Good Karma",
"description": "Find the house of the lost bags owner you helped out"
},{
"id": 11,
"name": "Thank god I brought flowers with me",
"description": "Place flowers on the burial to get the yellow crystal"
},{
"id": 12,
"name": "That was weird",
"description": "Activate the yellow crystal in a ritual by the church"
},{
"id": 13,
"name": "You should not put you hand in everything",
"description": "Get the green crystal out of the tree hollow"
},{
"id": 14,
"name": "It feels like pure life",
"description": "Activate the green crystal, freeing its blossoming abilities"
},{
"id": 15,
"name": "Who am I?",
"description": "Win the game"
}]
}