Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/particle-clicker/json/upgrades.json
1821 views
1
[
2
{
3
"key": "upgrade-masterstudents1",
4
"name": "Kinderzimmer",
5
"description": "A shared room for all your Master students. Used to be a server room.",
6
"effect": "Master Students produce +2 data per second.",
7
"icon": "fa-group",
8
"cost": 4e2,
9
"targets": [{ "key": "workers-masterstudents", "property": "rate" }],
10
"requirements": [{ "key": "workers-masterstudents", "property": "hired", "threshold": 5 }],
11
"constant": 2
12
},
13
{
14
"key": "upgrade-masterstudents2",
15
"name": "Own desk",
16
"description": "Not having to share one is a blessing.",
17
"effect": "Master Students produce twice as much data per second.",
18
"icon": "fa-group",
19
"cost": 4e3,
20
"targets": [{ "key": "workers-masterstudents", "property": "rate" }],
21
"requirements": [
22
{ "key": "upgrade-masterstudents1", "property": "used", "threshold": 1 },
23
{ "key": "workers-phdstudents", "property": "hired", "threshold": 1 }
24
],
25
"factor": 2
26
},
27
{
28
"key": "upgrade-masterstudents3",
29
"name": "Grid Access",
30
"description": "Give your Master students access to high performance computing resources.",
31
"effect": "Master Students produce twice as much data per second.",
32
"icon": "fa-group",
33
"cost": 4e4,
34
"targets": [{ "key": "workers-masterstudents", "property": "rate" }],
35
"requirements": [{ "key": "upgrade-masterstudents2", "property": "used", "threshold": 1 }],
36
"factor": 2
37
},
38
{
39
"key": "upgrade-masterstudents4",
40
"name": "Mentoring",
41
"description": "Weekly counseling with a professional physicist.",
42
"effect": "Master Students produce twice as much data per second.",
43
"icon": "fa-group",
44
"cost": 4e5,
45
"targets": [{ "key": "workers-masterstudents", "property": "rate" }],
46
"requirements": [{ "key": "upgrade-masterstudents3", "property": "used", "threshold": 1 }],
47
"factor": 2
48
},
49
{
50
"key": "upgrade-phdstudents1",
51
"name": "Thesis supervision",
52
"description": "Somebody takes care of your PhD Students.",
53
"effect": "PhD Students produce +16 data per second.",
54
"icon": "fa-group",
55
"cost": 6e3,
56
"targets": [{ "key": "workers-phdstudents", "property": "rate" }],
57
"requirements": [{ "key": "workers-phdstudents", "property": "hired", "threshold": 5 }],
58
"constant": 16
59
},
60
{
61
"key": "upgrade-phdstudents2",
62
"name": "Own office",
63
"description": "Each PhD student gets a quiet place for themselves.",
64
"effect": "PhD Students produce twice as much data per second.",
65
"icon": "fa-group",
66
"cost": 6e4,
67
"targets": [{ "key": "workers-phdstudents", "property": "rate" }],
68
"requirements": [{ "key": "upgrade-phdstudents1", "property": "used", "threshold": 1 }],
69
"factor": 2
70
},
71
{
72
"key": "upgrade-phdstudents3",
73
"name": "Research Abroad",
74
"description": "1 year of research stay abroad for your PhD students.",
75
"effect": "PhD Students produce twice as much data per second.",
76
"icon": "fa-group",
77
"cost": 6e5,
78
"targets": [{ "key": "workers-phdstudents", "property": "rate" }],
79
"requirements": [{ "key": "upgrade-phdstudents2", "property": "used", "threshold": 1 }],
80
"factor": 2
81
},
82
{
83
"key": "upgrade-phdstudents4",
84
"name": "Student Assistant",
85
"description": "A personal assistant that takes care of boring tasks.",
86
"effect": "PhD Students produce twice as much data per second.",
87
"icon": "fa-group",
88
"cost": 6e6,
89
"targets": [{ "key": "workers-phdstudents", "property": "rate" }],
90
"requirements": [{ "key": "upgrade-phdstudents3", "property": "used", "threshold": 1 }],
91
"factor": 2
92
},
93
{
94
"key": "upgrade-postdocs1",
95
"name": "Project Management Seminar",
96
"description": "Hard work also requires soft skills.",
97
"effect": "Postdocs produce +50 data per second.",
98
"icon": "fa-group",
99
"cost": 7.5e4,
100
"targets": [{ "key": "workers-postdocs", "property": "rate" }],
101
"requirements": [{ "key": "workers-postdocs", "property": "hired", "threshold": 5 }],
102
"constant": 50
103
},
104
{
105
"key": "upgrade-postdocs2",
106
"name": "Higher Travel Allowances",
107
"description": "Let your Postdocs go to more conferences.",
108
"effect": "Postdocs produce twice as much data per second.",
109
"icon": "fa-group",
110
"cost": 7.5e5,
111
"targets": [{ "key": "workers-postdocs", "property": "rate" }],
112
"requirements": [{ "key": "upgrade-postdocs1", "property": "used", "threshold": 1 }],
113
"factor": 2
114
},
115
{
116
"key": "upgrade-postdocs3",
117
"name": "Teaching-free year",
118
"description": "A year without teaching means more productivity.",
119
"effect": "Postdocs produce twice as much data per second.",
120
"icon": "fa-group",
121
"cost": 7.5e6,
122
"targets": [{ "key": "workers-postdocs", "property": "rate" }],
123
"requirements": [{ "key": "upgrade-postdocs2", "property": "used", "threshold": 1 }],
124
"factor": 2
125
},
126
{
127
"key": "upgrade-postdocs4",
128
"name": "Job security",
129
"description": "You wish...",
130
"effect": "Postdocs produce twice as much data per second.",
131
"icon": "fa-group",
132
"cost": 7.5e7,
133
"targets": [{ "key": "workers-postdocs", "property": "rate" }],
134
"requirements": [{ "key": "upgrade-postdocs3", "property": "used", "threshold": 1 }],
135
"factor": 2
136
},
137
{
138
"key": "upgrade-fellows1",
139
"name": "Video Meetings",
140
"description": "Participate but also get work done.",
141
"effect": "Fellows produce +4k data per second.",
142
"icon": "fa-group",
143
"cost": 6e5,
144
"targets": [{ "key": "workers-fellows", "property": "rate" }],
145
"requirements": [{ "key": "workers-fellows", "property": "hired", "threshold": 5 }],
146
"constant": 4e3
147
},
148
{
149
"key": "upgrade-fellows2",
150
"name": "An Extra Year",
151
"description": "Extend your Fellow's contracts.",
152
"effect": "Fellows produce twice as much data per second.",
153
"icon": "fa-group",
154
"cost": 6e6,
155
"targets": [{ "key": "workers-fellows", "property": "rate" }],
156
"requirements": [{ "key": "upgrade-fellows1", "property": "used", "threshold": 1 }],
157
"factor": 2
158
},
159
{
160
"key": "upgrade-fellows3",
161
"name": "External Funding",
162
"description": "Your Fellows are happier and you don't have to pay for it. Excellent!",
163
"effect": "Fellows produce twice as much data per second.",
164
"icon": "fa-group",
165
"cost": 6e7,
166
"targets": [{ "key": "workers-fellows", "property": "rate" }],
167
"requirements": [{ "key": "upgrade-fellows2", "property": "used", "threshold": 1 }],
168
"factor": 2
169
},
170
{
171
"key": "upgrade-fellows4",
172
"name": "Pet Cat",
173
"description": "Makes sure your Fellows go home at one point and eventually get some rest.",
174
"effect": "Fellows produce twice as much data per second.",
175
"icon": "fa-group",
176
"cost": 6e8,
177
"targets": [{ "key": "workers-fellows", "property": "rate" }],
178
"requirements": [{ "key": "upgrade-fellows3", "property": "used", "threshold": 1 }],
179
"factor": 2
180
},
181
{
182
"key": "upgrade-permanent1",
183
"name": "Daycare",
184
"description": "Someone to take care of your staff's children.",
185
"effect": "Permanent staff produces +20k data per second.",
186
"icon": "fa-group",
187
"cost": 6.5e6,
188
"targets": [{ "key": "workers-permanent", "property": "rate" }],
189
"requirements": [{ "key": "workers-permanent", "property": "hired", "threshold": 5 }],
190
"constant": 2e4
191
},
192
{
193
"key": "upgrade-permanent2",
194
"name": "Company Car",
195
"description": "Let your Staff use cars you pay for.",
196
"effect": "Permanent staff produces twice as much data per second.",
197
"icon": "fa-group",
198
"cost": 6.5e7,
199
"targets": [{ "key": "workers-permanent", "property": "rate" }],
200
"requirements": [{ "key": "upgrade-permanent1", "property": "used", "threshold": 1 }],
201
"factor": 2
202
},
203
{
204
"key": "upgrade-permanent3",
205
"name": "Leadership Seminar",
206
"description": "Teach your Permanent Staff some people skills.",
207
"effect": "Permanent staff produces twice as much data per second.",
208
"icon": "fa-group",
209
"cost": 6.5e8,
210
"targets": [{ "key": "workers-permanent", "property": "rate" }],
211
"requirements": [{ "key": "upgrade-permanent2", "property": "used", "threshold": 1 }],
212
"factor": 2
213
},
214
{
215
"key": "upgrade-permanent4",
216
"name": "Office close to the Coffee Machine",
217
"description": "Coffee => Productivity. Simple.",
218
"effect": "Permanent staff produces twice as much data per second.",
219
"icon": "fa-group",
220
"cost": 6.5e9,
221
"targets": [{ "key": "workers-permanent", "property": "rate" }],
222
"requirements": [{ "key": "upgrade-permanent3", "property": "used", "threshold": 1 }],
223
"factor": 2
224
},
225
{
226
"key": "upgrade-profs1",
227
"name": "More TAs",
228
"description": "Hire extra teaching assistants to take work off your professors' shoulders.",
229
"effect": "Professors produce +300k data per second.",
230
"icon": "fa-group",
231
"cost": 5e7,
232
"targets": [{ "key": "workers-profs", "property": "rate" }],
233
"requirements": [{ "key": "workers-profs", "property": "hired", "threshold": 5 }],
234
"constant": 3e5
235
},
236
{
237
"key": "upgrade-profs2",
238
"name": "Extra Secretary",
239
"description": "Secretaries have to do a lot of work at University. It's good to have them!",
240
"effect": "Professors produce twice as much data per second.",
241
"icon": "fa-group",
242
"cost": 5e8,
243
"targets": [{ "key": "workers-profs", "property": "rate" }],
244
"requirements": [{ "key": "upgrade-profs1", "property": "used", "threshold": 1 }],
245
"factor": 2
246
},
247
{
248
"key": "upgrade-profs3",
249
"name": "Sabbatical",
250
"description": "Professors take a year off teaching to be more productive.",
251
"effect": "Professors produce twice as much data per second.",
252
"icon": "fa-group",
253
"cost": 5e9,
254
"targets": [{ "key": "workers-profs", "property": "rate" }],
255
"requirements": [{ "key": "upgrade-profs2", "property": "used", "threshold": 1 }],
256
"factor": 2
257
},
258
{
259
"key": "upgrade-profs4",
260
"name": "Online Courses",
261
"description": "Record once, use often. No more useless time spent in lectures.",
262
"effect": "Professors produce twice as much data per second.",
263
"icon": "fa-group",
264
"cost": 5e10,
265
"targets": [{ "key": "workers-profs", "property": "rate" }],
266
"requirements": [{ "key": "upgrade-profs3", "property": "used", "threshold": 1 }],
267
"factor": 2
268
},
269
{
270
"key": "upgrade-nobel1",
271
"name": "Kötbullar",
272
"description": "Delicious Swedish Meatballs that are (probably) served at the Nobel Prize ceremony.",
273
"effect": "Nobel Laureates produce +3M data per second.",
274
"icon": "fa-group",
275
"cost": 3e8,
276
"targets": [{ "key": "workers-nobel", "property": "rate" }],
277
"requirements": [{ "key": "workers-nobel", "property": "hired", "threshold": 5 }],
278
"constant": 3e6
279
},
280
{
281
"key": "upgrade-nobel2",
282
"name": "Street Names",
283
"description": "Name the streets at your facility after Nobel Laureates.",
284
"effect": "Nobel Laureates produce twice as much data per second.",
285
"icon": "fa-group",
286
"cost": 3e9,
287
"targets": [{ "key": "workers-nobel", "property": "rate" }],
288
"requirements": [{ "key": "upgrade-nobel1", "property": "used", "threshold": 1 }],
289
"factor": 2
290
},
291
{
292
"key": "upgrade-nobel3",
293
"name": "Summer Vacation",
294
"description": "At this point in their career your Nobel Laureates can afford to take a vacation once in a while.",
295
"effect": "Nobel Laureates produce twice as much data per second.",
296
"icon": "fa-group",
297
"cost": 3e10,
298
"targets": [{ "key": "workers-nobel", "property": "rate" }],
299
"requirements": [{ "key": "upgrade-nobel2", "property": "used", "threshold": 1 }],
300
"factor": 2
301
},
302
{
303
"key": "upgrade-nobel4",
304
"name": "Second Nobel Prize",
305
"description": "Only Marie Curie and John Bardeen received such high honours in Physics.",
306
"effect": "Nobel Laureates produce twice as much data per second.",
307
"icon": "fa-group",
308
"cost": 3e11,
309
"targets": [{ "key": "workers-nobel", "property": "rate" }],
310
"requirements": [{ "key": "upgrade-nobel3", "property": "used", "threshold": 1 }],
311
"factor": 2
312
},
313
{
314
"key": "upgrade-summies1",
315
"name": "Summer Lectures",
316
"description": "Interesting lectures given by the best in the field.",
317
"effect": "Summmer Students produce +80M data per second.",
318
"icon": "fa-group",
319
"cost": 2e9,
320
"targets": [{ "key": "workers-summies", "property": "rate" }],
321
"requirements": [{ "key": "workers-summies", "property": "hired", "threshold": 5 }],
322
"constant": 8e7
323
},
324
{
325
"key": "upgrade-summies2",
326
"name": "Poster Sessions",
327
"description": "Have your Summies prepare interesting posters and explain them to their peers.",
328
"effect": "Summer Students produce twice as much data per second.",
329
"icon": "fa-group",
330
"cost": 2e10,
331
"targets": [{ "key": "workers-summies", "property": "rate" }],
332
"requirements": [{ "key": "upgrade-summies1", "property": "used", "threshold": 1 }],
333
"factor": 2
334
},
335
{
336
"key": "upgrade-summies3",
337
"name": "Barbecue",
338
"description": "A nice get-together to increase morale in the group.",
339
"effect": "Summer Students produce twice as much data per second.",
340
"icon": "fa-group",
341
"cost": 2e11,
342
"targets": [{ "key": "workers-summies", "property": "rate" }],
343
"requirements": [{ "key": "upgrade-summies2", "property": "used", "threshold": 1 }],
344
"factor": 2
345
},
346
{
347
"key": "upgrade-summies4",
348
"name": "Pump Hall Parties",
349
"description": "Awesome parties in the CERN pump hall. Sure the hangover does not increase productivity but your morale gets a huge boost.",
350
"effect": "Summer Students produce twice as much data per second.",
351
"icon": "fa-group",
352
"cost": 2e12,
353
"targets": [{ "key": "workers-summies", "property": "rate" }],
354
"requirements": [{ "key": "upgrade-summies3", "property": "used", "threshold": 1 }],
355
"factor": 2
356
},
357
{
358
"key": "upgrade-coffee",
359
"name": "Free coffee",
360
"description": "Addictively delicious. Also free.",
361
"effect": "All workers produce twice as much data per second.",
362
"icon": "fa-coffee",
363
"cost": 8e10,
364
"targets": [
365
{ "key": "workers-phdstudents", "property": "rate" },
366
{ "key": "workers-postdocs", "property": "rate" },
367
{ "key": "workers-fellows", "property": "rate" },
368
{ "key": "workers-permanent", "property": "rate" },
369
{ "key": "workers-profs", "property": "rate" },
370
{ "key": "workers-nobel", "property": "rate" },
371
{ "key": "workers-summies", "property": "rate" }
372
],
373
"requirements": [
374
{ "key": "workers-phdstudents", "property": "hired", "threshold": 1 },
375
{ "key": "workers-postdocs", "property": "hired", "threshold": 1 },
376
{ "key": "workers-fellows", "property": "hired", "threshold": 1 },
377
{ "key": "workers-permanent", "property": "hired", "threshold": 1 },
378
{ "key": "workers-profs", "property": "hired", "threshold": 1 },
379
{ "key": "workers-nobel", "property": "hired", "threshold": 1 },
380
{ "key": "workers-summies", "property": "hired", "threshold": 1 }
381
],
382
"factor": 2
383
},
384
{
385
"key": "upgrade-energy1",
386
"name": "√s = 1.4 GeV",
387
"description": "Increased centre-of-mass energy.",
388
"effect": "Double the amount of data per click.",
389
"icon": "fa-bolt",
390
"cost": 2e2,
391
"targets": [{ "key": "lab", "property": "detector" }],
392
"requirements": [],
393
"factor": 2
394
},
395
{
396
"key": "upgrade-energy2",
397
"name": "√s = 28 GeV",
398
"description": "Increased centre-of-mass energy.",
399
"effect": "Double the amount of data per click.",
400
"icon": "fa-bolt",
401
"cost": 2e3,
402
"targets": [{ "key": "lab", "property": "detector" }],
403
"requirements": [{ "key": "upgrade-energy1", "property": "used", "threshold": 1 }],
404
"factor": 2
405
},
406
{
407
"key": "upgrade-energy3",
408
"name": "√s = 45 GeV",
409
"description": "Increased centre-of-mass energy.",
410
"effect": "Double the amount of data per click.",
411
"icon": "fa-bolt",
412
"cost": 2e4,
413
"targets": [{ "key": "lab", "property": "detector" }],
414
"requirements": [{ "key": "upgrade-energy2", "property": "used", "threshold": 1 }],
415
"factor": 2
416
},
417
{
418
"key": "upgrade-energy4",
419
"name": "√s = 209 GeV",
420
"description": "Increased centre-of-mass energy.",
421
"effect": "Double the amount of data per click.",
422
"icon": "fa-bolt",
423
"cost": 2e5,
424
"targets": [{ "key": "lab", "property": "detector" }],
425
"requirements": [{ "key": "upgrade-energy3", "property": "used", "threshold": 1 }],
426
"factor": 2
427
},
428
{
429
"key": "upgrade-energy5",
430
"name": "√s = 450 GeV",
431
"description": "Increased centre-of-mass energy.",
432
"effect": "Double the amount of data per click.",
433
"icon": "fa-bolt",
434
"cost": 2e6,
435
"targets": [{ "key": "lab", "property": "detector" }],
436
"requirements": [{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }],
437
"factor": 2
438
},
439
{
440
"key": "upgrade-energy6",
441
"name": "√s = 800 GeV",
442
"description": "Increased centre-of-mass energy.",
443
"effect": "Double the amount of data per click.",
444
"icon": "fa-bolt",
445
"cost": 2e7,
446
"targets": [{ "key": "lab", "property": "detector" }],
447
"requirements": [{ "key": "upgrade-energy5", "property": "used", "threshold": 1 }],
448
"factor": 2
449
},
450
{
451
"key": "upgrade-energy7",
452
"name": "√s = 1 TeV",
453
"description": "Increased centre-of-mass energy.",
454
"effect": "Double the amount of data per click.",
455
"icon": "fa-bolt",
456
"cost": 2e8,
457
"targets": [{ "key": "lab", "property": "detector" }],
458
"requirements": [{ "key": "upgrade-energy6", "property": "used", "threshold": 1 }],
459
"factor": 2
460
},
461
{
462
"key": "upgrade-energy8",
463
"name": "√s = 3.5 TeV",
464
"description": "Increased centre-of-mass energy.",
465
"effect": "Double the amount of data per click.",
466
"icon": "fa-bolt",
467
"cost": 2e9,
468
"targets": [{ "key": "lab", "property": "detector" }],
469
"requirements": [{ "key": "upgrade-energy7", "property": "used", "threshold": 1 }],
470
"factor": 2
471
},
472
{
473
"key": "upgrade-energy9",
474
"name": "√s = 6 TeV",
475
"description": "Increased centre-of-mass energy.",
476
"effect": "Double the amount of data per click.",
477
"icon": "fa-bolt",
478
"cost": 2e10,
479
"targets": [{ "key": "lab", "property": "detector" }],
480
"requirements": [{ "key": "upgrade-energy8", "property": "used", "threshold": 1 }],
481
"factor": 2
482
},
483
{
484
"key": "upgrade-energy10",
485
"name": "√s = 8 TeV",
486
"description": "Increased centre-of-mass energy.",
487
"effect": "Double the amount of data per click.",
488
"icon": "fa-bolt",
489
"cost": 2e11,
490
"targets": [{ "key": "lab", "property": "detector" }],
491
"requirements": [{ "key": "upgrade-energy9", "property": "used", "threshold": 1 }],
492
"factor": 2
493
},
494
{
495
"key": "upgrade-energy11",
496
"name": "√s = 13 TeV",
497
"description": "Increased centre-of-mass energy.",
498
"effect": "Double the amount of data per click.",
499
"icon": "fa-bolt",
500
"cost": 2e12,
501
"targets": [{ "key": "lab", "property": "detector" }],
502
"requirements": [{ "key": "upgrade-energy10", "property": "used", "threshold": 1 }],
503
"factor": 2
504
},
505
{
506
"key": "upgrade-energy12",
507
"name": "√s = 14 TeV",
508
"description": "Increased centre-of-mass energy.",
509
"effect": "Double the amount of data per click.",
510
"icon": "fa-bolt",
511
"cost": 2e13,
512
"targets": [{ "key": "lab", "property": "detector" }],
513
"requirements": [{ "key": "upgrade-energy11", "property": "used", "threshold": 1 }],
514
"factor": 2
515
},
516
{
517
"key": "upgrade-lumi1",
518
"name": "L = 1×10³⁰ cm⁻²s⁻¹",
519
"description": "Increased instantaneous luminosity.",
520
"effect": "+3 data per click.",
521
"icon": "fa-bullseye",
522
"cost": 8e2,
523
"targets": [{ "key": "lab", "property": "detector" }],
524
"requirements": [],
525
"constant": 3
526
},
527
{
528
"key": "upgrade-lumi2",
529
"name": "L = 2×10³⁰ cm⁻²s⁻¹",
530
"description": "Increased instantaneous luminosity.",
531
"effect": "+15 data per click.",
532
"icon": "fa-bullseye",
533
"cost": 8e3,
534
"targets": [{ "key": "lab", "property": "detector" }],
535
"requirements": [{ "key": "upgrade-energy1", "property": "used", "threshold": 1 }],
536
"constant": 15
537
},
538
{
539
"key": "upgrade-lumi3",
540
"name": "L = 4×10³⁰ cm⁻²s⁻¹",
541
"description": "Increased instantaneous luminosity.",
542
"effect": "+75 data per click.",
543
"icon": "fa-bullseye",
544
"cost": 8e4,
545
"targets": [{ "key": "lab", "property": "detector" }],
546
"requirements": [{ "key": "upgrade-energy2", "property": "used", "threshold": 1 }],
547
"constant": 75
548
},
549
{
550
"key": "upgrade-lumi4",
551
"name": "L = 6×10³⁰ cm⁻²s⁻¹",
552
"description": "Increased instantaneous luminosity.",
553
"effect": "+375 data per click.",
554
"icon": "fa-bullseye",
555
"cost": 8e5,
556
"targets": [{ "key": "lab", "property": "detector" }],
557
"requirements": [{ "key": "upgrade-energy3", "property": "used", "threshold": 1 }],
558
"constant": 375
559
},
560
{
561
"key": "upgrade-lumi5",
562
"name": "L = 1×10³¹ cm⁻²s⁻¹",
563
"description": "Increased instantaneous luminosity.",
564
"effect": "+1875 data per click.",
565
"icon": "fa-bullseye",
566
"cost": 8e6,
567
"targets": [{ "key": "lab", "property": "detector" }],
568
"requirements": [{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }],
569
"constant": 1875
570
},
571
{
572
"key": "upgrade-lumi6",
573
"name": "L = 2×10³¹ cm⁻²s⁻¹",
574
"description": "Increased instantaneous luminosity.",
575
"effect": "+9.4k data per click.",
576
"icon": "fa-bullseye",
577
"cost": 8e7,
578
"targets": [{ "key": "lab", "property": "detector" }],
579
"requirements": [{ "key": "upgrade-energy5", "property": "used", "threshold": 1 }],
580
"constant": 9400
581
},
582
{
583
"key": "upgrade-lumi7",
584
"name": "L = 4×10³¹ cm⁻²s⁻¹",
585
"description": "Increased instantaneous luminosity.",
586
"effect": "+47k data per click.",
587
"icon": "fa-bullseye",
588
"cost": 8e8,
589
"targets": [{ "key": "lab", "property": "detector" }],
590
"requirements": [{ "key": "upgrade-energy6", "property": "used", "threshold": 1 }],
591
"constant": 47000
592
},
593
{
594
"key": "upgrade-lumi8",
595
"name": "L = 8×10³¹ cm⁻²s⁻¹",
596
"description": "Increased instantaneous luminosity.",
597
"effect": "+235k data per click.",
598
"icon": "fa-bullseye",
599
"cost": 8e9,
600
"targets": [{ "key": "lab", "property": "detector" }],
601
"requirements": [{ "key": "upgrade-energy7", "property": "used", "threshold": 1 }],
602
"constant": 235e3
603
},
604
{
605
"key": "upgrade-lumi9",
606
"name": "L = 1×10³² cm⁻²s⁻¹",
607
"description": "Increased instantaneous luminosity.",
608
"effect": "+1.2M data per click.",
609
"icon": "fa-bullseye",
610
"cost": 8e10,
611
"targets": [{ "key": "lab", "property": "detector" }],
612
"requirements": [{ "key": "upgrade-energy8", "property": "used", "threshold": 1 }],
613
"constant": 1.2e6
614
},
615
{
616
"key": "upgrade-lumi10",
617
"name": "L = 4×10³² cm⁻²s⁻¹",
618
"description": "Increased instantaneous luminosity.",
619
"effect": "+6M data per click.",
620
"icon": "fa-bullseye",
621
"cost": 8e11,
622
"targets": [{ "key": "lab", "property": "detector" }],
623
"requirements": [{ "key": "upgrade-energy9", "property": "used", "threshold": 1 }],
624
"constant": 6e6
625
},
626
{
627
"key": "upgrade-lumi11",
628
"name": "L = 6×10³³ cm⁻²s⁻¹",
629
"description": "Increased instantaneous luminosity.",
630
"effect": "+30M data per click.",
631
"icon": "fa-bullseye",
632
"cost": 8e12,
633
"targets": [{ "key": "lab", "property": "detector" }],
634
"requirements": [{ "key": "upgrade-energy10", "property": "used", "threshold": 1 }],
635
"constant": 3e7
636
},
637
{
638
"key": "upgrade-lumi12",
639
"name": "L = 1×10³⁴ cm⁻²s⁻¹",
640
"description": "Increased instantaneous luminosity.",
641
"effect": "+150M data per click.",
642
"icon": "fa-bullseye",
643
"cost": 8e13,
644
"targets": [{ "key": "lab", "property": "detector" }],
645
"requirements": [{ "key": "upgrade-energy11", "property": "used", "threshold": 1 }],
646
"constant": 1.5e8
647
},
648
{
649
"key": "upgrade-sps",
650
"name": "Super Proton Synchrotron",
651
"description": "A larger particle smasher.",
652
"effect": "Ten times the amount of data per click.",
653
"icon": "fa-circle-o-notch",
654
"cost": 5e5,
655
"targets": [{ "key": "lab", "property": "detector" }],
656
"requirements": [
657
{ "key": "upgrade-energy3", "property": "used", "threshold": 1 },
658
{ "key": "upgrade-lumi3", "property": "used", "threshold": 1 }
659
],
660
"factor": 10
661
},
662
{
663
"key": "upgrade-tevatron",
664
"name": "Tevatron",
665
"description": "A larger particle smasher.",
666
"effect": "Ten times the amount of data per click.",
667
"icon": "fa-circle-o-notch",
668
"cost": 5e7,
669
"targets": [{ "key": "lab", "property": "detector" }],
670
"requirements": [
671
{ "key": "upgrade-energy6", "property": "used", "threshold": 1 },
672
{ "key": "upgrade-lumi6", "property": "used", "threshold": 1 }
673
],
674
"factor": 10
675
},
676
{
677
"key": "upgrade-lhc",
678
"name": "Large Hadron Collider",
679
"description": "A larger particle smasher.",
680
"effect": "Ten times the amount of data per click.",
681
"icon": "fa-circle-o-notch",
682
"cost": 5e10,
683
"targets": [{ "key": "lab", "property": "detector" }],
684
"requirements": [
685
{ "key": "upgrade-energy9", "property": "used", "threshold": 1 },
686
{ "key": "upgrade-lumi9", "property": "used", "threshold": 1 }
687
],
688
"factor": 10
689
},
690
{
691
"key": "upgrade-cpv1",
692
"name": "B factories",
693
"description": "",
694
"effect": "Future CP violation research gives double the amount of reputation.",
695
"icon": "fa-newspaper-o",
696
"cost": 7500,
697
"targets": [{ "key": "research-cpv", "property": "reputation" }],
698
"requirements": [{ "key": "research-cpv", "property": "level", "threshold": 5 }],
699
"factor": 2
700
},
701
{
702
"key": "upgrade-inspire",
703
"name": "Inspire HEP",
704
"description": "Publish your research online.",
705
"effect": "Double the reputation for all future research.",
706
"icon": "fa-newspaper-o",
707
"cost": 1e12,
708
"targets": [
709
{ "key": "research-cpv", "property": "reputation" },
710
{ "key": "research-jpsi", "property": "reputation" },
711
{ "key": "research-tau", "property": "reputation" },
712
{ "key": "research-beauty", "property": "reputation" },
713
{ "key": "research-gluons", "property": "reputation" },
714
{ "key": "research-weak", "property": "reputation" },
715
{ "key": "research-top", "property": "reputation" },
716
{ "key": "research-boscillations", "property": "reputation" },
717
{ "key": "research-higgs", "property": "reputation" },
718
{ "key": "research-dstars", "property": "reputation" },
719
{ "key": "research-xib", "property": "reputation" }
720
],
721
"requirements": [
722
{ "key": "research-cpv", "property": "level", "threshold": 1 },
723
{ "key": "research-jpsi", "property": "level", "threshold": 1 },
724
{ "key": "research-tau", "property": "level", "threshold": 1 },
725
{ "key": "research-beauty", "property": "level", "threshold": 1 },
726
{ "key": "research-gluons", "property": "level", "threshold": 1 },
727
{ "key": "research-weak", "property": "level", "threshold": 1 },
728
{ "key": "research-top", "property": "level", "threshold": 1 },
729
{ "key": "research-boscillations", "property": "level", "threshold": 1 },
730
{ "key": "research-higgs", "property": "level", "threshold": 1 },
731
{ "key": "research-dstars", "property": "level", "threshold": 1 },
732
{ "key": "research-xib", "property": "level", "threshold": 1 }
733
],
734
"factor": 2
735
},
736
{
737
"key": "upgrade-lhcb",
738
"name": "LHCb",
739
"description": "CP violation research on a whole new level.",
740
"effect": "Future research of CP violation gives +1M reputation.",
741
"icon": "fa-",
742
"cost": 4e11,
743
"targets": [{"key": "research-cpv", "property": "reputation"}],
744
"requirements": [
745
{ "key": "research-cpv", "property": "level", "threshold": 15 },
746
{ "key": "upgrade-lhc", "property": "used", "threshold": 1 }
747
],
748
"constant": 1e6
749
}
750
]
751
752