This commit is contained in:
Cmdr McDonald
2017-01-25 19:31:47 +00:00
parent 7a63d71b0f
commit d6602dca06
5 changed files with 66 additions and 65 deletions

View File

@@ -3,6 +3,7 @@
* Fix incorrect values for charge enhanced power distributor
* Remove incorrect AFMU blueprints
* Correct fragment cannon Double Shot blueprint information
* Correct Focused weapon blueprint information
#2.2.10
* Fix incorrect base shield values for Cutter and Corvette

30
dist/index.js vendored
View File

@@ -6347,7 +6347,7 @@ module.exports = {
piercing: 35,
power: .6,
range: 3e3,
rating: "F",
rating: "E",
rof: 3.448,
thermload: .6
}, {
@@ -16560,32 +16560,32 @@ module.exports = {
},
features: {
"1": {
burstrof: [ .2, .08 ],
range: [ .1, .2 ],
thermload: [ .5, .4 ]
rof: [ -.17, -.08 ],
thermload: [ .5, .39 ]
},
"2": {
burstrof: [ .16, .06 ],
piercing: [ 0, .1 ],
range: [ .2, .4 ],
thermload: [ .4, .3 ]
range: [ .2, .39 ],
rof: [ -.14, -.06 ],
thermload: [ .39, .31 ]
},
"3": {
burstrof: [ .12, .04 ],
piercing: [ .1, .2 ],
range: [ .3, .6 ],
thermload: [ .3, .2 ]
range: [ .29, .61 ],
rof: [ -.11, -.04 ],
thermload: [ .31, .2 ]
},
"4": {
burstrof: [ .08, .02 ],
piercing: [ .2, .4 ],
range: [ .4, .8 ],
thermload: [ .2, .1 ]
piercing: [ .2, .39 ],
range: [ .39, .79 ],
rof: [ -.08, -.02 ],
thermload: [ -.2, -.1 ]
},
"5": {
burstrof: [ .04, 0 ],
piercing: [ .3, .6 ],
piercing: [ .29, .61 ],
range: [ .5, 1 ],
rof: [ -.04, 0 ],
thermload: [ .1, 0 ]
}
},

70
dist/index.json vendored
View File

@@ -8277,7 +8277,7 @@
"piercing": 35,
"power": 0.6,
"range": 3000,
"rating": "F",
"rating": "E",
"rof": 3.448,
"thermload": 0.6
},
@@ -22409,86 +22409,86 @@
},
"features": {
"1": {
"burstrof": [
0.2,
0.08
],
"range": [
0.1,
0.2
],
"rof": [
-0.17,
-0.08
],
"thermload": [
0.5,
0.4
0.39
]
},
"2": {
"burstrof": [
0.16,
0.06
],
"piercing": [
0,
0.1
],
"range": [
0.2,
0.4
0.39
],
"rof": [
-0.14,
-0.06
],
"thermload": [
0.4,
0.3
0.39,
0.31
]
},
"3": {
"burstrof": [
0.12,
0.04
],
"piercing": [
0.1,
0.2
],
"range": [
0.3,
0.6
0.29,
0.61
],
"rof": [
-0.11,
-0.04
],
"thermload": [
0.3,
0.31,
0.2
]
},
"4": {
"burstrof": [
0.08,
0.02
],
"piercing": [
0.2,
0.4
0.39
],
"range": [
0.4,
0.8
0.39,
0.79
],
"rof": [
-0.08,
-0.02
],
"thermload": [
0.2,
0.1
-0.2,
-0.1
]
},
"5": {
"burstrof": [
0.04,
0
],
"piercing": [
0.3,
0.6
0.29,
0.61
],
"range": [
0.5,
1
],
"rof": [
-0.04,
0
],
"thermload": [
0.1,
0

View File

@@ -2469,32 +2469,32 @@
},
"features": {
"1": {
"burstrof": [ 0.2, 0.08 ],
"range": [ 0.1, 0.2 ],
"thermload": [ 0.5, 0.4 ]
"rof": [ -0.17, -0.08 ],
"thermload": [ 0.5, 0.39 ]
},
"2": {
"burstrof": [ 0.16, 0.06 ],
"piercing": [ 0, 0.1 ],
"range": [ 0.2, 0.4 ],
"thermload": [ 0.4, 0.3 ]
"range": [ 0.2, 0.39 ],
"rof": [ -0.14, -0.06 ],
"thermload": [ 0.39, 0.31 ]
},
"3": {
"burstrof": [ 0.12, 0.04 ],
"piercing": [ 0.1, 0.2 ],
"range": [ 0.3, 0.6 ],
"thermload": [ 0.3, 0.2 ]
"range": [ 0.29, 0.61 ],
"rof": [ -0.11, -0.04 ],
"thermload": [ 0.31, 0.2 ]
},
"4": {
"burstrof": [ 0.08, 0.02 ],
"piercing": [ 0.2, 0.4 ],
"range": [ 0.4, 0.8 ],
"thermload": [ 0.2, 0.1 ]
"piercing": [ 0.2, 0.39 ],
"range": [ 0.39, 0.79 ],
"rof": [ -0.08, -0.02 ],
"thermload": [ -0.2, -0.1 ]
},
"5": {
"burstrof": [ 0.04, 0 ],
"piercing": [ 0.3, 0.6 ],
"piercing": [ 0.29, 0.61 ],
"range": [ 0.5, 1 ],
"rof": [ -0.04, 0 ],
"thermload": [ 0.1, 0 ]
}
},

View File

@@ -100,7 +100,7 @@
"piercing": 35,
"power": 0.6,
"range": 3000,
"rating": "F",
"rating": "E",
"rof": 3.448,
"thermload": 0.6
},