Update missile racks

This commit is contained in:
Cmdr McDonald
2016-12-20 13:57:20 +00:00
parent 34ec4b4214
commit c52f3d239c
7 changed files with 322 additions and 159 deletions

View File

@@ -9,6 +9,7 @@
* Add module reinforcement packages * Add module reinforcement packages
* Add military compartments * Add military compartments
* Fix missing damage value for 2B dumbfires * Fix missing damage value for 2B dumbfires
* Update shield recharge rates
#2.2.5 #2.2.5
* Fix incorrect ID for emissive munitions special * Fix incorrect ID for emissive munitions special

160
dist/index.js vendored
View File

@@ -8210,6 +8210,7 @@ module.exports = {
clip: 12, clip: 12,
cost: 240400, cost: 240400,
damage: 50, damage: 50,
distdraw: .24,
edID: 128666725, edID: 128666725,
eddbID: 1327, eddbID: 1327,
eps: .12, eps: .12,
@@ -8226,6 +8227,7 @@ module.exports = {
reload: 5, reload: 5,
rof: .5, rof: .5,
speed: 750, speed: 750,
thermload: 3.6,
type: "E" type: "E"
}, { }, {
ammo: 18, ammo: 18,
@@ -8284,7 +8286,7 @@ module.exports = {
type: "E" type: "E"
}, { }, {
ammo: 120, ammo: 120,
breachdmg: 6, breachdmg: 3,
breachmax: 0, breachmax: 0,
breachmin: 0, breachmin: 0,
class: 2, class: 2,
@@ -9346,6 +9348,7 @@ module.exports = {
repair: 308 repair: 308
} ], } ],
bsg: [ { bsg: [ {
brokenregen: 2.4,
class: 1, class: 1,
cost: 7710, cost: 7710,
edID: 128671331, edID: 128671331,
@@ -9363,9 +9366,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.2, power: 1.2,
rating: "C", rating: "C",
recover: 2.4, regen: 1.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.4,
class: 2, class: 2,
cost: 26710, cost: 26710,
edID: 128671332, edID: 128671332,
@@ -9383,9 +9387,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.5, power: 1.5,
rating: "C", rating: "C",
recover: 2.4, regen: 1.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.8,
class: 3, class: 3,
cost: 84650, cost: 84650,
edID: 128671333, edID: 128671333,
@@ -9403,9 +9408,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.8, power: 1.8,
rating: "C", rating: "C",
recover: 2.4, regen: 2.2,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.8,
class: 4, class: 4,
cost: 268350, cost: 268350,
edID: 128671334, edID: 128671334,
@@ -9423,9 +9429,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 2.2, power: 2.2,
rating: "C", rating: "C",
recover: 2.85, regen: 3,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.6,
class: 5, class: 5,
cost: 850660, cost: 850660,
edID: 128671335, edID: 128671335,
@@ -9443,9 +9450,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 2.6, power: 2.6,
rating: "C", rating: "C",
recover: 3.75, regen: 4.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 8,
class: 6, class: 6,
cost: 2696600, cost: 2696600,
edID: 128671336, edID: 128671336,
@@ -9463,9 +9471,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 3.1, power: 3.1,
rating: "C", rating: "C",
recover: 4.8, regen: 6.4,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 11,
class: 7, class: 7,
cost: 8548200, cost: 8548200,
edID: 128671337, edID: 128671337,
@@ -9483,9 +9492,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 3.5, power: 3.5,
rating: "C", rating: "C",
recover: 6, regen: 8.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 14.4,
class: 8, class: 8,
cost: 27097750, cost: 27097750,
edID: 128671338, edID: 128671338,
@@ -9503,7 +9513,7 @@ module.exports = {
optmul: .9, optmul: .9,
power: 4, power: 4,
rating: "C", rating: "C",
recover: 7.2, regen: 11.5,
thermres: -.2 thermres: -.2
} ], } ],
cr: [ { cr: [ {
@@ -11448,6 +11458,7 @@ module.exports = {
rating: "G" rating: "G"
} ], } ],
psg: [ { psg: [ {
brokenregen: 1.2,
class: 1, class: 1,
cost: 132200, cost: 132200,
edID: 128671323, edID: 128671323,
@@ -11466,9 +11477,10 @@ module.exports = {
power: 2.52, power: 2.52,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 1.2, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.2,
class: 2, class: 2,
cost: 240340, cost: 240340,
edID: 128671324, edID: 128671324,
@@ -11487,9 +11499,10 @@ module.exports = {
power: 3.15, power: 3.15,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 1.2, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.3,
class: 3, class: 3,
cost: 761870, cost: 761870,
edID: 128671325, edID: 128671325,
@@ -11508,9 +11521,10 @@ module.exports = {
power: 3.78, power: 3.78,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 1.2, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.7,
class: 4, class: 4,
cost: 2415120, cost: 2415120,
edID: 128671326, edID: 128671326,
@@ -11529,9 +11543,10 @@ module.exports = {
power: 4.62, power: 4.62,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 1.425, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.3,
class: 5, class: 5,
cost: 7655930, cost: 7655930,
edID: 128671327, edID: 128671327,
@@ -11550,9 +11565,10 @@ module.exports = {
power: 5.46, power: 5.46,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 1.875, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.2,
class: 6, class: 6,
cost: 24269300, cost: 24269300,
edID: 128671328, edID: 128671328,
@@ -11571,9 +11587,10 @@ module.exports = {
power: 6.51, power: 6.51,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 2.4, regen: 1.3,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 4.2,
class: 7, class: 7,
cost: 76933670, cost: 76933670,
edID: 128671329, edID: 128671329,
@@ -11592,9 +11609,10 @@ module.exports = {
power: 7.35, power: 7.35,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 3, regen: 1.7,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.4,
class: 8, class: 8,
cost: 243879730, cost: 243879730,
edID: 128671330, edID: 128671330,
@@ -11613,7 +11631,7 @@ module.exports = {
power: 8.4, power: 8.4,
pp: "Aisling Duval", pp: "Aisling Duval",
rating: "A", rating: "A",
recover: 3.6, regen: 2.2,
thermres: -.2 thermres: -.2
} ], } ],
pc: [ { pc: [ {
@@ -13012,6 +13030,7 @@ module.exports = {
thermload: 800 thermload: 800
} ], } ],
sg: [ { sg: [ {
brokenregen: 1.6,
class: 1, class: 1,
cost: 88075, cost: 88075,
edID: 128064262, edID: 128064262,
@@ -13029,9 +13048,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 1.68, power: 1.68,
rating: "A", rating: "A",
recover: 1, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.6,
class: 2, class: 2,
cost: 1980, cost: 1980,
edID: 128064263, edID: 128064263,
@@ -13049,9 +13069,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: .9, power: .9,
rating: "E", rating: "E",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.6,
class: 2, class: 2,
cost: 5930, cost: 5930,
edID: 128064264, edID: 128064264,
@@ -13069,9 +13090,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.2, power: 1.2,
rating: "D", rating: "D",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.6,
class: 2, class: 2,
cost: 17800, cost: 17800,
edID: 128064265, edID: 128064265,
@@ -13089,9 +13111,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 1.5, power: 1.5,
rating: "C", rating: "C",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.6,
class: 2, class: 2,
cost: 53410, cost: 53410,
edID: 128064266, edID: 128064266,
@@ -13109,9 +13132,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 1.8, power: 1.8,
rating: "B", rating: "B",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.6,
class: 2, class: 2,
cost: 160220, cost: 160220,
edID: 128064267, edID: 128064267,
@@ -13129,9 +13153,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 2.1, power: 2.1,
rating: "A", rating: "A",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.9,
class: 3, class: 3,
cost: 6270, cost: 6270,
edID: 128064268, edID: 128064268,
@@ -13149,9 +13174,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 1.08, power: 1.08,
rating: "E", rating: "E",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.9,
class: 3, class: 3,
cost: 18810, cost: 18810,
edID: 128064269, edID: 128064269,
@@ -13169,9 +13195,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.44, power: 1.44,
rating: "D", rating: "D",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.9,
class: 3, class: 3,
cost: 56440, cost: 56440,
edID: 128064270, edID: 128064270,
@@ -13189,9 +13216,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 1.8, power: 1.8,
rating: "C", rating: "C",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.9,
class: 3, class: 3,
cost: 169300, cost: 169300,
edID: 128064271, edID: 128064271,
@@ -13209,9 +13237,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 2.16, power: 2.16,
rating: "B", rating: "B",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 1.9,
class: 3, class: 3,
cost: 507910, cost: 507910,
edID: 128064272, edID: 128064272,
@@ -13229,9 +13258,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 2.52, power: 2.52,
rating: "A", rating: "A",
recover: 1.6, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.5,
class: 4, class: 4,
cost: 19880, cost: 19880,
edID: 128064273, edID: 128064273,
@@ -13249,9 +13279,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 1.32, power: 1.32,
rating: "E", rating: "E",
recover: 1.9, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.5,
class: 4, class: 4,
cost: 59630, cost: 59630,
edID: 128064274, edID: 128064274,
@@ -13269,9 +13300,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 1.76, power: 1.76,
rating: "D", rating: "D",
recover: 1.9, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.5,
class: 4, class: 4,
cost: 178900, cost: 178900,
edID: 128064275, edID: 128064275,
@@ -13289,9 +13321,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 2.2, power: 2.2,
rating: "C", rating: "C",
recover: 1.9, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.5,
class: 4, class: 4,
cost: 536690, cost: 536690,
edID: 128064276, edID: 128064276,
@@ -13309,9 +13342,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 2.64, power: 2.64,
rating: "B", rating: "B",
recover: 1.9, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 2.5,
class: 4, class: 4,
cost: 1610080, cost: 1610080,
edID: 128064277, edID: 128064277,
@@ -13329,9 +13363,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 3.08, power: 3.08,
rating: "A", rating: "A",
recover: 1.9, regen: 1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.7,
class: 5, class: 5,
cost: 63010, cost: 63010,
edID: 128064278, edID: 128064278,
@@ -13349,9 +13384,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 1.56, power: 1.56,
rating: "E", rating: "E",
recover: 2.5, regen: 1.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.7,
class: 5, class: 5,
cost: 189040, cost: 189040,
edID: 128064279, edID: 128064279,
@@ -13369,9 +13405,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 2.08, power: 2.08,
rating: "D", rating: "D",
recover: 2.5, regen: 1.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.7,
class: 5, class: 5,
cost: 567110, cost: 567110,
edID: 128064280, edID: 128064280,
@@ -13389,9 +13426,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 2.6, power: 2.6,
rating: "C", rating: "C",
recover: 2.5, regen: 1.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.7,
class: 5, class: 5,
cost: 1701320, cost: 1701320,
edID: 128064281, edID: 128064281,
@@ -13409,9 +13447,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 3.12, power: 3.12,
rating: "B", rating: "B",
recover: 2.5, regen: 1.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 3.7,
class: 5, class: 5,
cost: 5103950, cost: 5103950,
edID: 128064282, edID: 128064282,
@@ -13429,9 +13468,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 3.64, power: 3.64,
rating: "A", rating: "A",
recover: 2.5, regen: 1.5,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.3,
class: 6, class: 6,
cost: 199750, cost: 199750,
edID: 128064283, edID: 128064283,
@@ -13449,9 +13489,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 1.86, power: 1.86,
rating: "E", rating: "E",
recover: 3.2, regen: 2.1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.3,
class: 6, class: 6,
cost: 599240, cost: 599240,
edID: 128064284, edID: 128064284,
@@ -13469,9 +13510,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 2.48, power: 2.48,
rating: "D", rating: "D",
recover: 3.2, regen: 2.1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.3,
class: 6, class: 6,
cost: 1797730, cost: 1797730,
edID: 128064285, edID: 128064285,
@@ -13489,9 +13531,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 3.1, power: 3.1,
rating: "C", rating: "C",
recover: 3.2, regen: 2.1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.3,
class: 6, class: 6,
cost: 5393180, cost: 5393180,
edID: 128064286, edID: 128064286,
@@ -13509,9 +13552,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 3.72, power: 3.72,
rating: "B", rating: "B",
recover: 3.2, regen: 2.1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 5.3,
class: 6, class: 6,
cost: 16179530, cost: 16179530,
edID: 128064287, edID: 128064287,
@@ -13529,9 +13573,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 4.34, power: 4.34,
rating: "A", rating: "A",
recover: 3.2, regen: 2.1,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 7.3,
class: 7, class: 7,
cost: 633200, cost: 633200,
edID: 128064288, edID: 128064288,
@@ -13549,9 +13594,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 2.1, power: 2.1,
rating: "E", rating: "E",
recover: 4, regen: 2.9,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 7.3,
class: 7, class: 7,
cost: 1899600, cost: 1899600,
edID: 128064289, edID: 128064289,
@@ -13569,9 +13615,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 2.8, power: 2.8,
rating: "D", rating: "D",
recover: 4, regen: 2.9,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 7.3,
class: 7, class: 7,
cost: 5698790, cost: 5698790,
edID: 128064290, edID: 128064290,
@@ -13589,9 +13636,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 3.5, power: 3.5,
rating: "C", rating: "C",
recover: 4, regen: 2.9,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 7.3,
class: 7, class: 7,
cost: 17096370, cost: 17096370,
edID: 128064291, edID: 128064291,
@@ -13609,9 +13657,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 4.2, power: 4.2,
rating: "B", rating: "B",
recover: 4, regen: 2.9,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 7.3,
class: 7, class: 7,
cost: 51289110, cost: 51289110,
edID: 128064292, edID: 128064292,
@@ -13629,9 +13678,10 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 4.9, power: 4.9,
rating: "A", rating: "A",
recover: 4, regen: 2.9,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 9.6,
class: 8, class: 8,
cost: 2007240, cost: 2007240,
edID: 128064293, edID: 128064293,
@@ -13649,9 +13699,10 @@ module.exports = {
optmul: .8, optmul: .8,
power: 2.4, power: 2.4,
rating: "E", rating: "E",
recover: 4.8, regen: 3.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 9.6,
class: 8, class: 8,
cost: 6021720, cost: 6021720,
edID: 128064294, edID: 128064294,
@@ -13669,9 +13720,10 @@ module.exports = {
optmul: .9, optmul: .9,
power: 3.2, power: 3.2,
rating: "D", rating: "D",
recover: 4.8, regen: 3.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 9.6,
class: 8, class: 8,
cost: 18065170, cost: 18065170,
edID: 128064295, edID: 128064295,
@@ -13689,9 +13741,10 @@ module.exports = {
optmul: 1, optmul: 1,
power: 4, power: 4,
rating: "C", rating: "C",
recover: 4.8, regen: 3.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 9.6,
class: 8, class: 8,
cost: 54195500, cost: 54195500,
edID: 128064296, edID: 128064296,
@@ -13709,9 +13762,10 @@ module.exports = {
optmul: 1.1, optmul: 1.1,
power: 4.8, power: 4.8,
rating: "B", rating: "B",
recover: 4.8, regen: 3.8,
thermres: -.2 thermres: -.2
}, { }, {
brokenregen: 9.6,
class: 8, class: 8,
cost: 162586490, cost: 162586490,
edID: 128064297, edID: 128064297,
@@ -13729,7 +13783,7 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
power: 5.6, power: 5.6,
rating: "A", rating: "A",
recover: 4.8, regen: 3.8,
thermres: -.2 thermres: -.2
} ] } ]
} }

160
dist/index.json vendored
View File

@@ -10238,6 +10238,7 @@
"clip": 12, "clip": 12,
"cost": 240400, "cost": 240400,
"damage": 50, "damage": 50,
"distdraw": 0.24,
"edID": 128666725, "edID": 128666725,
"eddbID": 1327, "eddbID": 1327,
"eps": 0.12, "eps": 0.12,
@@ -10254,6 +10255,7 @@
"reload": 5, "reload": 5,
"rof": 0.5, "rof": 0.5,
"speed": 750, "speed": 750,
"thermload": 3.6,
"type": "E" "type": "E"
}, },
{ {
@@ -10315,7 +10317,7 @@
}, },
{ {
"ammo": 120, "ammo": 120,
"breachdmg": 6, "breachdmg": 3,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 2, "class": 2,
@@ -11463,6 +11465,7 @@
], ],
"bsg": [ "bsg": [
{ {
"brokenregen": 2.4,
"class": 1, "class": 1,
"cost": 7710, "cost": 7710,
"edID": 128671331, "edID": 128671331,
@@ -11480,10 +11483,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 1.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.4,
"class": 2, "class": 2,
"cost": 26710, "cost": 26710,
"edID": 128671332, "edID": 128671332,
@@ -11501,10 +11505,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.5, "power": 1.5,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 1.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.8,
"class": 3, "class": 3,
"cost": 84650, "cost": 84650,
"edID": 128671333, "edID": 128671333,
@@ -11522,10 +11527,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.8, "power": 1.8,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 2.2,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.8,
"class": 4, "class": 4,
"cost": 268350, "cost": 268350,
"edID": 128671334, "edID": 128671334,
@@ -11543,10 +11549,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.2, "power": 2.2,
"rating": "C", "rating": "C",
"recover": 2.85, "regen": 3,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.6,
"class": 5, "class": 5,
"cost": 850660, "cost": 850660,
"edID": 128671335, "edID": 128671335,
@@ -11564,10 +11571,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.6, "power": 2.6,
"rating": "C", "rating": "C",
"recover": 3.75, "regen": 4.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 8,
"class": 6, "class": 6,
"cost": 2696600, "cost": 2696600,
"edID": 128671336, "edID": 128671336,
@@ -11585,10 +11593,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.1, "power": 3.1,
"rating": "C", "rating": "C",
"recover": 4.8, "regen": 6.4,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 11,
"class": 7, "class": 7,
"cost": 8548200, "cost": 8548200,
"edID": 128671337, "edID": 128671337,
@@ -11606,10 +11615,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.5, "power": 3.5,
"rating": "C", "rating": "C",
"recover": 6, "regen": 8.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 14.4,
"class": 8, "class": 8,
"cost": 27097750, "cost": 27097750,
"edID": 128671338, "edID": 128671338,
@@ -11627,7 +11637,7 @@
"optmul": 0.9, "optmul": 0.9,
"power": 4, "power": 4,
"rating": "C", "rating": "C",
"recover": 7.2, "regen": 11.5,
"thermres": -0.2 "thermres": -0.2
} }
], ],
@@ -13754,6 +13764,7 @@
], ],
"psg": [ "psg": [
{ {
"brokenregen": 1.2,
"class": 1, "class": 1,
"cost": 132200, "cost": 132200,
"edID": 128671323, "edID": 128671323,
@@ -13772,10 +13783,11 @@
"power": 2.52, "power": 2.52,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.2,
"class": 2, "class": 2,
"cost": 240340, "cost": 240340,
"edID": 128671324, "edID": 128671324,
@@ -13794,10 +13806,11 @@
"power": 3.15, "power": 3.15,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.3,
"class": 3, "class": 3,
"cost": 761870, "cost": 761870,
"edID": 128671325, "edID": 128671325,
@@ -13816,10 +13829,11 @@
"power": 3.78, "power": 3.78,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.7,
"class": 4, "class": 4,
"cost": 2415120, "cost": 2415120,
"edID": 128671326, "edID": 128671326,
@@ -13838,10 +13852,11 @@
"power": 4.62, "power": 4.62,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.425, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.3,
"class": 5, "class": 5,
"cost": 7655930, "cost": 7655930,
"edID": 128671327, "edID": 128671327,
@@ -13860,10 +13875,11 @@
"power": 5.46, "power": 5.46,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.875, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.2,
"class": 6, "class": 6,
"cost": 24269300, "cost": 24269300,
"edID": 128671328, "edID": 128671328,
@@ -13882,10 +13898,11 @@
"power": 6.51, "power": 6.51,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 2.4, "regen": 1.3,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 4.2,
"class": 7, "class": 7,
"cost": 76933670, "cost": 76933670,
"edID": 128671329, "edID": 128671329,
@@ -13904,10 +13921,11 @@
"power": 7.35, "power": 7.35,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 3, "regen": 1.7,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.4,
"class": 8, "class": 8,
"cost": 243879730, "cost": 243879730,
"edID": 128671330, "edID": 128671330,
@@ -13926,7 +13944,7 @@
"power": 8.4, "power": 8.4,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 3.6, "regen": 2.2,
"thermres": -0.2 "thermres": -0.2
} }
], ],
@@ -15433,6 +15451,7 @@
], ],
"sg": [ "sg": [
{ {
"brokenregen": 1.6,
"class": 1, "class": 1,
"cost": 88075, "cost": 88075,
"edID": 128064262, "edID": 128064262,
@@ -15450,10 +15469,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 1.68, "power": 1.68,
"rating": "A", "rating": "A",
"recover": 1, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 1980, "cost": 1980,
"edID": 128064263, "edID": 128064263,
@@ -15471,10 +15491,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 0.9, "power": 0.9,
"rating": "E", "rating": "E",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 5930, "cost": 5930,
"edID": 128064264, "edID": 128064264,
@@ -15492,10 +15513,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
"rating": "D", "rating": "D",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 17800, "cost": 17800,
"edID": 128064265, "edID": 128064265,
@@ -15513,10 +15535,11 @@
"optmul": 1, "optmul": 1,
"power": 1.5, "power": 1.5,
"rating": "C", "rating": "C",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 53410, "cost": 53410,
"edID": 128064266, "edID": 128064266,
@@ -15534,10 +15557,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 1.8, "power": 1.8,
"rating": "B", "rating": "B",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 160220, "cost": 160220,
"edID": 128064267, "edID": 128064267,
@@ -15555,10 +15579,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 2.1, "power": 2.1,
"rating": "A", "rating": "A",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 6270, "cost": 6270,
"edID": 128064268, "edID": 128064268,
@@ -15576,10 +15601,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.08, "power": 1.08,
"rating": "E", "rating": "E",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 18810, "cost": 18810,
"edID": 128064269, "edID": 128064269,
@@ -15597,10 +15623,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.44, "power": 1.44,
"rating": "D", "rating": "D",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 56440, "cost": 56440,
"edID": 128064270, "edID": 128064270,
@@ -15618,10 +15645,11 @@
"optmul": 1, "optmul": 1,
"power": 1.8, "power": 1.8,
"rating": "C", "rating": "C",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 169300, "cost": 169300,
"edID": 128064271, "edID": 128064271,
@@ -15639,10 +15667,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 2.16, "power": 2.16,
"rating": "B", "rating": "B",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 507910, "cost": 507910,
"edID": 128064272, "edID": 128064272,
@@ -15660,10 +15689,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 2.52, "power": 2.52,
"rating": "A", "rating": "A",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 19880, "cost": 19880,
"edID": 128064273, "edID": 128064273,
@@ -15681,10 +15711,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.32, "power": 1.32,
"rating": "E", "rating": "E",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 59630, "cost": 59630,
"edID": 128064274, "edID": 128064274,
@@ -15702,10 +15733,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.76, "power": 1.76,
"rating": "D", "rating": "D",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 178900, "cost": 178900,
"edID": 128064275, "edID": 128064275,
@@ -15723,10 +15755,11 @@
"optmul": 1, "optmul": 1,
"power": 2.2, "power": 2.2,
"rating": "C", "rating": "C",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 536690, "cost": 536690,
"edID": 128064276, "edID": 128064276,
@@ -15744,10 +15777,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 2.64, "power": 2.64,
"rating": "B", "rating": "B",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 1610080, "cost": 1610080,
"edID": 128064277, "edID": 128064277,
@@ -15765,10 +15799,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 3.08, "power": 3.08,
"rating": "A", "rating": "A",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 63010, "cost": 63010,
"edID": 128064278, "edID": 128064278,
@@ -15786,10 +15821,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.56, "power": 1.56,
"rating": "E", "rating": "E",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 189040, "cost": 189040,
"edID": 128064279, "edID": 128064279,
@@ -15807,10 +15843,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.08, "power": 2.08,
"rating": "D", "rating": "D",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 567110, "cost": 567110,
"edID": 128064280, "edID": 128064280,
@@ -15828,10 +15865,11 @@
"optmul": 1, "optmul": 1,
"power": 2.6, "power": 2.6,
"rating": "C", "rating": "C",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 1701320, "cost": 1701320,
"edID": 128064281, "edID": 128064281,
@@ -15849,10 +15887,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 3.12, "power": 3.12,
"rating": "B", "rating": "B",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 5103950, "cost": 5103950,
"edID": 128064282, "edID": 128064282,
@@ -15870,10 +15909,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 3.64, "power": 3.64,
"rating": "A", "rating": "A",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 199750, "cost": 199750,
"edID": 128064283, "edID": 128064283,
@@ -15891,10 +15931,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.86, "power": 1.86,
"rating": "E", "rating": "E",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 599240, "cost": 599240,
"edID": 128064284, "edID": 128064284,
@@ -15912,10 +15953,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.48, "power": 2.48,
"rating": "D", "rating": "D",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 1797730, "cost": 1797730,
"edID": 128064285, "edID": 128064285,
@@ -15933,10 +15975,11 @@
"optmul": 1, "optmul": 1,
"power": 3.1, "power": 3.1,
"rating": "C", "rating": "C",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 5393180, "cost": 5393180,
"edID": 128064286, "edID": 128064286,
@@ -15954,10 +15997,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 3.72, "power": 3.72,
"rating": "B", "rating": "B",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 16179530, "cost": 16179530,
"edID": 128064287, "edID": 128064287,
@@ -15975,10 +16019,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 4.34, "power": 4.34,
"rating": "A", "rating": "A",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 633200, "cost": 633200,
"edID": 128064288, "edID": 128064288,
@@ -15996,10 +16041,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 2.1, "power": 2.1,
"rating": "E", "rating": "E",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 1899600, "cost": 1899600,
"edID": 128064289, "edID": 128064289,
@@ -16017,10 +16063,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.8, "power": 2.8,
"rating": "D", "rating": "D",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 5698790, "cost": 5698790,
"edID": 128064290, "edID": 128064290,
@@ -16038,10 +16085,11 @@
"optmul": 1, "optmul": 1,
"power": 3.5, "power": 3.5,
"rating": "C", "rating": "C",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 17096370, "cost": 17096370,
"edID": 128064291, "edID": 128064291,
@@ -16059,10 +16107,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 4.2, "power": 4.2,
"rating": "B", "rating": "B",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 51289110, "cost": 51289110,
"edID": 128064292, "edID": 128064292,
@@ -16080,10 +16129,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 4.9, "power": 4.9,
"rating": "A", "rating": "A",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 2007240, "cost": 2007240,
"edID": 128064293, "edID": 128064293,
@@ -16101,10 +16151,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 2.4, "power": 2.4,
"rating": "E", "rating": "E",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 6021720, "cost": 6021720,
"edID": 128064294, "edID": 128064294,
@@ -16122,10 +16173,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.2, "power": 3.2,
"rating": "D", "rating": "D",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 18065170, "cost": 18065170,
"edID": 128064295, "edID": 128064295,
@@ -16143,10 +16195,11 @@
"optmul": 1, "optmul": 1,
"power": 4, "power": 4,
"rating": "C", "rating": "C",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 54195500, "cost": 54195500,
"edID": 128064296, "edID": 128064296,
@@ -16164,10 +16217,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 4.8, "power": 4.8,
"rating": "B", "rating": "B",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 162586490, "cost": 162586490,
"edID": 128064297, "edID": 128064297,
@@ -16185,7 +16239,7 @@
"optmul": 1.2, "optmul": 1.2,
"power": 5.6, "power": 5.6,
"rating": "A", "rating": "A",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
} }
] ]

View File

@@ -63,6 +63,7 @@
"clip": 12, "clip": 12,
"cost": 240400, "cost": 240400,
"damage": 50, "damage": 50,
"distdraw": 0.24,
"edID": 128666725, "edID": 128666725,
"eddbID": 1327, "eddbID": 1327,
"eps": 0.12, "eps": 0.12,
@@ -79,6 +80,7 @@
"reload": 5, "reload": 5,
"rof": 0.5, "rof": 0.5,
"speed": 750, "speed": 750,
"thermload": 3.6,
"type": "E" "type": "E"
}, },
{ {
@@ -140,7 +142,7 @@
}, },
{ {
"ammo": 120, "ammo": 120,
"breachdmg": 6, "breachdmg": 3,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 2, "class": 2,

View File

@@ -1,6 +1,7 @@
{ {
"bsg": [ "bsg": [
{ {
"brokenregen": 2.4,
"class": 1, "class": 1,
"cost": 7710, "cost": 7710,
"edID": 128671331, "edID": 128671331,
@@ -18,10 +19,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 1.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.4,
"class": 2, "class": 2,
"cost": 26710, "cost": 26710,
"edID": 128671332, "edID": 128671332,
@@ -39,10 +41,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.5, "power": 1.5,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 1.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.8,
"class": 3, "class": 3,
"cost": 84650, "cost": 84650,
"edID": 128671333, "edID": 128671333,
@@ -60,10 +63,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.8, "power": 1.8,
"rating": "C", "rating": "C",
"recover": 2.4, "regen": 2.2,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.8,
"class": 4, "class": 4,
"cost": 268350, "cost": 268350,
"edID": 128671334, "edID": 128671334,
@@ -81,10 +85,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.2, "power": 2.2,
"rating": "C", "rating": "C",
"recover": 2.85, "regen": 3,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.6,
"class": 5, "class": 5,
"cost": 850660, "cost": 850660,
"edID": 128671335, "edID": 128671335,
@@ -102,10 +107,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.6, "power": 2.6,
"rating": "C", "rating": "C",
"recover": 3.75, "regen": 4.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 8,
"class": 6, "class": 6,
"cost": 2696600, "cost": 2696600,
"edID": 128671336, "edID": 128671336,
@@ -123,10 +129,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.1, "power": 3.1,
"rating": "C", "rating": "C",
"recover": 4.8, "regen": 6.4,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 11,
"class": 7, "class": 7,
"cost": 8548200, "cost": 8548200,
"edID": 128671337, "edID": 128671337,
@@ -144,10 +151,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.5, "power": 3.5,
"rating": "C", "rating": "C",
"recover": 6, "regen": 8.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 14.4,
"class": 8, "class": 8,
"cost": 27097750, "cost": 27097750,
"edID": 128671338, "edID": 128671338,
@@ -165,7 +173,7 @@
"optmul": 0.9, "optmul": 0.9,
"power": 4, "power": 4,
"rating": "C", "rating": "C",
"recover": 7.2, "regen": 11.5,
"thermres": -0.2 "thermres": -0.2
} }
] ]

View File

@@ -1,6 +1,7 @@
{ {
"psg": [ "psg": [
{ {
"brokenregen": 1.2,
"class": 1, "class": 1,
"cost": 132200, "cost": 132200,
"edID": 128671323, "edID": 128671323,
@@ -19,10 +20,11 @@
"power": 2.52, "power": 2.52,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.2,
"class": 2, "class": 2,
"cost": 240340, "cost": 240340,
"edID": 128671324, "edID": 128671324,
@@ -41,10 +43,11 @@
"power": 3.15, "power": 3.15,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.3,
"class": 3, "class": 3,
"cost": 761870, "cost": 761870,
"edID": 128671325, "edID": 128671325,
@@ -63,10 +66,11 @@
"power": 3.78, "power": 3.78,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.2, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.7,
"class": 4, "class": 4,
"cost": 2415120, "cost": 2415120,
"edID": 128671326, "edID": 128671326,
@@ -85,10 +89,11 @@
"power": 4.62, "power": 4.62,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.425, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.3,
"class": 5, "class": 5,
"cost": 7655930, "cost": 7655930,
"edID": 128671327, "edID": 128671327,
@@ -107,10 +112,11 @@
"power": 5.46, "power": 5.46,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 1.875, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.2,
"class": 6, "class": 6,
"cost": 24269300, "cost": 24269300,
"edID": 128671328, "edID": 128671328,
@@ -129,10 +135,11 @@
"power": 6.51, "power": 6.51,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 2.4, "regen": 1.3,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 4.2,
"class": 7, "class": 7,
"cost": 76933670, "cost": 76933670,
"edID": 128671329, "edID": 128671329,
@@ -151,10 +158,11 @@
"power": 7.35, "power": 7.35,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 3, "regen": 1.7,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.4,
"class": 8, "class": 8,
"cost": 243879730, "cost": 243879730,
"edID": 128671330, "edID": 128671330,
@@ -173,7 +181,7 @@
"power": 8.4, "power": 8.4,
"pp": "Aisling Duval", "pp": "Aisling Duval",
"rating": "A", "rating": "A",
"recover": 3.6, "regen": 2.2,
"thermres": -0.2 "thermres": -0.2
} }
] ]

View File

@@ -1,6 +1,7 @@
{ {
"sg": [ "sg": [
{ {
"brokenregen": 1.6,
"class": 1, "class": 1,
"cost": 88075, "cost": 88075,
"edID": 128064262, "edID": 128064262,
@@ -18,10 +19,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 1.68, "power": 1.68,
"rating": "A", "rating": "A",
"recover": 1, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 1980, "cost": 1980,
"edID": 128064263, "edID": 128064263,
@@ -39,10 +41,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 0.9, "power": 0.9,
"rating": "E", "rating": "E",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 5930, "cost": 5930,
"edID": 128064264, "edID": 128064264,
@@ -60,10 +63,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
"rating": "D", "rating": "D",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 17800, "cost": 17800,
"edID": 128064265, "edID": 128064265,
@@ -81,10 +85,11 @@
"optmul": 1, "optmul": 1,
"power": 1.5, "power": 1.5,
"rating": "C", "rating": "C",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 53410, "cost": 53410,
"edID": 128064266, "edID": 128064266,
@@ -102,10 +107,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 1.8, "power": 1.8,
"rating": "B", "rating": "B",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.6,
"class": 2, "class": 2,
"cost": 160220, "cost": 160220,
"edID": 128064267, "edID": 128064267,
@@ -123,10 +129,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 2.1, "power": 2.1,
"rating": "A", "rating": "A",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 6270, "cost": 6270,
"edID": 128064268, "edID": 128064268,
@@ -144,10 +151,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.08, "power": 1.08,
"rating": "E", "rating": "E",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 18810, "cost": 18810,
"edID": 128064269, "edID": 128064269,
@@ -165,10 +173,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.44, "power": 1.44,
"rating": "D", "rating": "D",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 56440, "cost": 56440,
"edID": 128064270, "edID": 128064270,
@@ -186,10 +195,11 @@
"optmul": 1, "optmul": 1,
"power": 1.8, "power": 1.8,
"rating": "C", "rating": "C",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 169300, "cost": 169300,
"edID": 128064271, "edID": 128064271,
@@ -207,10 +217,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 2.16, "power": 2.16,
"rating": "B", "rating": "B",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 1.9,
"class": 3, "class": 3,
"cost": 507910, "cost": 507910,
"edID": 128064272, "edID": 128064272,
@@ -228,10 +239,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 2.52, "power": 2.52,
"rating": "A", "rating": "A",
"recover": 1.6, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 19880, "cost": 19880,
"edID": 128064273, "edID": 128064273,
@@ -249,10 +261,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.32, "power": 1.32,
"rating": "E", "rating": "E",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 59630, "cost": 59630,
"edID": 128064274, "edID": 128064274,
@@ -270,10 +283,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 1.76, "power": 1.76,
"rating": "D", "rating": "D",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 178900, "cost": 178900,
"edID": 128064275, "edID": 128064275,
@@ -291,10 +305,11 @@
"optmul": 1, "optmul": 1,
"power": 2.2, "power": 2.2,
"rating": "C", "rating": "C",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 536690, "cost": 536690,
"edID": 128064276, "edID": 128064276,
@@ -312,10 +327,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 2.64, "power": 2.64,
"rating": "B", "rating": "B",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 2.5,
"class": 4, "class": 4,
"cost": 1610080, "cost": 1610080,
"edID": 128064277, "edID": 128064277,
@@ -333,10 +349,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 3.08, "power": 3.08,
"rating": "A", "rating": "A",
"recover": 1.9, "regen": 1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 63010, "cost": 63010,
"edID": 128064278, "edID": 128064278,
@@ -354,10 +371,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.56, "power": 1.56,
"rating": "E", "rating": "E",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 189040, "cost": 189040,
"edID": 128064279, "edID": 128064279,
@@ -375,10 +393,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.08, "power": 2.08,
"rating": "D", "rating": "D",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 567110, "cost": 567110,
"edID": 128064280, "edID": 128064280,
@@ -396,10 +415,11 @@
"optmul": 1, "optmul": 1,
"power": 2.6, "power": 2.6,
"rating": "C", "rating": "C",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 1701320, "cost": 1701320,
"edID": 128064281, "edID": 128064281,
@@ -417,10 +437,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 3.12, "power": 3.12,
"rating": "B", "rating": "B",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 3.7,
"class": 5, "class": 5,
"cost": 5103950, "cost": 5103950,
"edID": 128064282, "edID": 128064282,
@@ -438,10 +459,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 3.64, "power": 3.64,
"rating": "A", "rating": "A",
"recover": 2.5, "regen": 1.5,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 199750, "cost": 199750,
"edID": 128064283, "edID": 128064283,
@@ -459,10 +481,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 1.86, "power": 1.86,
"rating": "E", "rating": "E",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 599240, "cost": 599240,
"edID": 128064284, "edID": 128064284,
@@ -480,10 +503,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.48, "power": 2.48,
"rating": "D", "rating": "D",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 1797730, "cost": 1797730,
"edID": 128064285, "edID": 128064285,
@@ -501,10 +525,11 @@
"optmul": 1, "optmul": 1,
"power": 3.1, "power": 3.1,
"rating": "C", "rating": "C",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 5393180, "cost": 5393180,
"edID": 128064286, "edID": 128064286,
@@ -522,10 +547,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 3.72, "power": 3.72,
"rating": "B", "rating": "B",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 5.3,
"class": 6, "class": 6,
"cost": 16179530, "cost": 16179530,
"edID": 128064287, "edID": 128064287,
@@ -543,10 +569,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 4.34, "power": 4.34,
"rating": "A", "rating": "A",
"recover": 3.2, "regen": 2.1,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 633200, "cost": 633200,
"edID": 128064288, "edID": 128064288,
@@ -564,10 +591,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 2.1, "power": 2.1,
"rating": "E", "rating": "E",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 1899600, "cost": 1899600,
"edID": 128064289, "edID": 128064289,
@@ -585,10 +613,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 2.8, "power": 2.8,
"rating": "D", "rating": "D",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 5698790, "cost": 5698790,
"edID": 128064290, "edID": 128064290,
@@ -606,10 +635,11 @@
"optmul": 1, "optmul": 1,
"power": 3.5, "power": 3.5,
"rating": "C", "rating": "C",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 17096370, "cost": 17096370,
"edID": 128064291, "edID": 128064291,
@@ -627,10 +657,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 4.2, "power": 4.2,
"rating": "B", "rating": "B",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 7.3,
"class": 7, "class": 7,
"cost": 51289110, "cost": 51289110,
"edID": 128064292, "edID": 128064292,
@@ -648,10 +679,11 @@
"optmul": 1.2, "optmul": 1.2,
"power": 4.9, "power": 4.9,
"rating": "A", "rating": "A",
"recover": 4, "regen": 2.9,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 2007240, "cost": 2007240,
"edID": 128064293, "edID": 128064293,
@@ -669,10 +701,11 @@
"optmul": 0.8, "optmul": 0.8,
"power": 2.4, "power": 2.4,
"rating": "E", "rating": "E",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 6021720, "cost": 6021720,
"edID": 128064294, "edID": 128064294,
@@ -690,10 +723,11 @@
"optmul": 0.9, "optmul": 0.9,
"power": 3.2, "power": 3.2,
"rating": "D", "rating": "D",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 18065170, "cost": 18065170,
"edID": 128064295, "edID": 128064295,
@@ -711,10 +745,11 @@
"optmul": 1, "optmul": 1,
"power": 4, "power": 4,
"rating": "C", "rating": "C",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 54195500, "cost": 54195500,
"edID": 128064296, "edID": 128064296,
@@ -732,10 +767,11 @@
"optmul": 1.1, "optmul": 1.1,
"power": 4.8, "power": 4.8,
"rating": "B", "rating": "B",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
}, },
{ {
"brokenregen": 9.6,
"class": 8, "class": 8,
"cost": 162586490, "cost": 162586490,
"edID": 128064297, "edID": 128064297,
@@ -753,7 +789,7 @@
"optmul": 1.2, "optmul": 1.2,
"power": 5.6, "power": 5.6,
"rating": "A", "rating": "A",
"recover": 4.8, "regen": 3.8,
"thermres": -0.2 "thermres": -0.2
} }
] ]