-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.json
142 lines (142 loc) · 4.68 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
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
[
{
"id": "achievement_sierra_monkill_ghosts",
"type": "achievement",
"name": "<color_red>Ghost Hunter</color>",
"description": "Kill 10 Ghost Harvesters, 10 Ghost Trappers and 10 Ghost Seekers.",
"requirements": [
{ "event_statistic": "num_avatar_sierra_harvesters_kills", "is": ">=", "target": 10, "visible": "never" },
{ "event_statistic": "num_avatar_sierra_seekers_kills", "is": ">=", "target": 10, "visible": "never" },
{ "event_statistic": "num_avatar_sierra_trappers_kills", "is": ">=", "target": 10, "visible": "never" }
]
},
{
"id": "achievement_reach_vault",
"type": "achievement",
"name": "<color_red>Heist of the Centuries</color>",
"description": "Enter the Sierra Madre Vault.",
"requirements": [
{
"event_statistic": "last_oter_type_avatar_entered",
"is": "==",
"target": [ "oter_type_str_id", "sm_vault" ],
"visible": "never"
}
]
},
{
"id": "achievement_enter",
"type": "achievement",
"name": "<color_red>Welcome to the Sierra Madre</color>",
"description": "Enter the Sierra Madre Casino.",
"requirements": [
{
"event_statistic": "last_oter_type_avatar_entered",
"is": "==",
"target": [ "oter_type_str_id", "casino_5" ],
"visible": "never"
}
]
},
{
"id": "achievement_enter_villa",
"type": "achievement",
"name": "<color_red>You've heard of the Sierra Madre</color>",
"description": "Find the Sierra Madre.",
"requirements": [
{
"event_statistic": "last_oter_type_avatar_entered",
"is": "==",
"target": [ "oter_type_str_id", "mainsquare" ],
"visible": "never"
}
]
},
{
"id": "achievement_bos",
"type": "achievement",
"name": "<color_red>Base of operations</color>",
"description": "Find the abandoned bunker.",
"hidden_by": [ "achievement_bos" ],
"requirements": [
{
"event_statistic": "last_oter_type_avatar_entered",
"is": "==",
"target": [ "oter_type_str_id", "bos_main" ],
"visible": "never"
}
]
},
{
"id": "achievement_gala",
"type": "achievement",
"name": "<color_red>Fires in the sky</color>",
"hidden_by": [ "achievement_gala" ],
"description": "Trigger the Gala Event.",
"requirements": [ { "event_statistic": "num_avatar_gala_trait", "is": ">=", "target": 1, "visible": "never" } ]
},
{
"id": "achievement_win",
"type": "achievement",
"name": "<color_red>Treasure of the Old World</color>",
"hidden_by": [ "achievement_win" ],
"description": "Crack the Sierra Madre open.",
"requirements": [ { "event_statistic": "num_avatar_win_trait", "is": ">=", "target": 1, "visible": "never" } ]
},
{
"id": "achievement_stimpack",
"type": "achievement",
"name": "<color_red>Stimpacked</color>",
"description": "Heal your wounds instantly with the regenerating power of a stimpack.",
"hidden_by": [ "achievement_stimpack" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_stimpack", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_martini",
"type": "achievement",
"name": "<color_red>Taste of Cloud</color>",
"description": "Drink Sierra Madre martini.",
"hidden_by": [ "achievement_martini" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_martini", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_stealth",
"type": "achievement",
"name": "<color_red>Sneaky sneaky</color>",
"description": "Hide from sight of other creatures by using the Stealth Boy.",
"hidden_by": [ "achievement_stealth" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_stealth", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_sight",
"type": "achievement",
"name": "<color_red>Ghost Sight</color>",
"description": "See the way Ghost People see.",
"hidden_by": [ "achievement_sight" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_sight", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_mentats",
"type": "achievement",
"name": "<color_red>The Power of Mind</color>",
"description": "Take some Mentats and see the true colors of the world.",
"hidden_by": [ "achievement_mentats" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_mentats", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_medx",
"type": "achievement",
"name": "<color_red>Last Luxuries</color>",
"description": "Relieve the horrible pain of the Old World...",
"hidden_by": [ "achievement_medx" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_medx", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_boom",
"type": "achievement",
"name": "<color_red>Try to leave and BOOM</color>",
"description": "Disobey orders.",
"hidden_by": [ "achievement_boom" ],
"requirements": [ { "event_statistic": "num_avatar_sierra_boom", "is": ">=", "target": 1 } ]
}
]