-
Notifications
You must be signed in to change notification settings - Fork 3
/
score_bonuses.json
174 lines (174 loc) · 3.28 KB
/
score_bonuses.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"Alchemist": {
"NAME": "Alchemist",
"DESCRIPTIONS": [
"Bought 5 potions."
]
},
"Ascension": {
"NAME": "Ascension",
"DESCRIPTIONS": [
"+5% score per Ascension Level."
]
},
"Beyond Elites Killed": {
"NAME": "Beyond Elites Killed",
"DESCRIPTIONS": []
},
"Beyond Perfect": {
"NAME": "Beyond Perfect",
"DESCRIPTIONS": [
"Defeat 3 bosses without taking damage."
]
},
"Bosses Slain": {
"NAME": "Bosses Slain",
"DESCRIPTIONS": []
},
"Champion": {
"NAME": "Champion",
"DESCRIPTIONS": [
"Defeat an Elite without taking damage."
]
},
"Cheater": {
"NAME": "Cheater",
"DESCRIPTIONS": [
"Caught cheating. If caught twice, your score will never upload to the Leaderboards."
]
},
"City Elites Killed": {
"NAME": "City Elites Killed",
"DESCRIPTIONS": []
},
"Collector": {
"NAME": "Collector",
"DESCRIPTIONS": [
"Have 4 copies of any non-starter card."
]
},
"Combo": {
"NAME": "C-c-c-combo",
"DESCRIPTIONS": [
"Play 20 cards in a single turn."
]
},
"Curses": {
"NAME": "Curses!",
"DESCRIPTIONS": [
"Your deck contains 5 curses."
]
},
"Encyclopedian": {
"NAME": "Encyclopedian",
"DESCRIPTIONS": [
"Deck size of at least 50 cards."
]
},
"Exordium Elites Killed": {
"NAME": "Exordium Elites Killed",
"DESCRIPTIONS": []
},
"Highlander": {
"NAME": "Highlander",
"DESCRIPTIONS": [
"Your deck contains no duplicates (excluding starter cards)."
]
},
"I Like Gold": {
"NAME": "I Like Gold",
"DESCRIPTIONS": [
"Accrued 3,000 gold."
]
},
"Librarian": {
"NAME": "Librarian",
"DESCRIPTIONS": [
"Deck size of at least 35 cards."
]
},
"Light Speed": {
"NAME": "Light Speed",
"DESCRIPTIONS": [
"Victory in under 45 minutes."
]
},
"Minimalist": {
"NAME": "Minimalist",
"DESCRIPTIONS": [
"Removed 5+ cards from your deck."
]
},
"Money Money": {
"NAME": "Money Money",
"DESCRIPTIONS": [
"Accrued 1,000 gold."
]
},
"Mystery Machine": {
"NAME": "Mystery Machine",
"DESCRIPTIONS": [
"Traveled to 15+ ? rooms."
]
},
"On My Own Terms": {
"NAME": "On My Own Terms",
"DESCRIPTIONS": [
"Killed yourself."
]
},
"Overkill": {
"NAME": "Overkill",
"DESCRIPTIONS": [
"Deal 99 damage with a single attack."
]
},
"Pauper": {
"NAME": "Pauper",
"DESCRIPTIONS": [
"Have 0 rare cards."
]
},
"Perfect": {
"NAME": "Perfect",
"DESCRIPTIONS": [
"Defeat a Boss without taking damage."
]
},
"Poopy": {
"NAME": "Poopy",
"DESCRIPTIONS": [
"Received the Spirit Poop."
]
},
"Raining Money": {
"NAME": "Raining Money",
"DESCRIPTIONS": [
"Accrued 2,000 gold."
]
},
"Shiny": {
"NAME": "I Like Shiny",
"DESCRIPTIONS": [
"Have 25+ relics."
]
},
"Speedster": {
"NAME": "Speedster",
"DESCRIPTIONS": [
"Victory in under 60 minutes."
]
},
"Stuffed": {
"NAME": "Stuffed",
"DESCRIPTIONS": [
"Increased your Max HP by 30+."
]
},
"Well Fed": {
"NAME": "Well Fed",
"DESCRIPTIONS": [
"Increased your Max HP by 15+."
]
}
}