mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fixed for frag cannons
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
* Remove non-existant chaff launcher capacity blueprint grades
|
* Remove non-existant chaff launcher capacity blueprint grades
|
||||||
* Fix incorrect values for charge enhanced power distributor
|
* Fix incorrect values for charge enhanced power distributor
|
||||||
* Remove incorrect AFMU blueprints
|
* Remove incorrect AFMU blueprints
|
||||||
|
* Correct fragment cannon Double Shot blueprint information
|
||||||
|
|
||||||
#2.2.10
|
#2.2.10
|
||||||
* Fix incorrect base shield values for Cutter and Corvette
|
* Fix incorrect base shield values for Cutter and Corvette
|
||||||
|
|||||||
32
dist/index.js
vendored
32
dist/index.js
vendored
@@ -16435,37 +16435,41 @@ module.exports = {
|
|||||||
"Security Firmware Patch": 1,
|
"Security Firmware Patch": 1,
|
||||||
Vanadium: 1
|
Vanadium: 1
|
||||||
},
|
},
|
||||||
"5": {}
|
"5": {
|
||||||
|
"Configurable Components": 1,
|
||||||
|
"High Density Composites": 1,
|
||||||
|
"Modified Embedded Firmware": 1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
"1": {
|
"1": {
|
||||||
ammo: [ .1, .2 ],
|
|
||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ .1, .15 ],
|
burstrof: [ 10, 15 ],
|
||||||
|
clip: [ .34, .34 ],
|
||||||
range: [ -.25, -.1 ]
|
range: [ -.25, -.1 ]
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
ammo: [ .2, .3 ],
|
|
||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ .11, .16 ],
|
burstrof: [ 11, 16 ],
|
||||||
|
clip: [ .34, .34 ],
|
||||||
range: [ -.2, -.08 ]
|
range: [ -.2, -.08 ]
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
ammo: [ .3, .4 ],
|
|
||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ .12, .17 ],
|
burstrof: [ 12, 17 ],
|
||||||
|
clip: [ .34, 1 ],
|
||||||
range: [ -.15, -.06 ]
|
range: [ -.15, -.06 ]
|
||||||
},
|
},
|
||||||
"4": {
|
"4": {
|
||||||
ammo: [ .4, .5 ],
|
|
||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ .13, .18 ],
|
burstrof: [ 13, 18 ],
|
||||||
|
clip: [ 1, 1 ],
|
||||||
range: [ -.1, -.04 ]
|
range: [ -.1, -.04 ]
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
ammo: [ .5, .6 ],
|
|
||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ .14, .19 ],
|
burstrof: [ 14, 19 ],
|
||||||
|
clip: [ 1, 1 ],
|
||||||
range: [ -.5, -.02 ]
|
range: [ -.5, -.02 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -17041,13 +17045,13 @@ module.exports = {
|
|||||||
id: 3,
|
id: 3,
|
||||||
name: "burst",
|
name: "burst",
|
||||||
type: "numeric",
|
type: "numeric",
|
||||||
method: "multiplicative"
|
method: "overwrite"
|
||||||
},
|
},
|
||||||
burstrof: {
|
burstrof: {
|
||||||
id: 41,
|
id: 41,
|
||||||
name: "burstrof",
|
name: "burstrof",
|
||||||
type: "percentage",
|
type: "numeric",
|
||||||
method: "multiplicative"
|
method: "overwrite"
|
||||||
},
|
},
|
||||||
clip: {
|
clip: {
|
||||||
id: 4,
|
id: 4,
|
||||||
|
|||||||
72
dist/index.json
vendored
72
dist/index.json
vendored
@@ -22173,21 +22173,25 @@
|
|||||||
"Security Firmware Patch": 1,
|
"Security Firmware Patch": 1,
|
||||||
"Vanadium": 1
|
"Vanadium": 1
|
||||||
},
|
},
|
||||||
"5": {}
|
"5": {
|
||||||
|
"Configurable Components": 1,
|
||||||
|
"High Density Composites": 1,
|
||||||
|
"Modified Embedded Firmware": 1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
"ammo": [
|
|
||||||
0.1,
|
|
||||||
0.2
|
|
||||||
],
|
|
||||||
"burst": [
|
"burst": [
|
||||||
2,
|
2,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"burstrof": [
|
"burstrof": [
|
||||||
0.1,
|
10,
|
||||||
0.15
|
15
|
||||||
|
],
|
||||||
|
"clip": [
|
||||||
|
0.34,
|
||||||
|
0.34
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.25,
|
-0.25,
|
||||||
@@ -22195,17 +22199,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"ammo": [
|
|
||||||
0.2,
|
|
||||||
0.3
|
|
||||||
],
|
|
||||||
"burst": [
|
"burst": [
|
||||||
2,
|
2,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"burstrof": [
|
"burstrof": [
|
||||||
0.11,
|
11,
|
||||||
0.16
|
16
|
||||||
|
],
|
||||||
|
"clip": [
|
||||||
|
0.34,
|
||||||
|
0.34
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.2,
|
-0.2,
|
||||||
@@ -22213,17 +22217,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"ammo": [
|
|
||||||
0.3,
|
|
||||||
0.4
|
|
||||||
],
|
|
||||||
"burst": [
|
"burst": [
|
||||||
2,
|
2,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"burstrof": [
|
"burstrof": [
|
||||||
0.12,
|
12,
|
||||||
0.17
|
17
|
||||||
|
],
|
||||||
|
"clip": [
|
||||||
|
0.34,
|
||||||
|
1
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.15,
|
-0.15,
|
||||||
@@ -22231,17 +22235,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"4": {
|
"4": {
|
||||||
"ammo": [
|
|
||||||
0.4,
|
|
||||||
0.5
|
|
||||||
],
|
|
||||||
"burst": [
|
"burst": [
|
||||||
2,
|
2,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"burstrof": [
|
"burstrof": [
|
||||||
0.13,
|
13,
|
||||||
0.18
|
18
|
||||||
|
],
|
||||||
|
"clip": [
|
||||||
|
1,
|
||||||
|
1
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.1,
|
-0.1,
|
||||||
@@ -22249,17 +22253,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
"ammo": [
|
|
||||||
0.5,
|
|
||||||
0.6
|
|
||||||
],
|
|
||||||
"burst": [
|
"burst": [
|
||||||
2,
|
2,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"burstrof": [
|
"burstrof": [
|
||||||
0.14,
|
14,
|
||||||
0.19
|
19
|
||||||
|
],
|
||||||
|
"clip": [
|
||||||
|
1,
|
||||||
|
1
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.5,
|
-0.5,
|
||||||
@@ -23397,13 +23401,13 @@
|
|||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "burst",
|
"name": "burst",
|
||||||
"type": "numeric",
|
"type": "numeric",
|
||||||
"method": "multiplicative"
|
"method": "overwrite"
|
||||||
},
|
},
|
||||||
"burstrof": {
|
"burstrof": {
|
||||||
"id": 41,
|
"id": 41,
|
||||||
"name": "burstrof",
|
"name": "burstrof",
|
||||||
"type": "percentage",
|
"type": "numeric",
|
||||||
"method": "multiplicative"
|
"method": "overwrite"
|
||||||
},
|
},
|
||||||
"clip": {
|
"clip": {
|
||||||
"id": 4,
|
"id": 4,
|
||||||
|
|||||||
@@ -2345,37 +2345,40 @@
|
|||||||
"Vanadium": 1
|
"Vanadium": 1
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
|
"Configurable Components": 1,
|
||||||
|
"High Density Composites": 1,
|
||||||
|
"Modified Embedded Firmware": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
"ammo": [ 0.1, 0.2 ],
|
|
||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 0.1, 0.15 ],
|
"burstrof": [ 10, 15 ],
|
||||||
|
"clip": [ 0.34, 0.34 ],
|
||||||
"range": [ -0.25, -0.1 ]
|
"range": [ -0.25, -0.1 ]
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"ammo": [ 0.2, 0.3 ],
|
|
||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 0.11, 0.16 ],
|
"burstrof": [ 11, 16 ],
|
||||||
|
"clip": [ 0.34, 0.34 ],
|
||||||
"range": [ -0.2, -0.08 ]
|
"range": [ -0.2, -0.08 ]
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"ammo": [ 0.3, 0.4 ],
|
|
||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 0.12, 0.17 ],
|
"burstrof": [ 12, 17 ],
|
||||||
|
"clip": [ 0.34, 1 ],
|
||||||
"range": [ -0.15, -0.06 ]
|
"range": [ -0.15, -0.06 ]
|
||||||
},
|
},
|
||||||
"4": {
|
"4": {
|
||||||
"ammo": [ 0.4, 0.5 ],
|
|
||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 0.13, 0.18 ],
|
"burstrof": [ 13, 18 ],
|
||||||
|
"clip": [ 1, 1 ],
|
||||||
"range": [ -0.1, -0.04 ]
|
"range": [ -0.1, -0.04 ]
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
"ammo": [ 0.5, 0.6 ],
|
|
||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 0.14, 0.19 ],
|
"burstrof": [ 14, 19 ],
|
||||||
|
"clip": [ 1, 1 ],
|
||||||
"range": [ -0.5, -0.02 ]
|
"range": [ -0.5, -0.02 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative"},
|
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative"},
|
||||||
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative"},
|
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative"},
|
||||||
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative"},
|
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative"},
|
||||||
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "multiplicative"},
|
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite"},
|
||||||
"burstrof": {"id": 41, "name": "burstrof", "type": "percentage", "method": "multiplicative"},
|
"burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"},
|
||||||
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative"},
|
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative"},
|
||||||
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative"},
|
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative"},
|
||||||
"damagedist": {"id": 40, "name": "damage", "type": "hidden", "method": "overwrite"},
|
"damagedist": {"id": 40, "name": "damage", "type": "hidden", "method": "overwrite"},
|
||||||
|
|||||||
Reference in New Issue
Block a user