Remove erroneous chaff launcher capacity blueprint grades

This commit is contained in:
Cmdr McDonald
2017-01-24 07:36:56 +00:00
parent 3ad159fc4d
commit 700f730075
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.2.11
* Remove non-existant chaff launcher capacity blueprint grades
#2.2.10 #2.2.10
* Fix incorrect base shield values for Cutter and Corvette * Fix incorrect base shield values for Cutter and Corvette
* Update weapons to have %-based damage distributions * Update weapons to have %-based damage distributions

View File

@@ -116,7 +116,7 @@
}, },
"ch": { "ch": {
"blueprints": { "blueprints": {
"ChaffLauncher_ChaffCapacity": [1, 2, 3, 4, 5], "ChaffLauncher_ChaffCapacity": [3],
"ChaffLauncher_LightWeight": [1, 2, 3, 4, 5], "ChaffLauncher_LightWeight": [1, 2, 3, 4, 5],
"ChaffLauncher_Reinforced": [1, 2, 3, 4, 5], "ChaffLauncher_Reinforced": [1, 2, 3, 4, 5],
"ChaffLauncher_Shielded": [1, 2, 3, 4, 5] "ChaffLauncher_Shielded": [1, 2, 3, 4, 5]