From fb751fa3768ce0824c4daa7e73c23e9ec33b94b7 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 22 Mar 2015 20:40:20 -0700 Subject: [PATCH] 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. --- json/upgrades.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/json/upgrades.json b/json/upgrades.json index 5ab53c0..487ccd8 100644 --- a/json/upgrades.json +++ b/json/upgrades.json @@ -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 } ]