mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 20:20:53 +08:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
[
|
|
{
|
|
"name": "CP violation",
|
|
"description": "CP symmetry is broken!",
|
|
"reputation": 1,
|
|
"cost": 10,
|
|
"cost_increase": 1.4,
|
|
"image": "assets/icons/png/CPV.png",
|
|
"info": "html/CPV.html"
|
|
},
|
|
{
|
|
"name": "J/ψ",
|
|
"description": "The J/ψ meson consists a c and an anti-c quark.",
|
|
"reputation": 5,
|
|
"cost": 100,
|
|
"cost_increase": 1.45,
|
|
"image": "assets/icons/png/Jpsi.png",
|
|
"info": "html/Jpsi.html"
|
|
},
|
|
{
|
|
"name": "τ lepton",
|
|
"description": "The third generation charged lepton.",
|
|
"reputation": 50,
|
|
"cost": 2000,
|
|
"cost_increase": 1.5,
|
|
"image": "assets/icons/png/tau.png",
|
|
"info": "html/tau.html"
|
|
},
|
|
{
|
|
"name": "Beauty quark",
|
|
"description": "The third generation down-type quark.",
|
|
"reputation": 100,
|
|
"cost": 25000,
|
|
"cost_increase": 1.55,
|
|
"image": "assets/icons/png/b.png",
|
|
"info": "html/b.html"
|
|
},
|
|
{
|
|
"name": "W and Z boson",
|
|
"description": "The carriers of the weak force.",
|
|
"reputation": 200,
|
|
"cost": 50000,
|
|
"cost_increase": 1.6,
|
|
"image": "assets/icons/png/weak.png",
|
|
"info": "html/weak.html"
|
|
},
|
|
{
|
|
"name": "Top quark",
|
|
"description": "The heaviest of the quarks.",
|
|
"reputation": 1000,
|
|
"cost": 2000000,
|
|
"cost_increase": 2,
|
|
"image": "assets/icons/png/t.png",
|
|
"info": "html/top.html"
|
|
},
|
|
{
|
|
"name": "Antihydrogen",
|
|
"description": "The lightest anti-atom, it consists and antiproton and a positron.",
|
|
"reputation": 5000,
|
|
"cost": 10000000,
|
|
"cost_increase": 2.5,
|
|
"image": "assets/icons/png/antihydrogen.png",
|
|
"info": "html/antihydrogen.html"
|
|
},
|
|
{
|
|
"name": "B oscillations",
|
|
"description": "B mesons turn into their antiparticles and vice versa!",
|
|
"reputation": 5000,
|
|
"cost": 50000000,
|
|
"cost_increase": 2.5,
|
|
"image": "assets/icons/png/BBbar.png",
|
|
"info": "html/BBbar.html"
|
|
},
|
|
{
|
|
"name": "Higgs boson",
|
|
"description": "Spontaneous symmetry breaking and Goldstone bosons sound familiar to you, right?",
|
|
"reputation": 10000,
|
|
"cost": 72500000,
|
|
"cost_increase": 3,
|
|
"image": "assets/icons/png/H.png",
|
|
"info": "html/H.html"
|
|
}
|
|
]
|