Working on this A LOT. However, at this point this version is unfinished and DOESNT WORK!

This commit is contained in:
Kevin Dungs
2014-11-08 15:55:01 +01:00
parent 156b1337e4
commit bfd38af8b8
9 changed files with 503 additions and 380 deletions
+54 -27
View File
@@ -1,92 +1,119 @@
[
{
"key": "research-cpv",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 1,
"cost": 10,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-jpsi",
"name": "J/ψ",
"description": "The J/ψ meson consists of 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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 5,
"cost": 100,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-tau",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 50,
"cost": 2000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-beauty",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 100,
"cost": 25000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-weak",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 200,
"cost": 50000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-top",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 1000,
"cost": 2000000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-antihydrogen",
"name": "Antihydrogen",
"description": "The lightest anti-atom, it consists of an antiproton and a positron.",
"reputation": 5000,
"cost": 10000000,
"cost_increase": 2.5,
"image": "assets/icons/png/antihydrogen.png",
"info": "html/antihydrogen.html",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 5000,
"cost": 10000000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-boscillations",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 5000,
"cost": 50000000,
"info_levels": [1, 5, 10, 25]
}
},
{
"key": "research-higgs",
"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",
"info_levels": [1, 5, 10, 25]
"state": {
"reputation": 10000,
"cost": 72500000,
"info_levels": [1, 5, 10, 25]
}
}
]
+3
View File
@@ -1,5 +1,6 @@
[
{
"key": "upgrade-thesissupervision",
"name": "Thesis supervision",
"description": "Somebody takes care of your PhD Students.",
"effect": "PhD Students produce twice as much data per second.",
@@ -11,6 +12,7 @@
"constant": 0
},
{
"key": "upgrade-owndesk",
"name": "Own desk",
"description": "Not having to share one is a blessing.",
"effect": "PhD Students produce twice as much data per second.",
@@ -21,6 +23,7 @@
"factor": 2
},
{
"key": "upgrade-coffee",
"name": "Free coffee",
"description": "Addictively delicious. Also free.",
"effect": "All workers produce twice as much data per second.",
+30 -12
View File
@@ -1,44 +1,62 @@
[
{
"key": "workers-phdstudents",
"name": "PhD Students",
"description": "Cheap and enthusiastic manpower, they can save you a lot of work.",
"cost": 100,
"cost_increase": 1.4,
"rate": 1
"state": {
"cost": 100,
"rate": 1
}
},
{
"key": "workers-postdocs",
"name": "Postdocs",
"description": "These brilliant minds are here only to serve your needs.",
"cost": 2000,
"cost_increase": 1.4,
"rate": 5
"state": {
"cost": 2000,
"rate": 5
}
},
{
"key": "workers-fellows",
"name": "Research Fellows",
"description": "You pay them a lot. They work a lot.",
"cost": 50000,
"cost_increase": 1.5,
"rate": 50
"state": {
"cost": 50000,
"rate": 50
}
},
{
"key": "workers-profs",
"name": "Tenured Professors",
"description": "They bring their own group along and are able to get a lot of work done.",
"cost": 1000000,
"cost_increase": 1.6,
"rate": 100
"state": {
"cost": 1000000,
"rate": 100
}
},
{
"key": "workers-nobel",
"name": "Nobel Prize Winners",
"description": "They received their prize for a reason... Why don't you give them more money?",
"cost": 50000000,
"cost_increase": 2,
"rate": 500
"state": {
"cost": 50000000,
"rate": 500
}
},
{
"key": "workers-summies",
"name": "Summer Students",
"description": "They are AWESOME. Their best ideas come between two parties.",
"cost": 99999999,
"cost_increase": 3,
"rate": 1000
"state": {
"cost": 99999999,
"rate": 1000
}
}
]