Improved upgrade system. Needs content!

This commit is contained in:
Kevin Dungs
2014-11-08 15:54:38 +01:00
parent 8b007637a3
commit 18de4cd070
5 changed files with 85 additions and 595 deletions
+29 -545
View File
@@ -1,556 +1,40 @@
[
{
"name": "Free beer",
"description": "The work is easier when the worker is happy. Your PhD Students will produce +2 data.",
"cost": 1000,
"used": false,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"factor": 1,
"constant": 2
},
{
"name": "Extra coffee",
"description": "Sleeping is the coffee of the weak. Your PhD Students will produce 1.3 times more data.",
"cost": 3000,
"used": false,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"factor": 1.5,
"constant": 0
},
{
"name": "Motivation",
"description": "There are other, you know... more diligent Students... Your PhD Students will produce 2 times more data.",
"cost": 10000,
"used": false,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"name": "Thesis supervision",
"description": "Somebody takes care of your PhD Students.",
"effect": "PhD Students produce twice as much data per second.",
"icon": "fa-group",
"cost": 100,
"targets": [{"key": "PhD Students", "property": "rate"}],
"requirements": [{"key": "PhD Students", "property": "hired", "threshold": 1}],
"factor": 2,
"constant": 0
},
{
"name": "Division of labor",
"description": "Teamwork between PhD Students is a great invention. Your PhD Students will produce much more data.",
"cost": 175000,
"used": false,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"factor": 3,
"constant": 3
},
{
"name": "Free beer",
"description": "The work is easier when the worker is happy. Your Postdocs will produce +4 data.",
"cost": 5000,
"used": false,
"type": "hr",
"receiver": "Postdocs",
"property": "rate",
"factor": 1,
"constant": 4
},
{
"name": "Extra coffee",
"description": "Sleeping is the coffee of the weak. Your Postdocs will produce 1.5 times more data.",
"cost": 20000,
"used": false,
"type": "hr",
"receiver": "Postdocs",
"property": "rate",
"factor": 1.5,
"constant": 0
},
{
"name": "Motivation",
"description": "There are other, you know... more diligent Postdocs... Your Postdocs will produce 2 times more data.",
"cost": 500000,
"used": false,
"type": "hr",
"receiver": "Postdocs",
"property": "rate",
"factor": 2,
"constant": 0
},
{
"name": "Division of labor",
"description": "Teamwork between Postdocs is a great invention. Your Postdocs will produce much more data.",
"cost": 2000000,
"used": false,
"type": "hr",
"receiver": "Postdocs",
"property": "rate",
"factor": 1.5,
"constant": 18
},
{
"name": "Increased budget",
"description": "Your Research Fellows get a little more money. They will produce +25 more data.",
"cost": 200000,
"used": false,
"type": "hr",
"receiver": "Research Fellows",
"property": "rate",
"factor": 1,
"constant": 25
},
{
"name": "New gadgets",
"description": "Your Research Fellows receive new techs. They will produce 1.2 times more data.",
"cost": 800000,
"used": false,
"type": "hr",
"receiver": "Research Fellows",
"property": "rate",
"factor": 1.2,
"constant": 0
},
{
"name": "More PhD Students",
"description": "Your Mighty Professors get some Students to work. They will produce +75 more data.",
"cost": 20000000,
"used": false,
"type": "hr",
"receiver": "Tenured Professors",
"property": "rate",
"factor": 1,
"constant": 75
},
{
"name": "2. Nobel Prize",
"description": "So your Brightest Minds are now demigods... They will produce 1.7 times more data.",
"cost": 100000000,
"used": false,
"type": "hr",
"receiver": "Nobel Prize Winners",
"property": "rate",
"factor": 1.7,
"constant": 0
},
{
"name": "Accelerator upgrade",
"description": "Increases the luminosity (you get 3 times more data with clicks).",
"cost": 1000,
"used": false,
"type": "detector",
"receiver": "",
"property": "rate",
"factor": 3,
"constant": 0
},
{
"name": "Accelerator upgrade 2",
"description": "Increases the luminosity (you get 3 times more data with clicks).",
"name": "Own desk",
"description": "Not having to share one is a blessing.",
"effect": "PhD Students produce twice as much data per second.",
"icon": "fa-group",
"cost": 10000,
"used": false,
"type": "detector",
"receiver": "",
"property": "rate",
"factor": 3,
"constant": 0
},
{
"name": "Accelerator upgrade 3",
"description": "Increases the luminosity (you get 3 times more data with clicks).",
"cost": 100000,
"used": false,
"type": "detector",
"receiver": "",
"property": "rate",
"factor": 3,
"constant": 0
},
{
"name": "Detector upgrade",
"description": "Your amazing detector works with better efficiency (you get +4 data with clicks).",
"cost": 500,
"used": false,
"type": "detector",
"receiver": "detector",
"property": "rate",
"factor": 1,
"constant": 4
},
{
"name": "Detector upgrade 2",
"description": "Your amazing detector works with better efficiency (you get +12 data with clicks).",
"cost": 5000,
"used": false,
"type": "detector",
"receiver": "",
"property": "rate",
"factor": 1,
"constant": 12
},
{
"name": "Detector upgrade 3",
"description": "Your amazing detector works with better efficiency (you get +42 data with clicks).",
"cost": 50000,
"used": false,
"type": "detector",
"receiver": "detector",
"property": "rate",
"factor": 1,
"constant": 42
},
{
"name": "Public Relations, lvl 1",
"description": "Mainstream press writes about your research of the CP violation. Future research yields 1.2 times more reputation.",
"cost": 5000,
"used": false,
"type": "research",
"receiver": "CP violation",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Science is cool!! lvl 1",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 700,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.2,
"constant": 0
},
{
"name": "Science is cool!! lvl 2",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 50000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.18,
"constant": 0
},
{
"name": "Science is cool!! lvl 3",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 200000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.16,
"constant": 0
},
{
"name": "Science is cool!! lvl 4",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 800000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.14,
"constant": 0
},
{
"name": "Science is cool!! lvl 5",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 1200000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.12,
"constant": 0
},
{
"name": "Science is cool!! lvl 6",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 1800000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.12,
"constant": 0
},
{
"name": "Science is cool!! lvl 7",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 3000000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.12,
"constant": 0
},
{
"name": "Science is cool!! lvl 8",
"description": "Because your science is so popular, you get 1.1 times more money for your reputation.",
"cost": 10000000,
"used": false,
"type": "reputation",
"receiver": "",
"property": "rate",
"factor": 1.12,
"constant": 0
},
{
"name": "Public Relations, lvl 1",
"description": "Mainstream press writes about your research of the CP violation. Future research yields 1.2 times more reputation.",
"cost": 5000,
"used": false,
"type": "research",
"receiver": "CP violation",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "Mainstream press writes about your research of the CP violation. Future research yields 1.2 times more reputation.",
"cost": 100000,
"used": false,
"type": "research",
"receiver": "CP violation",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "Your research on J/ψ is featured on national television. Future research yields 1.2 times more reputation.",
"cost": 40000,
"used": false,
"type": "research",
"receiver": "J/ψ",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "Your research on J/ψ is featured on national television. Future research yields 1.2 times more reputation.",
"cost": 130000,
"used": false,
"type": "research",
"receiver": "J/ψ",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "In a scientific documentary you speak about the τ lepton. Future research yields 1.2 times more reputation.",
"cost": 100000,
"used": false,
"type": "research",
"receiver": "τ lepton",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "In a scientific documentary you speak about the τ lepton. Future research yields 1.2 times more reputation.",
"cost": 250000,
"used": false,
"type": "research",
"receiver": "τ lepton",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "You just discovered the most beautiful quark ever! Future research yields 1.2 times more reputation.",
"cost": 100000,
"used": false,
"type": "research",
"receiver": "Beauty quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "You discovered the most beautiful quark ever! Future research yields 1.2 times more reputation.",
"cost": 500000,
"used": false,
"type": "research",
"receiver": "Beauty quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "You give lectures about this very important part of the Standard Model! Future research yields 1.2 times more reputation.",
"cost": 250000,
"used": false,
"type": "research",
"receiver": "W and Z boson",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "You give lectures about this very important part of the Standard Model! Future research yields 1.2 times more reputation.",
"cost": 1000000,
"used": false,
"type": "research",
"receiver": "W and Z boson",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "This is the top of your career! Future research yields 1.2 times more reputation.",
"cost": 5000000,
"used": false,
"type": "research",
"receiver": "Top quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
"targets": [{"key": "PhD Students", "property": "rate"}],
"requirements": [{"key": "Thesis supervision", "property": "_used", "threshold": 1}],
"factor": 2
},
{
"name": "Public Relations, lvl 2",
"description": "This is the top of your career! Future research yields 1.2 times more reputation.",
"cost": 7500000,
"used": false,
"type": "research",
"receiver": "Top quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "Hollywood makes a movie about the antihydrogen. Your future research yields 1.2 times more reputation.",
"cost": 22500000,
"used": false,
"type": "research",
"receiver": "Antihydrogen",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "Hollywood makes a movie about the antihydrogen. Your future research yields 1.2 times more reputation.",
"cost": 40000000,
"used": false,
"type": "research",
"receiver": "Antihydrogen",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "Your little daughter writes about your research on B oscillations in her homework. Future research yields 1.2 times more reputation.",
"cost": 75000000,
"used": false,
"type": "research",
"receiver": "B oscillations",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "Your little daughter writes about your research on B oscillations in her homework. Future research yields 1.2 times more reputation.",
"cost": 90000000,
"used": false,
"type": "research",
"receiver": "B oscillations",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "You know more about Top quark than everybody else. Future research yields 1.2 times more reputation.",
"cost": 50000000,
"used": false,
"type": "research",
"receiver": "Top quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "You know more about Top quark then everybody else. Future research yields 1.2 times more reputation.",
"cost": 120000000,
"used": false,
"type": "research",
"receiver": "Top quark",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 1",
"description": "You've found the last missing element of the Standard Model! Future research yields 1.2 times more reputation.",
"cost": 90000000,
"used": false,
"type": "research",
"receiver": "Higgs boson",
"property": "reputation",
"factor": 1.2,
"constant": 1
},
{
"name": "Public Relations, lvl 2",
"description": "You've found the last missing element of the Standard Model! Future research yields 1.2 times more reputation.",
"cost": 110000000,
"used": false,
"type": "research",
"receiver": "Higgs boson",
"property": "reputation",
"factor": 1.2,
"constant": 1
"name": "Free coffee",
"description": "Addictively delicious. Also free.",
"effect": "All workers produce twice as much data per second.",
"icon": "fa-group",
"cost": 1e6,
"targets": [
{"key": "PhD Students", "property": "rate"},
{"key": "Postdocs", "property": "rate"},
{"key": "Research Fellows", "property": "rate"},
{"key": "Tenured Professors", "property": "rate"},
{"key": "Nobel Prize Winners", "property": "rate"},
{"key": "Summer Students", "property": "rate"}
],
"requirements": [],
"factor": 2
}
]