mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-01 11:59:12 +08:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
[
|
|
{
|
|
"name": "W-Boson",
|
|
"description": "The W-Boson is the carrier boson of the weak force.",
|
|
"reputation": 1,
|
|
"cost": 10,
|
|
"cost_increase": 1.4,
|
|
"image": "assets/W.png",
|
|
"info": "html/W.html"
|
|
},
|
|
{
|
|
"name": "Z-Boson",
|
|
"description": "The Z-Boson.",
|
|
"reputation": 5,
|
|
"cost": 100,
|
|
"cost_increase": 1.45,
|
|
"image": "assets/Z.png",
|
|
"info": "html/Z.html"
|
|
},
|
|
{
|
|
"name": "top-Quark",
|
|
"description": "The top-Quark.",
|
|
"reputation": 50,
|
|
"cost": 2000,
|
|
"cost_increase": 1.5,
|
|
"image": "assets/t.png",
|
|
"info": "html/t.html"
|
|
},
|
|
{
|
|
"name": "Oscillating neutrinos",
|
|
"description": "They are slightly slower than speed (yes, really...), and on top of that they're oscillating.",
|
|
"reputation": 100,
|
|
"cost": 25000,
|
|
"cost_increase": 1.55,
|
|
"image": "assets/nu.png",
|
|
"info": "html/nu.html"
|
|
},
|
|
{
|
|
"name": "Higgs-Boson",
|
|
"description": "The Higgs-Boson...",
|
|
"reputation": 200,
|
|
"cost": 50000,
|
|
"cost_increase": 1.6,
|
|
"image": "assets/H.png",
|
|
"info": "html/H.html"
|
|
},
|
|
{
|
|
"name": "MSSM",
|
|
"description": "You somehow managed to find proof for the Minimal Supersymmetric Standard Model. Wow!",
|
|
"reputation": 1000,
|
|
"cost": 2000000,
|
|
"cost_increase": 2,
|
|
"image": "assets/chitilde.png",
|
|
"info": "html/mssm.html"
|
|
},
|
|
{
|
|
"name": "Dark matter",
|
|
"description": "You've found some dark matter... in your fridge, behind that strange, green slime, that was your milk.",
|
|
"reputation": 5000,
|
|
"cost": 10000000,
|
|
"cost_increase": 2.5,
|
|
"image": "assets/darkmatter.png",
|
|
"info": "html/darkmatter.html"
|
|
}
|
|
]
|