Fix 'CP Violation' and 'B factories' upgrades

The upgrade did not change the value of the CP Violation research.
(Fixed #91). The 'B factories' upgrade was also wrong, increasing the
value by 2 instead of multiplying it.
This commit is contained in:
lhchavez
2015-03-22 20:40:20 -07:00
parent b0dc1b9e7f
commit fb751fa376
+3 -2
View File
@@ -696,7 +696,7 @@
"cost": 7500,
"targets": [{ "key": "research-cpv", "property": "reputation" }],
"requirements": [{ "key": "research-cpv", "property": "level", "threshold": 5 }],
"constant": 2
"factor": 2
},
{
"key": "upgrade-inspire",
@@ -744,6 +744,7 @@
"requirements": [
{ "key": "research-cpv", "property": "level", "threshold": 15 },
{ "key": "upgrade-lhc", "property": "used", "threshold": 1 }
]
],
"constant": 1e6
}
]