Path: blob/main/projects/particle-clicker/json/upgrades.json
1821 views
[1{2"key": "upgrade-masterstudents1",3"name": "Kinderzimmer",4"description": "A shared room for all your Master students. Used to be a server room.",5"effect": "Master Students produce +2 data per second.",6"icon": "fa-group",7"cost": 4e2,8"targets": [{ "key": "workers-masterstudents", "property": "rate" }],9"requirements": [{ "key": "workers-masterstudents", "property": "hired", "threshold": 5 }],10"constant": 211},12{13"key": "upgrade-masterstudents2",14"name": "Own desk",15"description": "Not having to share one is a blessing.",16"effect": "Master Students produce twice as much data per second.",17"icon": "fa-group",18"cost": 4e3,19"targets": [{ "key": "workers-masterstudents", "property": "rate" }],20"requirements": [21{ "key": "upgrade-masterstudents1", "property": "used", "threshold": 1 },22{ "key": "workers-phdstudents", "property": "hired", "threshold": 1 }23],24"factor": 225},26{27"key": "upgrade-masterstudents3",28"name": "Grid Access",29"description": "Give your Master students access to high performance computing resources.",30"effect": "Master Students produce twice as much data per second.",31"icon": "fa-group",32"cost": 4e4,33"targets": [{ "key": "workers-masterstudents", "property": "rate" }],34"requirements": [{ "key": "upgrade-masterstudents2", "property": "used", "threshold": 1 }],35"factor": 236},37{38"key": "upgrade-masterstudents4",39"name": "Mentoring",40"description": "Weekly counseling with a professional physicist.",41"effect": "Master Students produce twice as much data per second.",42"icon": "fa-group",43"cost": 4e5,44"targets": [{ "key": "workers-masterstudents", "property": "rate" }],45"requirements": [{ "key": "upgrade-masterstudents3", "property": "used", "threshold": 1 }],46"factor": 247},48{49"key": "upgrade-phdstudents1",50"name": "Thesis supervision",51"description": "Somebody takes care of your PhD Students.",52"effect": "PhD Students produce +16 data per second.",53"icon": "fa-group",54"cost": 6e3,55"targets": [{ "key": "workers-phdstudents", "property": "rate" }],56"requirements": [{ "key": "workers-phdstudents", "property": "hired", "threshold": 5 }],57"constant": 1658},59{60"key": "upgrade-phdstudents2",61"name": "Own office",62"description": "Each PhD student gets a quiet place for themselves.",63"effect": "PhD Students produce twice as much data per second.",64"icon": "fa-group",65"cost": 6e4,66"targets": [{ "key": "workers-phdstudents", "property": "rate" }],67"requirements": [{ "key": "upgrade-phdstudents1", "property": "used", "threshold": 1 }],68"factor": 269},70{71"key": "upgrade-phdstudents3",72"name": "Research Abroad",73"description": "1 year of research stay abroad for your PhD students.",74"effect": "PhD Students produce twice as much data per second.",75"icon": "fa-group",76"cost": 6e5,77"targets": [{ "key": "workers-phdstudents", "property": "rate" }],78"requirements": [{ "key": "upgrade-phdstudents2", "property": "used", "threshold": 1 }],79"factor": 280},81{82"key": "upgrade-phdstudents4",83"name": "Student Assistant",84"description": "A personal assistant that takes care of boring tasks.",85"effect": "PhD Students produce twice as much data per second.",86"icon": "fa-group",87"cost": 6e6,88"targets": [{ "key": "workers-phdstudents", "property": "rate" }],89"requirements": [{ "key": "upgrade-phdstudents3", "property": "used", "threshold": 1 }],90"factor": 291},92{93"key": "upgrade-postdocs1",94"name": "Project Management Seminar",95"description": "Hard work also requires soft skills.",96"effect": "Postdocs produce +50 data per second.",97"icon": "fa-group",98"cost": 7.5e4,99"targets": [{ "key": "workers-postdocs", "property": "rate" }],100"requirements": [{ "key": "workers-postdocs", "property": "hired", "threshold": 5 }],101"constant": 50102},103{104"key": "upgrade-postdocs2",105"name": "Higher Travel Allowances",106"description": "Let your Postdocs go to more conferences.",107"effect": "Postdocs produce twice as much data per second.",108"icon": "fa-group",109"cost": 7.5e5,110"targets": [{ "key": "workers-postdocs", "property": "rate" }],111"requirements": [{ "key": "upgrade-postdocs1", "property": "used", "threshold": 1 }],112"factor": 2113},114{115"key": "upgrade-postdocs3",116"name": "Teaching-free year",117"description": "A year without teaching means more productivity.",118"effect": "Postdocs produce twice as much data per second.",119"icon": "fa-group",120"cost": 7.5e6,121"targets": [{ "key": "workers-postdocs", "property": "rate" }],122"requirements": [{ "key": "upgrade-postdocs2", "property": "used", "threshold": 1 }],123"factor": 2124},125{126"key": "upgrade-postdocs4",127"name": "Job security",128"description": "You wish...",129"effect": "Postdocs produce twice as much data per second.",130"icon": "fa-group",131"cost": 7.5e7,132"targets": [{ "key": "workers-postdocs", "property": "rate" }],133"requirements": [{ "key": "upgrade-postdocs3", "property": "used", "threshold": 1 }],134"factor": 2135},136{137"key": "upgrade-fellows1",138"name": "Video Meetings",139"description": "Participate but also get work done.",140"effect": "Fellows produce +4k data per second.",141"icon": "fa-group",142"cost": 6e5,143"targets": [{ "key": "workers-fellows", "property": "rate" }],144"requirements": [{ "key": "workers-fellows", "property": "hired", "threshold": 5 }],145"constant": 4e3146},147{148"key": "upgrade-fellows2",149"name": "An Extra Year",150"description": "Extend your Fellow's contracts.",151"effect": "Fellows produce twice as much data per second.",152"icon": "fa-group",153"cost": 6e6,154"targets": [{ "key": "workers-fellows", "property": "rate" }],155"requirements": [{ "key": "upgrade-fellows1", "property": "used", "threshold": 1 }],156"factor": 2157},158{159"key": "upgrade-fellows3",160"name": "External Funding",161"description": "Your Fellows are happier and you don't have to pay for it. Excellent!",162"effect": "Fellows produce twice as much data per second.",163"icon": "fa-group",164"cost": 6e7,165"targets": [{ "key": "workers-fellows", "property": "rate" }],166"requirements": [{ "key": "upgrade-fellows2", "property": "used", "threshold": 1 }],167"factor": 2168},169{170"key": "upgrade-fellows4",171"name": "Pet Cat",172"description": "Makes sure your Fellows go home at one point and eventually get some rest.",173"effect": "Fellows produce twice as much data per second.",174"icon": "fa-group",175"cost": 6e8,176"targets": [{ "key": "workers-fellows", "property": "rate" }],177"requirements": [{ "key": "upgrade-fellows3", "property": "used", "threshold": 1 }],178"factor": 2179},180{181"key": "upgrade-permanent1",182"name": "Daycare",183"description": "Someone to take care of your staff's children.",184"effect": "Permanent staff produces +20k data per second.",185"icon": "fa-group",186"cost": 6.5e6,187"targets": [{ "key": "workers-permanent", "property": "rate" }],188"requirements": [{ "key": "workers-permanent", "property": "hired", "threshold": 5 }],189"constant": 2e4190},191{192"key": "upgrade-permanent2",193"name": "Company Car",194"description": "Let your Staff use cars you pay for.",195"effect": "Permanent staff produces twice as much data per second.",196"icon": "fa-group",197"cost": 6.5e7,198"targets": [{ "key": "workers-permanent", "property": "rate" }],199"requirements": [{ "key": "upgrade-permanent1", "property": "used", "threshold": 1 }],200"factor": 2201},202{203"key": "upgrade-permanent3",204"name": "Leadership Seminar",205"description": "Teach your Permanent Staff some people skills.",206"effect": "Permanent staff produces twice as much data per second.",207"icon": "fa-group",208"cost": 6.5e8,209"targets": [{ "key": "workers-permanent", "property": "rate" }],210"requirements": [{ "key": "upgrade-permanent2", "property": "used", "threshold": 1 }],211"factor": 2212},213{214"key": "upgrade-permanent4",215"name": "Office close to the Coffee Machine",216"description": "Coffee => Productivity. Simple.",217"effect": "Permanent staff produces twice as much data per second.",218"icon": "fa-group",219"cost": 6.5e9,220"targets": [{ "key": "workers-permanent", "property": "rate" }],221"requirements": [{ "key": "upgrade-permanent3", "property": "used", "threshold": 1 }],222"factor": 2223},224{225"key": "upgrade-profs1",226"name": "More TAs",227"description": "Hire extra teaching assistants to take work off your professors' shoulders.",228"effect": "Professors produce +300k data per second.",229"icon": "fa-group",230"cost": 5e7,231"targets": [{ "key": "workers-profs", "property": "rate" }],232"requirements": [{ "key": "workers-profs", "property": "hired", "threshold": 5 }],233"constant": 3e5234},235{236"key": "upgrade-profs2",237"name": "Extra Secretary",238"description": "Secretaries have to do a lot of work at University. It's good to have them!",239"effect": "Professors produce twice as much data per second.",240"icon": "fa-group",241"cost": 5e8,242"targets": [{ "key": "workers-profs", "property": "rate" }],243"requirements": [{ "key": "upgrade-profs1", "property": "used", "threshold": 1 }],244"factor": 2245},246{247"key": "upgrade-profs3",248"name": "Sabbatical",249"description": "Professors take a year off teaching to be more productive.",250"effect": "Professors produce twice as much data per second.",251"icon": "fa-group",252"cost": 5e9,253"targets": [{ "key": "workers-profs", "property": "rate" }],254"requirements": [{ "key": "upgrade-profs2", "property": "used", "threshold": 1 }],255"factor": 2256},257{258"key": "upgrade-profs4",259"name": "Online Courses",260"description": "Record once, use often. No more useless time spent in lectures.",261"effect": "Professors produce twice as much data per second.",262"icon": "fa-group",263"cost": 5e10,264"targets": [{ "key": "workers-profs", "property": "rate" }],265"requirements": [{ "key": "upgrade-profs3", "property": "used", "threshold": 1 }],266"factor": 2267},268{269"key": "upgrade-nobel1",270"name": "Kötbullar",271"description": "Delicious Swedish Meatballs that are (probably) served at the Nobel Prize ceremony.",272"effect": "Nobel Laureates produce +3M data per second.",273"icon": "fa-group",274"cost": 3e8,275"targets": [{ "key": "workers-nobel", "property": "rate" }],276"requirements": [{ "key": "workers-nobel", "property": "hired", "threshold": 5 }],277"constant": 3e6278},279{280"key": "upgrade-nobel2",281"name": "Street Names",282"description": "Name the streets at your facility after Nobel Laureates.",283"effect": "Nobel Laureates produce twice as much data per second.",284"icon": "fa-group",285"cost": 3e9,286"targets": [{ "key": "workers-nobel", "property": "rate" }],287"requirements": [{ "key": "upgrade-nobel1", "property": "used", "threshold": 1 }],288"factor": 2289},290{291"key": "upgrade-nobel3",292"name": "Summer Vacation",293"description": "At this point in their career your Nobel Laureates can afford to take a vacation once in a while.",294"effect": "Nobel Laureates produce twice as much data per second.",295"icon": "fa-group",296"cost": 3e10,297"targets": [{ "key": "workers-nobel", "property": "rate" }],298"requirements": [{ "key": "upgrade-nobel2", "property": "used", "threshold": 1 }],299"factor": 2300},301{302"key": "upgrade-nobel4",303"name": "Second Nobel Prize",304"description": "Only Marie Curie and John Bardeen received such high honours in Physics.",305"effect": "Nobel Laureates produce twice as much data per second.",306"icon": "fa-group",307"cost": 3e11,308"targets": [{ "key": "workers-nobel", "property": "rate" }],309"requirements": [{ "key": "upgrade-nobel3", "property": "used", "threshold": 1 }],310"factor": 2311},312{313"key": "upgrade-summies1",314"name": "Summer Lectures",315"description": "Interesting lectures given by the best in the field.",316"effect": "Summmer Students produce +80M data per second.",317"icon": "fa-group",318"cost": 2e9,319"targets": [{ "key": "workers-summies", "property": "rate" }],320"requirements": [{ "key": "workers-summies", "property": "hired", "threshold": 5 }],321"constant": 8e7322},323{324"key": "upgrade-summies2",325"name": "Poster Sessions",326"description": "Have your Summies prepare interesting posters and explain them to their peers.",327"effect": "Summer Students produce twice as much data per second.",328"icon": "fa-group",329"cost": 2e10,330"targets": [{ "key": "workers-summies", "property": "rate" }],331"requirements": [{ "key": "upgrade-summies1", "property": "used", "threshold": 1 }],332"factor": 2333},334{335"key": "upgrade-summies3",336"name": "Barbecue",337"description": "A nice get-together to increase morale in the group.",338"effect": "Summer Students produce twice as much data per second.",339"icon": "fa-group",340"cost": 2e11,341"targets": [{ "key": "workers-summies", "property": "rate" }],342"requirements": [{ "key": "upgrade-summies2", "property": "used", "threshold": 1 }],343"factor": 2344},345{346"key": "upgrade-summies4",347"name": "Pump Hall Parties",348"description": "Awesome parties in the CERN pump hall. Sure the hangover does not increase productivity but your morale gets a huge boost.",349"effect": "Summer Students produce twice as much data per second.",350"icon": "fa-group",351"cost": 2e12,352"targets": [{ "key": "workers-summies", "property": "rate" }],353"requirements": [{ "key": "upgrade-summies3", "property": "used", "threshold": 1 }],354"factor": 2355},356{357"key": "upgrade-coffee",358"name": "Free coffee",359"description": "Addictively delicious. Also free.",360"effect": "All workers produce twice as much data per second.",361"icon": "fa-coffee",362"cost": 8e10,363"targets": [364{ "key": "workers-phdstudents", "property": "rate" },365{ "key": "workers-postdocs", "property": "rate" },366{ "key": "workers-fellows", "property": "rate" },367{ "key": "workers-permanent", "property": "rate" },368{ "key": "workers-profs", "property": "rate" },369{ "key": "workers-nobel", "property": "rate" },370{ "key": "workers-summies", "property": "rate" }371],372"requirements": [373{ "key": "workers-phdstudents", "property": "hired", "threshold": 1 },374{ "key": "workers-postdocs", "property": "hired", "threshold": 1 },375{ "key": "workers-fellows", "property": "hired", "threshold": 1 },376{ "key": "workers-permanent", "property": "hired", "threshold": 1 },377{ "key": "workers-profs", "property": "hired", "threshold": 1 },378{ "key": "workers-nobel", "property": "hired", "threshold": 1 },379{ "key": "workers-summies", "property": "hired", "threshold": 1 }380],381"factor": 2382},383{384"key": "upgrade-energy1",385"name": "√s = 1.4 GeV",386"description": "Increased centre-of-mass energy.",387"effect": "Double the amount of data per click.",388"icon": "fa-bolt",389"cost": 2e2,390"targets": [{ "key": "lab", "property": "detector" }],391"requirements": [],392"factor": 2393},394{395"key": "upgrade-energy2",396"name": "√s = 28 GeV",397"description": "Increased centre-of-mass energy.",398"effect": "Double the amount of data per click.",399"icon": "fa-bolt",400"cost": 2e3,401"targets": [{ "key": "lab", "property": "detector" }],402"requirements": [{ "key": "upgrade-energy1", "property": "used", "threshold": 1 }],403"factor": 2404},405{406"key": "upgrade-energy3",407"name": "√s = 45 GeV",408"description": "Increased centre-of-mass energy.",409"effect": "Double the amount of data per click.",410"icon": "fa-bolt",411"cost": 2e4,412"targets": [{ "key": "lab", "property": "detector" }],413"requirements": [{ "key": "upgrade-energy2", "property": "used", "threshold": 1 }],414"factor": 2415},416{417"key": "upgrade-energy4",418"name": "√s = 209 GeV",419"description": "Increased centre-of-mass energy.",420"effect": "Double the amount of data per click.",421"icon": "fa-bolt",422"cost": 2e5,423"targets": [{ "key": "lab", "property": "detector" }],424"requirements": [{ "key": "upgrade-energy3", "property": "used", "threshold": 1 }],425"factor": 2426},427{428"key": "upgrade-energy5",429"name": "√s = 450 GeV",430"description": "Increased centre-of-mass energy.",431"effect": "Double the amount of data per click.",432"icon": "fa-bolt",433"cost": 2e6,434"targets": [{ "key": "lab", "property": "detector" }],435"requirements": [{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }],436"factor": 2437},438{439"key": "upgrade-energy6",440"name": "√s = 800 GeV",441"description": "Increased centre-of-mass energy.",442"effect": "Double the amount of data per click.",443"icon": "fa-bolt",444"cost": 2e7,445"targets": [{ "key": "lab", "property": "detector" }],446"requirements": [{ "key": "upgrade-energy5", "property": "used", "threshold": 1 }],447"factor": 2448},449{450"key": "upgrade-energy7",451"name": "√s = 1 TeV",452"description": "Increased centre-of-mass energy.",453"effect": "Double the amount of data per click.",454"icon": "fa-bolt",455"cost": 2e8,456"targets": [{ "key": "lab", "property": "detector" }],457"requirements": [{ "key": "upgrade-energy6", "property": "used", "threshold": 1 }],458"factor": 2459},460{461"key": "upgrade-energy8",462"name": "√s = 3.5 TeV",463"description": "Increased centre-of-mass energy.",464"effect": "Double the amount of data per click.",465"icon": "fa-bolt",466"cost": 2e9,467"targets": [{ "key": "lab", "property": "detector" }],468"requirements": [{ "key": "upgrade-energy7", "property": "used", "threshold": 1 }],469"factor": 2470},471{472"key": "upgrade-energy9",473"name": "√s = 6 TeV",474"description": "Increased centre-of-mass energy.",475"effect": "Double the amount of data per click.",476"icon": "fa-bolt",477"cost": 2e10,478"targets": [{ "key": "lab", "property": "detector" }],479"requirements": [{ "key": "upgrade-energy8", "property": "used", "threshold": 1 }],480"factor": 2481},482{483"key": "upgrade-energy10",484"name": "√s = 8 TeV",485"description": "Increased centre-of-mass energy.",486"effect": "Double the amount of data per click.",487"icon": "fa-bolt",488"cost": 2e11,489"targets": [{ "key": "lab", "property": "detector" }],490"requirements": [{ "key": "upgrade-energy9", "property": "used", "threshold": 1 }],491"factor": 2492},493{494"key": "upgrade-energy11",495"name": "√s = 13 TeV",496"description": "Increased centre-of-mass energy.",497"effect": "Double the amount of data per click.",498"icon": "fa-bolt",499"cost": 2e12,500"targets": [{ "key": "lab", "property": "detector" }],501"requirements": [{ "key": "upgrade-energy10", "property": "used", "threshold": 1 }],502"factor": 2503},504{505"key": "upgrade-energy12",506"name": "√s = 14 TeV",507"description": "Increased centre-of-mass energy.",508"effect": "Double the amount of data per click.",509"icon": "fa-bolt",510"cost": 2e13,511"targets": [{ "key": "lab", "property": "detector" }],512"requirements": [{ "key": "upgrade-energy11", "property": "used", "threshold": 1 }],513"factor": 2514},515{516"key": "upgrade-lumi1",517"name": "L = 1×10³⁰ cm⁻²s⁻¹",518"description": "Increased instantaneous luminosity.",519"effect": "+3 data per click.",520"icon": "fa-bullseye",521"cost": 8e2,522"targets": [{ "key": "lab", "property": "detector" }],523"requirements": [],524"constant": 3525},526{527"key": "upgrade-lumi2",528"name": "L = 2×10³⁰ cm⁻²s⁻¹",529"description": "Increased instantaneous luminosity.",530"effect": "+15 data per click.",531"icon": "fa-bullseye",532"cost": 8e3,533"targets": [{ "key": "lab", "property": "detector" }],534"requirements": [{ "key": "upgrade-energy1", "property": "used", "threshold": 1 }],535"constant": 15536},537{538"key": "upgrade-lumi3",539"name": "L = 4×10³⁰ cm⁻²s⁻¹",540"description": "Increased instantaneous luminosity.",541"effect": "+75 data per click.",542"icon": "fa-bullseye",543"cost": 8e4,544"targets": [{ "key": "lab", "property": "detector" }],545"requirements": [{ "key": "upgrade-energy2", "property": "used", "threshold": 1 }],546"constant": 75547},548{549"key": "upgrade-lumi4",550"name": "L = 6×10³⁰ cm⁻²s⁻¹",551"description": "Increased instantaneous luminosity.",552"effect": "+375 data per click.",553"icon": "fa-bullseye",554"cost": 8e5,555"targets": [{ "key": "lab", "property": "detector" }],556"requirements": [{ "key": "upgrade-energy3", "property": "used", "threshold": 1 }],557"constant": 375558},559{560"key": "upgrade-lumi5",561"name": "L = 1×10³¹ cm⁻²s⁻¹",562"description": "Increased instantaneous luminosity.",563"effect": "+1875 data per click.",564"icon": "fa-bullseye",565"cost": 8e6,566"targets": [{ "key": "lab", "property": "detector" }],567"requirements": [{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }],568"constant": 1875569},570{571"key": "upgrade-lumi6",572"name": "L = 2×10³¹ cm⁻²s⁻¹",573"description": "Increased instantaneous luminosity.",574"effect": "+9.4k data per click.",575"icon": "fa-bullseye",576"cost": 8e7,577"targets": [{ "key": "lab", "property": "detector" }],578"requirements": [{ "key": "upgrade-energy5", "property": "used", "threshold": 1 }],579"constant": 9400580},581{582"key": "upgrade-lumi7",583"name": "L = 4×10³¹ cm⁻²s⁻¹",584"description": "Increased instantaneous luminosity.",585"effect": "+47k data per click.",586"icon": "fa-bullseye",587"cost": 8e8,588"targets": [{ "key": "lab", "property": "detector" }],589"requirements": [{ "key": "upgrade-energy6", "property": "used", "threshold": 1 }],590"constant": 47000591},592{593"key": "upgrade-lumi8",594"name": "L = 8×10³¹ cm⁻²s⁻¹",595"description": "Increased instantaneous luminosity.",596"effect": "+235k data per click.",597"icon": "fa-bullseye",598"cost": 8e9,599"targets": [{ "key": "lab", "property": "detector" }],600"requirements": [{ "key": "upgrade-energy7", "property": "used", "threshold": 1 }],601"constant": 235e3602},603{604"key": "upgrade-lumi9",605"name": "L = 1×10³² cm⁻²s⁻¹",606"description": "Increased instantaneous luminosity.",607"effect": "+1.2M data per click.",608"icon": "fa-bullseye",609"cost": 8e10,610"targets": [{ "key": "lab", "property": "detector" }],611"requirements": [{ "key": "upgrade-energy8", "property": "used", "threshold": 1 }],612"constant": 1.2e6613},614{615"key": "upgrade-lumi10",616"name": "L = 4×10³² cm⁻²s⁻¹",617"description": "Increased instantaneous luminosity.",618"effect": "+6M data per click.",619"icon": "fa-bullseye",620"cost": 8e11,621"targets": [{ "key": "lab", "property": "detector" }],622"requirements": [{ "key": "upgrade-energy9", "property": "used", "threshold": 1 }],623"constant": 6e6624},625{626"key": "upgrade-lumi11",627"name": "L = 6×10³³ cm⁻²s⁻¹",628"description": "Increased instantaneous luminosity.",629"effect": "+30M data per click.",630"icon": "fa-bullseye",631"cost": 8e12,632"targets": [{ "key": "lab", "property": "detector" }],633"requirements": [{ "key": "upgrade-energy10", "property": "used", "threshold": 1 }],634"constant": 3e7635},636{637"key": "upgrade-lumi12",638"name": "L = 1×10³⁴ cm⁻²s⁻¹",639"description": "Increased instantaneous luminosity.",640"effect": "+150M data per click.",641"icon": "fa-bullseye",642"cost": 8e13,643"targets": [{ "key": "lab", "property": "detector" }],644"requirements": [{ "key": "upgrade-energy11", "property": "used", "threshold": 1 }],645"constant": 1.5e8646},647{648"key": "upgrade-sps",649"name": "Super Proton Synchrotron",650"description": "A larger particle smasher.",651"effect": "Ten times the amount of data per click.",652"icon": "fa-circle-o-notch",653"cost": 5e5,654"targets": [{ "key": "lab", "property": "detector" }],655"requirements": [656{ "key": "upgrade-energy3", "property": "used", "threshold": 1 },657{ "key": "upgrade-lumi3", "property": "used", "threshold": 1 }658],659"factor": 10660},661{662"key": "upgrade-tevatron",663"name": "Tevatron",664"description": "A larger particle smasher.",665"effect": "Ten times the amount of data per click.",666"icon": "fa-circle-o-notch",667"cost": 5e7,668"targets": [{ "key": "lab", "property": "detector" }],669"requirements": [670{ "key": "upgrade-energy6", "property": "used", "threshold": 1 },671{ "key": "upgrade-lumi6", "property": "used", "threshold": 1 }672],673"factor": 10674},675{676"key": "upgrade-lhc",677"name": "Large Hadron Collider",678"description": "A larger particle smasher.",679"effect": "Ten times the amount of data per click.",680"icon": "fa-circle-o-notch",681"cost": 5e10,682"targets": [{ "key": "lab", "property": "detector" }],683"requirements": [684{ "key": "upgrade-energy9", "property": "used", "threshold": 1 },685{ "key": "upgrade-lumi9", "property": "used", "threshold": 1 }686],687"factor": 10688},689{690"key": "upgrade-cpv1",691"name": "B factories",692"description": "",693"effect": "Future CP violation research gives double the amount of reputation.",694"icon": "fa-newspaper-o",695"cost": 7500,696"targets": [{ "key": "research-cpv", "property": "reputation" }],697"requirements": [{ "key": "research-cpv", "property": "level", "threshold": 5 }],698"factor": 2699},700{701"key": "upgrade-inspire",702"name": "Inspire HEP",703"description": "Publish your research online.",704"effect": "Double the reputation for all future research.",705"icon": "fa-newspaper-o",706"cost": 1e12,707"targets": [708{ "key": "research-cpv", "property": "reputation" },709{ "key": "research-jpsi", "property": "reputation" },710{ "key": "research-tau", "property": "reputation" },711{ "key": "research-beauty", "property": "reputation" },712{ "key": "research-gluons", "property": "reputation" },713{ "key": "research-weak", "property": "reputation" },714{ "key": "research-top", "property": "reputation" },715{ "key": "research-boscillations", "property": "reputation" },716{ "key": "research-higgs", "property": "reputation" },717{ "key": "research-dstars", "property": "reputation" },718{ "key": "research-xib", "property": "reputation" }719],720"requirements": [721{ "key": "research-cpv", "property": "level", "threshold": 1 },722{ "key": "research-jpsi", "property": "level", "threshold": 1 },723{ "key": "research-tau", "property": "level", "threshold": 1 },724{ "key": "research-beauty", "property": "level", "threshold": 1 },725{ "key": "research-gluons", "property": "level", "threshold": 1 },726{ "key": "research-weak", "property": "level", "threshold": 1 },727{ "key": "research-top", "property": "level", "threshold": 1 },728{ "key": "research-boscillations", "property": "level", "threshold": 1 },729{ "key": "research-higgs", "property": "level", "threshold": 1 },730{ "key": "research-dstars", "property": "level", "threshold": 1 },731{ "key": "research-xib", "property": "level", "threshold": 1 }732],733"factor": 2734},735{736"key": "upgrade-lhcb",737"name": "LHCb",738"description": "CP violation research on a whole new level.",739"effect": "Future research of CP violation gives +1M reputation.",740"icon": "fa-",741"cost": 4e11,742"targets": [{"key": "research-cpv", "property": "reputation"}],743"requirements": [744{ "key": "research-cpv", "property": "level", "threshold": 15 },745{ "key": "upgrade-lhc", "property": "used", "threshold": 1 }746],747"constant": 1e6748}749]750751752