Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/particle-clicker/json/research.json
1821 views
1
[
2
{
3
"key": "research-cpv",
4
"name": "CP violation",
5
"description": "CP symmetry is broken!",
6
"cost_increase": 1.8,
7
"image": "assets/icons/png/CPV.png",
8
"info": "html/CPV.html",
9
"state": {
10
"reputation": 1e0,
11
"cost": 1e1,
12
"info_levels": [ 1, 5, 10, 15, 20 ]
13
}
14
},
15
{
16
"key": "research-jpsi",
17
"name": "J/ψ",
18
"description": "The J/ψ meson consists of a c and an anti-c quark.",
19
"cost_increase": 1.7,
20
"image": "assets/icons/png/Jpsi.png",
21
"info": "html/Jpsi.html",
22
"state": {
23
"reputation": 6e0,
24
"cost": 4e2,
25
"info_levels": [ 1, 5 ]
26
}
27
},
28
{
29
"key": "research-tau",
30
"name": "τ lepton",
31
"description": "The third generation charged lepton.",
32
"cost_increase": 1.6,
33
"image": "assets/icons/png/tau.png",
34
"info": "html/tau.html",
35
"state": {
36
"reputation": 3.3e1,
37
"cost": 1e4,
38
"info_levels": [ 1, 5 ]
39
}
40
},
41
{
42
"key": "research-beauty",
43
"name": "Beauty quark",
44
"description": "The third generation down-type quark.",
45
"cost_increase": 1.5,
46
"image": "assets/icons/png/b.png",
47
"info": "html/b.html",
48
"state": {
49
"reputation": 1.85e2,
50
"cost": 2e5,
51
"info_levels": [ 1, 5 ]
52
}
53
},
54
{
55
"key": "research-gluons",
56
"name": "Gluons",
57
"description": "8 almost identical elementary particles that convey the strong force.",
58
"cost_increase": 1.4,
59
"image": "assets/icons/png/gluons.png",
60
"info": "html/gluons.html",
61
"state": {
62
"reputation": 1e3,
63
"cost": 3e6,
64
"info_levels": [ 1 ]
65
}
66
},
67
{
68
"key": "research-weak",
69
"name": "W and Z boson",
70
"description": "The carriers of the weak force.",
71
"cost_increase": 1.35,
72
"image": "assets/icons/png/weak.png",
73
"info": "html/weak.html",
74
"state": {
75
"reputation": 5.4e3,
76
"cost": 3.2e7,
77
"info_levels": [ 1 ]
78
}
79
},
80
{
81
"key": "research-top",
82
"name": "Top quark",
83
"description": "The heaviest of the quarks.",
84
"cost_increase": 1.3,
85
"image": "assets/icons/png/t.png",
86
"info": "html/top.html",
87
"state": {
88
"reputation": 3e4,
89
"cost": 1.28e8,
90
"info_levels": [ 1 ]
91
}
92
},
93
{
94
"key": "research-boscillations",
95
"name": "B oscillation",
96
"description": "B mesons turn into their antiparticles and vice versa!",
97
"cost_increase": 1.25,
98
"image": "assets/icons/png/BBbar.png",
99
"info": "html/BBbar.html",
100
"state": {
101
"reputation": 1.6e5,
102
"cost": 9e8,
103
"info_levels": [ 1 ]
104
}
105
},
106
{
107
"key": "research-higgs",
108
"name": "Higgs boson",
109
"description": "It only took us 48 years to find this one!",
110
"cost_increase": 1.2,
111
"image": "assets/icons/png/H.png",
112
"info": "html/H.html",
113
"state": {
114
"reputation": 9e5,
115
"cost": 5e9,
116
"info_levels": [ 1, 5, 10, 15, 20 ]
117
}
118
},
119
{
120
"key": "research-dstars",
121
"name": "D*s⁻",
122
"description": "The first ever observed heavy flavored spin-3 particle.",
123
"cost_increase": 1.15,
124
"image": "assets/icons/png/Dstar_s.png",
125
"info": "html/Dstar_s.html",
126
"state": {
127
"reputation": 4.75e6,
128
"cost": 2.4e10,
129
"info_levels": [ 1 ]
130
}
131
},
132
{
133
"key": "research-xib",
134
"name": "Ξb'- and Ξb*-",
135
"description": "Recently discovered strange beauty baryons. Both differ only in their spin configurations.",
136
"cost_increase": 1.15,
137
"image": "assets/icons/png/Xi_b.png",
138
"info": "html/Xi_b.html",
139
"state": {
140
"reputation": 2.5e7,
141
"cost": 9e10,
142
"info_levels": [ 1 ]
143
}
144
}
145
]
146
147