mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 17:15:11 +08:00
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:
+3
-2
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user