Merge branch 'release/2.2.11'

This commit is contained in:
Cmdr McDonald
2017-01-25 19:33:39 +00:00
8 changed files with 210 additions and 431 deletions

View File

@@ -1,3 +1,10 @@
#2.2.11
* Remove non-existant chaff launcher capacity blueprint grades
* 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 #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

150
dist/index.js vendored
View File

@@ -6347,7 +6347,7 @@ module.exports = {
piercing: 35, piercing: 35,
power: .6, power: .6,
range: 3e3, range: 3e3,
rating: "F", rating: "E",
rof: 3.448, rof: 3.448,
thermload: .6 thermload: .6
}, { }, {
@@ -14090,58 +14090,6 @@ module.exports = {
}, },
Modifications: { Modifications: {
blueprints: { blueprints: {
AFM_LightWeight: {
id: 1,
features: {
"1": {
integrity: [ -.2, -.1 ],
mass: [ -.3, -.4 ]
},
"2": {
integrity: [ -.3, -.2 ],
mass: [ -.4, -.5 ]
},
"3": {
integrity: [ -.4, -.3 ],
mass: [ -.5, -.6 ]
},
"4": {
integrity: [ -.5, -.4 ],
mass: [ -.6, -.7 ]
},
"5": {
integrity: [ -.6, -.5 ],
mass: [ -.7, -.8 ]
}
},
name: "Lightweight"
},
AFM_Reinforced: {
id: 2,
features: {
"1": {
integrity: [ .2, .5 ],
mass: [ 1, .4 ]
},
"2": {
integrity: [ .4, 1 ],
mass: [ 1.5, .8 ]
},
"3": {
integrity: [ .6, 1.5 ],
mass: [ 2, 1.2 ]
},
"4": {
integrity: [ .8, 2 ],
mass: [ 2.5, 1.6 ]
},
"5": {
integrity: [ 1, 2.5 ],
mass: [ 3, 2 ]
}
},
name: "Reinforced"
},
AFM_Shielded: { AFM_Shielded: {
id: 3, id: 3,
features: { features: {
@@ -15670,43 +15618,43 @@ module.exports = {
features: { features: {
"1": { "1": {
engcap: [ -.03, 0 ], engcap: [ -.03, 0 ],
engrate: [ .25, .16 ], engrate: [ .04, .12 ],
syscap: [ -.03, 0 ], syscap: [ -.03, 0 ],
sysrate: [ .25, .16 ], sysrate: [ .04, .12 ],
wepcap: [ -.03, 0 ], wepcap: [ -.03, 0 ],
weprate: [ .25, .16 ] weprate: [ .04, .12 ]
}, },
"2": { "2": {
engcap: [ -.06, -.01 ], engcap: [ -.06, -.01 ],
engrate: [ .25, .16 ], engrate: [ .08, .18 ],
syscap: [ -.06, -.01 ], syscap: [ -.06, -.01 ],
sysrate: [ .25, .16 ], sysrate: [ .08, .18 ],
wepcap: [ -.06, -.01 ], wepcap: [ -.06, -.01 ],
weprate: [ .25, .16 ] weprate: [ .08, .18 ]
}, },
"3": { "3": {
engcap: [ -.09, -.02 ], engcap: [ -.09, -.02 ],
engrate: [ .25, .16 ], engrate: [ .12, .24 ],
syscap: [ -.09, -.02 ], syscap: [ -.09, -.02 ],
sysrate: [ .25, .16 ], sysrate: [ .12, .24 ],
wepcap: [ -.09, -.02 ], wepcap: [ -.09, -.02 ],
weprate: [ .25, .16 ] weprate: [ .12, .24 ]
}, },
"4": { "4": {
engcap: [ -.12, -.03 ], engcap: [ -.12, -.03 ],
engrate: [ .25, -.16 ], engrate: [ .16, .3 ],
syscap: [ -.12, -.03 ], syscap: [ -.12, -.03 ],
sysrate: [ .25, .16 ], sysrate: [ .16, .3 ],
wepcap: [ -.12, -.03 ], wepcap: [ -.12, -.03 ],
weprate: [ .25, .16 ] weprate: [ .16, .3 ]
}, },
"5": { "5": {
engcap: [ -.15, -.04 ], engcap: [ -.15, -.04 ],
engrate: [ .25, .16 ], engrate: [ .2, .36 ],
syscap: [ -.15, -.04 ], syscap: [ -.15, -.04 ],
sysrate: [ .25, .16 ], sysrate: [ .2, .36 ],
wepcap: [ -.15, -.04 ], wepcap: [ -.15, -.04 ],
weprate: [ .25, .16 ] weprate: [ .2, .36 ]
} }
}, },
name: "Charge enhanced" name: "Charge enhanced"
@@ -16487,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 ]
} }
}, },
@@ -16608,32 +16560,32 @@ module.exports = {
}, },
features: { features: {
"1": { "1": {
burstrof: [ .2, .08 ],
range: [ .1, .2 ], range: [ .1, .2 ],
thermload: [ .5, .4 ] rof: [ -.17, -.08 ],
thermload: [ .5, .39 ]
}, },
"2": { "2": {
burstrof: [ .16, .06 ],
piercing: [ 0, .1 ], piercing: [ 0, .1 ],
range: [ .2, .4 ], range: [ .2, .39 ],
thermload: [ .4, .3 ] rof: [ -.14, -.06 ],
thermload: [ .39, .31 ]
}, },
"3": { "3": {
burstrof: [ .12, .04 ],
piercing: [ .1, .2 ], piercing: [ .1, .2 ],
range: [ .3, .6 ], range: [ .29, .61 ],
thermload: [ .3, .2 ] rof: [ -.11, -.04 ],
thermload: [ .31, .2 ]
}, },
"4": { "4": {
burstrof: [ .08, .02 ], piercing: [ .2, .39 ],
piercing: [ .2, .4 ], range: [ .39, .79 ],
range: [ .4, .8 ], rof: [ -.08, -.02 ],
thermload: [ .2, .1 ] thermload: [ -.2, -.1 ]
}, },
"5": { "5": {
burstrof: [ .04, 0 ], piercing: [ .29, .61 ],
piercing: [ .3, .6 ],
range: [ .5, 1 ], range: [ .5, 1 ],
rof: [ -.04, 0 ],
thermload: [ .1, 0 ] thermload: [ .1, 0 ]
} }
}, },
@@ -17093,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,
@@ -17691,9 +17643,7 @@ module.exports = {
modules: { modules: {
am: { am: {
blueprints: { blueprints: {
AFM_LightWeight: [ 1, 2, 3, 4, 5 ], AFM_Shielded: [ 1, 2, 3, 4 ]
AFM_Reinforced: [ 1, 2, 3, 4, 5 ],
AFM_Shielded: [ 1, 2, 3, 4, 5 ]
}, },
modifications: [ "integrity", "power" ] modifications: [ "integrity", "power" ]
}, },
@@ -17750,7 +17700,7 @@ module.exports = {
}, },
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 ]

337
dist/index.json vendored
View File

@@ -8277,7 +8277,7 @@
"piercing": 35, "piercing": 35,
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "F", "rating": "E",
"rof": 3.448, "rof": 3.448,
"thermload": 0.6 "thermload": 0.6
}, },
@@ -16531,118 +16531,6 @@
}, },
"Modifications": { "Modifications": {
"blueprints": { "blueprints": {
"AFM_LightWeight": {
"id": 1,
"features": {
"1": {
"integrity": [
-0.2,
-0.1
],
"mass": [
-0.3,
-0.4
]
},
"2": {
"integrity": [
-0.3,
-0.2
],
"mass": [
-0.4,
-0.5
]
},
"3": {
"integrity": [
-0.4,
-0.3
],
"mass": [
-0.5,
-0.6
]
},
"4": {
"integrity": [
-0.5,
-0.4
],
"mass": [
-0.6,
-0.7
]
},
"5": {
"integrity": [
-0.6,
-0.5
],
"mass": [
-0.7,
-0.8
]
}
},
"name": "Lightweight"
},
"AFM_Reinforced": {
"id": 2,
"features": {
"1": {
"integrity": [
0.2,
0.5
],
"mass": [
1,
0.4
]
},
"2": {
"integrity": [
0.4,
1
],
"mass": [
1.5,
0.8
]
},
"3": {
"integrity": [
0.6,
1.5
],
"mass": [
2,
1.2
]
},
"4": {
"integrity": [
0.8,
2
],
"mass": [
2.5,
1.6
]
},
"5": {
"integrity": [
1,
2.5
],
"mass": [
3,
2
]
}
},
"name": "Reinforced"
},
"AFM_Shielded": { "AFM_Shielded": {
"id": 3, "id": 3,
"features": { "features": {
@@ -20248,24 +20136,24 @@
0 0
], ],
"engrate": [ "engrate": [
0.25, 0.04,
0.16 0.12
], ],
"syscap": [ "syscap": [
-0.03, -0.03,
0 0
], ],
"sysrate": [ "sysrate": [
0.25, 0.04,
0.16 0.12
], ],
"wepcap": [ "wepcap": [
-0.03, -0.03,
0 0
], ],
"weprate": [ "weprate": [
0.25, 0.04,
0.16 0.12
] ]
}, },
"2": { "2": {
@@ -20274,24 +20162,24 @@
-0.01 -0.01
], ],
"engrate": [ "engrate": [
0.25, 0.08,
0.16 0.18
], ],
"syscap": [ "syscap": [
-0.06, -0.06,
-0.01 -0.01
], ],
"sysrate": [ "sysrate": [
0.25, 0.08,
0.16 0.18
], ],
"wepcap": [ "wepcap": [
-0.06, -0.06,
-0.01 -0.01
], ],
"weprate": [ "weprate": [
0.25, 0.08,
0.16 0.18
] ]
}, },
"3": { "3": {
@@ -20300,24 +20188,24 @@
-0.02 -0.02
], ],
"engrate": [ "engrate": [
0.25, 0.12,
0.16 0.24
], ],
"syscap": [ "syscap": [
-0.09, -0.09,
-0.02 -0.02
], ],
"sysrate": [ "sysrate": [
0.25, 0.12,
0.16 0.24
], ],
"wepcap": [ "wepcap": [
-0.09, -0.09,
-0.02 -0.02
], ],
"weprate": [ "weprate": [
0.25, 0.12,
0.16 0.24
] ]
}, },
"4": { "4": {
@@ -20326,24 +20214,24 @@
-0.03 -0.03
], ],
"engrate": [ "engrate": [
0.25, 0.16,
-0.16 0.3
], ],
"syscap": [ "syscap": [
-0.12, -0.12,
-0.03 -0.03
], ],
"sysrate": [ "sysrate": [
0.25, 0.16,
0.16 0.3
], ],
"wepcap": [ "wepcap": [
-0.12, -0.12,
-0.03 -0.03
], ],
"weprate": [ "weprate": [
0.25, 0.16,
0.16 0.3
] ]
}, },
"5": { "5": {
@@ -20352,24 +20240,24 @@
-0.04 -0.04
], ],
"engrate": [ "engrate": [
0.25, 0.2,
0.16 0.36
], ],
"syscap": [ "syscap": [
-0.15, -0.15,
-0.04 -0.04
], ],
"sysrate": [ "sysrate": [
0.25, 0.2,
0.16 0.36
], ],
"wepcap": [ "wepcap": [
-0.15, -0.15,
-0.04 -0.04
], ],
"weprate": [ "weprate": [
0.25, 0.2,
0.16 0.36
] ]
} }
}, },
@@ -22285,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,
@@ -22307,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,
@@ -22325,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,
@@ -22343,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,
@@ -22361,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,
@@ -22517,86 +22409,86 @@
}, },
"features": { "features": {
"1": { "1": {
"burstrof": [
0.2,
0.08
],
"range": [ "range": [
0.1, 0.1,
0.2 0.2
], ],
"rof": [
-0.17,
-0.08
],
"thermload": [ "thermload": [
0.5, 0.5,
0.4 0.39
] ]
}, },
"2": { "2": {
"burstrof": [
0.16,
0.06
],
"piercing": [ "piercing": [
0, 0,
0.1 0.1
], ],
"range": [ "range": [
0.2, 0.2,
0.4 0.39
],
"rof": [
-0.14,
-0.06
], ],
"thermload": [ "thermload": [
0.4, 0.39,
0.3 0.31
] ]
}, },
"3": { "3": {
"burstrof": [
0.12,
0.04
],
"piercing": [ "piercing": [
0.1, 0.1,
0.2 0.2
], ],
"range": [ "range": [
0.3, 0.29,
0.6 0.61
],
"rof": [
-0.11,
-0.04
], ],
"thermload": [ "thermload": [
0.3, 0.31,
0.2 0.2
] ]
}, },
"4": { "4": {
"burstrof": [
0.08,
0.02
],
"piercing": [ "piercing": [
0.2, 0.2,
0.4 0.39
], ],
"range": [ "range": [
0.4, 0.39,
0.8 0.79
],
"rof": [
-0.08,
-0.02
], ],
"thermload": [ "thermload": [
0.2, -0.2,
0.1 -0.1
] ]
}, },
"5": { "5": {
"burstrof": [
0.04,
0
],
"piercing": [ "piercing": [
0.3, 0.29,
0.6 0.61
], ],
"range": [ "range": [
0.5, 0.5,
1 1
], ],
"rof": [
-0.04,
0
],
"thermload": [ "thermload": [
0.1, 0.1,
0 0
@@ -23509,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,
@@ -24107,26 +23999,11 @@
"modules": { "modules": {
"am": { "am": {
"blueprints": { "blueprints": {
"AFM_LightWeight": [
1,
2,
3,
4,
5
],
"AFM_Reinforced": [
1,
2,
3,
4,
5
],
"AFM_Shielded": [ "AFM_Shielded": [
1, 1,
2, 2,
3, 3,
4, 4
5
] ]
}, },
"modifications": [ "modifications": [
@@ -24397,11 +24274,7 @@
"ch": { "ch": {
"blueprints": { "blueprints": {
"ChaffLauncher_ChaffCapacity": [ "ChaffLauncher_ChaffCapacity": [
1, 3
2,
3,
4,
5
], ],
"ChaffLauncher_LightWeight": [ "ChaffLauncher_LightWeight": [
1, 1,

View File

@@ -1,56 +1,4 @@
{ {
"AFM_LightWeight": {
"id": 1,
"features": {
"1": {
"integrity": [ -0.2, -0.1 ],
"mass": [ -0.3, -0.4 ]
},
"2": {
"integrity": [ -0.3, -0.2 ],
"mass": [ -0.4, -0.5 ]
},
"3": {
"integrity": [ -0.4, -0.3 ],
"mass": [ -0.5, -0.6 ]
},
"4": {
"integrity": [ -0.5, -0.4 ],
"mass": [ -0.6, -0.7 ]
},
"5": {
"integrity": [ -0.6, -0.5 ],
"mass": [ -0.7, -0.8 ]
}
},
"name": "Lightweight"
},
"AFM_Reinforced": {
"id": 2,
"features": {
"1": {
"integrity": [ 0.2, 0.5 ],
"mass": [ 1, 0.4 ]
},
"2": {
"integrity": [ 0.4, 1 ],
"mass": [ 1.5, 0.8 ]
},
"3": {
"integrity": [ 0.6, 1.5 ],
"mass": [ 2.0, 1.2 ]
},
"4": {
"integrity": [ 0.8, 2 ],
"mass": [ 2.5, 1.6 ]
},
"5": {
"integrity": [ 1, 2.5 ],
"mass": [ 3.0, 2.0 ]
}
},
"name": "Reinforced"
},
"AFM_Shielded": { "AFM_Shielded": {
"id": 3, "id": 3,
"features": { "features": {
@@ -1579,43 +1527,43 @@
"features": { "features": {
"1": { "1": {
"engcap": [ -0.03, 0 ], "engcap": [ -0.03, 0 ],
"engrate": [ 0.25, 0.16 ], "engrate": [ 0.04, 0.12 ],
"syscap": [ -0.03, 0 ], "syscap": [ -0.03, 0 ],
"sysrate": [ 0.25, 0.16 ], "sysrate": [ 0.04, 0.12 ],
"wepcap": [ -0.03, 0 ], "wepcap": [ -0.03, 0 ],
"weprate": [ 0.25, 0.16 ] "weprate": [ 0.04, 0.12 ]
}, },
"2": { "2": {
"engcap": [ -0.06, -0.01 ], "engcap": [ -0.06, -0.01 ],
"engrate": [ 0.25, 0.16 ], "engrate": [ 0.08, 0.18 ],
"syscap": [ -0.06, -0.01 ], "syscap": [ -0.06, -0.01 ],
"sysrate": [ 0.25, 0.16 ], "sysrate": [ 0.08, 0.18 ],
"wepcap": [ -0.06, -0.01 ], "wepcap": [ -0.06, -0.01 ],
"weprate": [ 0.25, 0.16 ] "weprate": [ 0.08, 0.18 ]
}, },
"3": { "3": {
"engcap": [ -0.09, -0.02 ], "engcap": [ -0.09, -0.02 ],
"engrate": [ 0.25, 0.16 ], "engrate": [ 0.12, 0.24 ],
"syscap": [ -0.09, -0.02 ], "syscap": [ -0.09, -0.02 ],
"sysrate": [ 0.25, 0.16 ], "sysrate": [ 0.12, 0.24 ],
"wepcap": [ -0.09, -0.02 ], "wepcap": [ -0.09, -0.02 ],
"weprate": [ 0.25, 0.16 ] "weprate": [ 0.12, 0.24 ]
}, },
"4": { "4": {
"engcap": [ -0.12, -0.03 ], "engcap": [ -0.12, -0.03 ],
"engrate": [ 0.25,-0.16 ], "engrate": [ 0.16, 0.3 ],
"syscap": [ -0.12, -0.03 ], "syscap": [ -0.12, -0.03 ],
"sysrate": [ 0.25, 0.16 ], "sysrate": [ 0.16, 0.3 ],
"wepcap": [ -0.12, -0.03 ], "wepcap": [ -0.12, -0.03 ],
"weprate": [ 0.25, 0.16 ] "weprate": [ 0.16, 0.3 ]
}, },
"5": { "5": {
"engcap": [ -0.15, -0.04 ], "engcap": [ -0.15, -0.04 ],
"engrate": [ 0.25, 0.16 ], "engrate": [ 0.2, 0.36 ],
"syscap": [ -0.15, -0.04 ], "syscap": [ -0.15, -0.04 ],
"sysrate": [ 0.25, 0.16 ], "sysrate": [ 0.2, 0.36 ],
"wepcap": [ -0.15, -0.04 ], "wepcap": [ -0.15, -0.04 ],
"weprate": [ 0.25, 0.16 ] "weprate": [ 0.2, 0.36 ]
} }
}, },
"name": "Charge enhanced" "name": "Charge enhanced"
@@ -2397,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 ]
} }
}, },
@@ -2518,32 +2469,32 @@
}, },
"features": { "features": {
"1": { "1": {
"burstrof": [ 0.2, 0.08 ],
"range": [ 0.1, 0.2 ], "range": [ 0.1, 0.2 ],
"thermload": [ 0.5, 0.4 ] "rof": [ -0.17, -0.08 ],
"thermload": [ 0.5, 0.39 ]
}, },
"2": { "2": {
"burstrof": [ 0.16, 0.06 ],
"piercing": [ 0, 0.1 ], "piercing": [ 0, 0.1 ],
"range": [ 0.2, 0.4 ], "range": [ 0.2, 0.39 ],
"thermload": [ 0.4, 0.3 ] "rof": [ -0.14, -0.06 ],
"thermload": [ 0.39, 0.31 ]
}, },
"3": { "3": {
"burstrof": [ 0.12, 0.04 ],
"piercing": [ 0.1, 0.2 ], "piercing": [ 0.1, 0.2 ],
"range": [ 0.3, 0.6 ], "range": [ 0.29, 0.61 ],
"thermload": [ 0.3, 0.2 ] "rof": [ -0.11, -0.04 ],
"thermload": [ 0.31, 0.2 ]
}, },
"4": { "4": {
"burstrof": [ 0.08, 0.02 ], "piercing": [ 0.2, 0.39 ],
"piercing": [ 0.2, 0.4 ], "range": [ 0.39, 0.79 ],
"range": [ 0.4, 0.8 ], "rof": [ -0.08, -0.02 ],
"thermload": [ 0.2, 0.1 ] "thermload": [ -0.2, -0.1 ]
}, },
"5": { "5": {
"burstrof": [ 0.04, 0 ], "piercing": [ 0.29, 0.61 ],
"piercing": [ 0.3, 0.6 ],
"range": [ 0.5, 1 ], "range": [ 0.5, 1 ],
"rof": [ -0.04, 0 ],
"thermload": [ 0.1, 0 ] "thermload": [ 0.1, 0 ]
} }
}, },

View File

@@ -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"},

View File

@@ -1,9 +1,7 @@
{ {
"am": { "am": {
"blueprints": { "blueprints": {
"AFM_LightWeight": [1, 2, 3, 4, 5], "AFM_Shielded": [1, 2, 3, 4]
"AFM_Reinforced": [1, 2, 3, 4, 5],
"AFM_Shielded": [1, 2, 3, 4, 5]
}, },
"modifications": [ "modifications": [
"integrity", "integrity",
@@ -116,7 +114,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]

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis-data", "name": "coriolis-data",
"version": "2.2.10", "version": "2.2.11",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EDCD/coriolis-data" "url": "https://github.com/EDCD/coriolis-data"