mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f73a6c1e8a | ||
|
|
1c8416889a | ||
|
|
a45deed60c | ||
|
|
85d6157beb | ||
|
|
54c92ab9ff | ||
|
|
d171ff0002 | ||
|
|
a89b4ae3c9 | ||
|
|
dc35ed80e9 | ||
|
|
7863330106 | ||
|
|
f9420dfaeb | ||
|
|
792b0e6c5e | ||
|
|
bbb39a6e27 | ||
|
|
0c4a66f19f | ||
|
|
34459e6825 | ||
|
|
1e4ba33583 | ||
|
|
8ffc685047 | ||
|
|
64d5577e4e | ||
|
|
d8b56952f0 | ||
|
|
5a8578c043 | ||
|
|
0ba60d2993 | ||
|
|
b3fd528ad1 | ||
|
|
1de49ec2f2 | ||
|
|
74d3a43bc7 | ||
|
|
51d011da76 | ||
|
|
ed34cccf54 | ||
|
|
87603e4466 | ||
|
|
8b92dfbf10 | ||
|
|
f8faf11e3c | ||
|
|
c029ed0e0d | ||
|
|
5570c66010 | ||
|
|
0af85f4d31 | ||
|
|
3597ae4093 | ||
|
|
662efeaace | ||
|
|
8250994ebe | ||
|
|
ba08e5184f | ||
|
|
839b9b80a9 |
21
ChangeLog.md
21
ChangeLog.md
@@ -1,3 +1,24 @@
|
|||||||
|
#2.4.2
|
||||||
|
* Add requirements to UI
|
||||||
|
* Fix for limpets
|
||||||
|
|
||||||
|
#2.4.1
|
||||||
|
* Config Fix
|
||||||
|
|
||||||
|
#2.4.0
|
||||||
|
* Added Repair Limpet Computers
|
||||||
|
|
||||||
|
#2.3.7
|
||||||
|
* Fixed Orca mass-lock
|
||||||
|
|
||||||
|
#2.3.5
|
||||||
|
* Fix list of available blueprints for Point Defence
|
||||||
|
* Fix integrity values for class 6 power plants
|
||||||
|
* Add shot speed for long range weapon
|
||||||
|
* Fix components for dirty drive grade 3
|
||||||
|
* Update values for Cytoscrambler
|
||||||
|
* Add shotspeed modifier to cannon/multi-cannon/fragment cannon
|
||||||
|
|
||||||
#2.3.4
|
#2.3.4
|
||||||
* Add missing Long Range blueprint to multi-cannon
|
* Add missing Long Range blueprint to multi-cannon
|
||||||
* Fix values for thermal load of focused weapon grade 4
|
* Fix values for thermal load of focused weapon grade 4
|
||||||
|
|||||||
367
dist/index.js
vendored
367
dist/index.js
vendored
@@ -394,6 +394,9 @@ module.exports = {
|
|||||||
crew: 3
|
crew: 3
|
||||||
},
|
},
|
||||||
retailCost: 84532770,
|
retailCost: 84532770,
|
||||||
|
requirements: {
|
||||||
|
horizons: true
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "cl",
|
id: "cl",
|
||||||
edID: 128049346,
|
edID: 128049346,
|
||||||
@@ -618,6 +621,9 @@ module.exports = {
|
|||||||
crew: 2
|
crew: 2
|
||||||
},
|
},
|
||||||
retailCost: 747660,
|
retailCost: 747660,
|
||||||
|
requirements: {
|
||||||
|
horizonsEarlyAdoption: true
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "cg",
|
id: "cg",
|
||||||
edID: 128672264,
|
edID: 128672264,
|
||||||
@@ -889,6 +895,9 @@ module.exports = {
|
|||||||
crew: 1
|
crew: 1
|
||||||
},
|
},
|
||||||
retailCost: 1337330,
|
retailCost: 1337330,
|
||||||
|
requirements: {
|
||||||
|
horizons: true
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "cq",
|
id: "cq",
|
||||||
edID: 128049292,
|
edID: 128049292,
|
||||||
@@ -1088,6 +1097,9 @@ module.exports = {
|
|||||||
crew: 2
|
crew: 2
|
||||||
},
|
},
|
||||||
retailCost: 19814210,
|
retailCost: 19814210,
|
||||||
|
requirements: {
|
||||||
|
federationRank: 5
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "bz",
|
id: "bz",
|
||||||
edID: 128672147,
|
edID: 128672147,
|
||||||
@@ -1195,6 +1207,9 @@ module.exports = {
|
|||||||
crew: 3
|
crew: 3
|
||||||
},
|
},
|
||||||
retailCost: 187969450,
|
retailCost: 187969450,
|
||||||
|
requirements: {
|
||||||
|
federationRank: 12
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "BW",
|
id: "BW",
|
||||||
edID: 128049370,
|
edID: 128049370,
|
||||||
@@ -1301,6 +1316,9 @@ module.exports = {
|
|||||||
crew: 2
|
crew: 2
|
||||||
},
|
},
|
||||||
retailCost: 14314210,
|
retailCost: 14314210,
|
||||||
|
requirements: {
|
||||||
|
federationRank: 3
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "bE",
|
id: "bE",
|
||||||
edID: 128049322,
|
edID: 128049322,
|
||||||
@@ -1408,6 +1426,9 @@ module.exports = {
|
|||||||
crew: 2
|
crew: 2
|
||||||
},
|
},
|
||||||
retailCost: 35814210,
|
retailCost: 35814210,
|
||||||
|
requirements: {
|
||||||
|
federationRank: 7
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "bJ",
|
id: "bJ",
|
||||||
edID: 128672154,
|
edID: 128672154,
|
||||||
@@ -1702,6 +1723,9 @@ module.exports = {
|
|||||||
crew: 2
|
crew: 2
|
||||||
},
|
},
|
||||||
retailCost: 22296860,
|
retailCost: 22296860,
|
||||||
|
requirements: {
|
||||||
|
empireRank: 7
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "bp",
|
id: "bp",
|
||||||
edID: 128049316,
|
edID: 128049316,
|
||||||
@@ -1792,6 +1816,9 @@ module.exports = {
|
|||||||
crew: 1
|
crew: 1
|
||||||
},
|
},
|
||||||
retailCost: 2542930,
|
retailCost: 2542930,
|
||||||
|
requirements: {
|
||||||
|
empireRank: 3
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "bf",
|
id: "bf",
|
||||||
edID: 128671224,
|
edID: 128671224,
|
||||||
@@ -1883,6 +1910,9 @@ module.exports = {
|
|||||||
crew: 3
|
crew: 3
|
||||||
},
|
},
|
||||||
retailCost: 208969450,
|
retailCost: 208969450,
|
||||||
|
requirements: {
|
||||||
|
empireRank: 12
|
||||||
|
},
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "BR",
|
id: "BR",
|
||||||
edID: 128049376,
|
edID: 128049376,
|
||||||
@@ -2170,7 +2200,7 @@ module.exports = {
|
|||||||
baseArmour: 220,
|
baseArmour: 220,
|
||||||
hardness: 55,
|
hardness: 55,
|
||||||
hullMass: 290,
|
hullMass: 290,
|
||||||
masslock: 13,
|
masslock: 16,
|
||||||
pipSpeed: .08375,
|
pipSpeed: .08375,
|
||||||
luxuryCabins: true,
|
luxuryCabins: true,
|
||||||
pitch: 25,
|
pitch: 25,
|
||||||
@@ -3144,7 +3174,7 @@ module.exports = {
|
|||||||
eff: 1,
|
eff: 1,
|
||||||
grp: "pp",
|
grp: "pp",
|
||||||
id: "po",
|
id: "po",
|
||||||
integrity: 90,
|
integrity: 102,
|
||||||
mass: 40,
|
mass: 40,
|
||||||
pgen: 16.8,
|
pgen: 16.8,
|
||||||
rating: "E"
|
rating: "E"
|
||||||
@@ -3156,7 +3186,7 @@ module.exports = {
|
|||||||
eff: .75,
|
eff: .75,
|
||||||
grp: "pp",
|
grp: "pp",
|
||||||
id: "pn",
|
id: "pn",
|
||||||
integrity: 113,
|
integrity: 90,
|
||||||
mass: 16,
|
mass: 16,
|
||||||
pgen: 18.9,
|
pgen: 18.9,
|
||||||
rating: "D"
|
rating: "D"
|
||||||
@@ -3168,7 +3198,7 @@ module.exports = {
|
|||||||
eff: .5,
|
eff: .5,
|
||||||
grp: "pp",
|
grp: "pp",
|
||||||
id: "pm",
|
id: "pm",
|
||||||
integrity: 136,
|
integrity: 113,
|
||||||
mass: 20,
|
mass: 20,
|
||||||
pgen: 21,
|
pgen: 21,
|
||||||
rating: "C"
|
rating: "C"
|
||||||
@@ -3180,7 +3210,7 @@ module.exports = {
|
|||||||
eff: .45,
|
eff: .45,
|
||||||
grp: "pp",
|
grp: "pp",
|
||||||
id: "pl",
|
id: "pl",
|
||||||
integrity: 124,
|
integrity: 136,
|
||||||
mass: 32,
|
mass: 32,
|
||||||
pgen: 23.1,
|
pgen: 23.1,
|
||||||
rating: "B"
|
rating: "B"
|
||||||
@@ -3192,7 +3222,7 @@ module.exports = {
|
|||||||
eff: .4,
|
eff: .4,
|
||||||
grp: "pp",
|
grp: "pp",
|
||||||
id: "pk",
|
id: "pk",
|
||||||
integrity: 118,
|
integrity: 124,
|
||||||
mass: 20,
|
mass: 20,
|
||||||
pgen: 25.2,
|
pgen: 25.2,
|
||||||
rating: "A"
|
rating: "A"
|
||||||
@@ -4381,7 +4411,7 @@ module.exports = {
|
|||||||
fuelpower: 2.45,
|
fuelpower: 2.45,
|
||||||
grp: "fsd",
|
grp: "fsd",
|
||||||
id: "Ff",
|
id: "Ff",
|
||||||
integrity: 106,
|
integrity: 120,
|
||||||
mass: 20,
|
mass: 20,
|
||||||
maxfuel: 5,
|
maxfuel: 5,
|
||||||
optmass: 1050,
|
optmass: 1050,
|
||||||
@@ -6806,21 +6836,21 @@ module.exports = {
|
|||||||
rof: 1.92,
|
rof: 1.92,
|
||||||
thermload: .19
|
thermload: .19
|
||||||
}, {
|
}, {
|
||||||
breachdmg: 2,
|
breachdmg: 3.1,
|
||||||
breachmax: 0,
|
breachmax: 0,
|
||||||
breachmin: 0,
|
breachmin: 0,
|
||||||
burst: 8,
|
burst: 8,
|
||||||
burstrof: 20,
|
burstrof: 20,
|
||||||
class: 1,
|
class: 1,
|
||||||
cost: 8800,
|
cost: 8800,
|
||||||
damage: 2.4,
|
damage: 3.6,
|
||||||
damagedist: {
|
damagedist: {
|
||||||
T: 1
|
T: 1
|
||||||
},
|
},
|
||||||
distdraw: .31,
|
distdraw: .31,
|
||||||
edID: 128671449,
|
edID: 128671449,
|
||||||
eddbID: 1477,
|
eddbID: 1477,
|
||||||
falloff: 500,
|
falloff: 600,
|
||||||
grp: "ul",
|
grp: "ul",
|
||||||
id: "cy",
|
id: "cy",
|
||||||
integrity: 40,
|
integrity: 40,
|
||||||
@@ -6831,9 +6861,9 @@ module.exports = {
|
|||||||
piercing: 1,
|
piercing: 1,
|
||||||
power: .8,
|
power: .8,
|
||||||
pp: "Archon Delaine",
|
pp: "Archon Delaine",
|
||||||
range: 600,
|
range: 3e3,
|
||||||
rating: "F",
|
rating: "F",
|
||||||
rof: 6.6,
|
rof: 7.6,
|
||||||
thermload: .3
|
thermload: .3
|
||||||
}, {
|
}, {
|
||||||
breachdmg: 3,
|
breachdmg: 3,
|
||||||
@@ -14439,6 +14469,247 @@ module.exports = {
|
|||||||
name: "Detailed Surface Scanner",
|
name: "Detailed Surface Scanner",
|
||||||
power: 0,
|
power: 0,
|
||||||
rating: "C"
|
rating: "C"
|
||||||
|
} ],
|
||||||
|
rpl: [ {
|
||||||
|
class: 1,
|
||||||
|
cost: 600,
|
||||||
|
edID: 128777327,
|
||||||
|
eddbID: 1594,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9z",
|
||||||
|
mass: 1.3,
|
||||||
|
maximum: 1,
|
||||||
|
power: .18,
|
||||||
|
range: .6,
|
||||||
|
rating: "E"
|
||||||
|
}, {
|
||||||
|
class: 1,
|
||||||
|
cost: 1200,
|
||||||
|
edID: 128777328,
|
||||||
|
eddbID: 1595,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9q",
|
||||||
|
mass: .5,
|
||||||
|
maximum: 1,
|
||||||
|
power: .14,
|
||||||
|
range: .8,
|
||||||
|
rating: "D"
|
||||||
|
}, {
|
||||||
|
class: 1,
|
||||||
|
cost: 2400,
|
||||||
|
edID: 128777329,
|
||||||
|
eddbID: 1596,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9a",
|
||||||
|
mass: 1.3,
|
||||||
|
maximum: 1,
|
||||||
|
power: .23,
|
||||||
|
range: 1,
|
||||||
|
rating: "C"
|
||||||
|
}, {
|
||||||
|
class: 1,
|
||||||
|
cost: 4800,
|
||||||
|
edID: 128777330,
|
||||||
|
eddbID: 1597,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9w",
|
||||||
|
mass: 2,
|
||||||
|
maximum: 1,
|
||||||
|
power: .32,
|
||||||
|
range: 1.2,
|
||||||
|
rating: "B"
|
||||||
|
}, {
|
||||||
|
class: 1,
|
||||||
|
cost: 9600,
|
||||||
|
edID: 128777331,
|
||||||
|
eddbID: 1598,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9s",
|
||||||
|
mass: 1.3,
|
||||||
|
maximum: 1,
|
||||||
|
power: .28,
|
||||||
|
range: 1.4,
|
||||||
|
rating: "A"
|
||||||
|
}, {
|
||||||
|
class: 3,
|
||||||
|
cost: 5400,
|
||||||
|
edID: 128777332,
|
||||||
|
eddbID: 1599,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9x",
|
||||||
|
mass: 5,
|
||||||
|
maximum: 2,
|
||||||
|
power: .27,
|
||||||
|
range: .66,
|
||||||
|
rating: "E"
|
||||||
|
}, {
|
||||||
|
class: 3,
|
||||||
|
cost: 10800,
|
||||||
|
edID: 128777333,
|
||||||
|
eddbID: 1600,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9e",
|
||||||
|
mass: 2,
|
||||||
|
maximum: 2,
|
||||||
|
power: .2,
|
||||||
|
range: .88,
|
||||||
|
rating: "D"
|
||||||
|
}, {
|
||||||
|
class: 3,
|
||||||
|
cost: 21600,
|
||||||
|
edID: 128777334,
|
||||||
|
eddbID: 1601,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9d",
|
||||||
|
mass: 5,
|
||||||
|
maximum: 2,
|
||||||
|
power: .34,
|
||||||
|
range: 1.1,
|
||||||
|
rating: "C"
|
||||||
|
}, {
|
||||||
|
class: 3,
|
||||||
|
cost: 43200,
|
||||||
|
edID: 128777335,
|
||||||
|
eddbID: 1602,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9c",
|
||||||
|
mass: 8,
|
||||||
|
maximum: 2,
|
||||||
|
power: .48,
|
||||||
|
range: 1.32,
|
||||||
|
rating: "B"
|
||||||
|
}, {
|
||||||
|
class: 3,
|
||||||
|
cost: 86400,
|
||||||
|
edID: 128777336,
|
||||||
|
eddbID: 1603,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9r",
|
||||||
|
mass: 5,
|
||||||
|
maximum: 2,
|
||||||
|
power: .41,
|
||||||
|
range: 1.54,
|
||||||
|
rating: "A"
|
||||||
|
}, {
|
||||||
|
class: 5,
|
||||||
|
cost: 48600,
|
||||||
|
edID: 128777337,
|
||||||
|
eddbID: 1604,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9f",
|
||||||
|
mass: 20,
|
||||||
|
maximum: 3,
|
||||||
|
power: .4,
|
||||||
|
range: .78,
|
||||||
|
rating: "E"
|
||||||
|
}, {
|
||||||
|
class: 5,
|
||||||
|
cost: 97200,
|
||||||
|
edID: 128777338,
|
||||||
|
eddbID: 1605,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9v",
|
||||||
|
mass: 8,
|
||||||
|
maximum: 3,
|
||||||
|
power: .3,
|
||||||
|
range: 1.04,
|
||||||
|
rating: "D"
|
||||||
|
}, {
|
||||||
|
class: 5,
|
||||||
|
cost: 194400,
|
||||||
|
edID: 128777339,
|
||||||
|
eddbID: 1606,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9t",
|
||||||
|
mass: 20,
|
||||||
|
maximum: 3,
|
||||||
|
power: .5,
|
||||||
|
range: 1.3,
|
||||||
|
rating: "C"
|
||||||
|
}, {
|
||||||
|
class: 5,
|
||||||
|
cost: 388800,
|
||||||
|
edID: 128777340,
|
||||||
|
eddbID: 1607,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9g",
|
||||||
|
mass: 32,
|
||||||
|
maximum: 3,
|
||||||
|
power: .97,
|
||||||
|
range: 1.56,
|
||||||
|
rating: "B"
|
||||||
|
}, {
|
||||||
|
class: 5,
|
||||||
|
cost: 777600,
|
||||||
|
edID: 128777341,
|
||||||
|
eddbID: 1608,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9b",
|
||||||
|
mass: 20,
|
||||||
|
maximum: 3,
|
||||||
|
power: .6,
|
||||||
|
range: 1.82,
|
||||||
|
rating: "A"
|
||||||
|
}, {
|
||||||
|
class: 7,
|
||||||
|
cost: 437400,
|
||||||
|
edID: 128777342,
|
||||||
|
eddbID: 1609,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9y",
|
||||||
|
mass: 80,
|
||||||
|
maximum: 4,
|
||||||
|
power: .55,
|
||||||
|
range: 1.02,
|
||||||
|
rating: "E"
|
||||||
|
}, {
|
||||||
|
class: 7,
|
||||||
|
cost: 874800,
|
||||||
|
edID: 128777343,
|
||||||
|
eddbID: 1610,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9h",
|
||||||
|
mass: 32,
|
||||||
|
maximum: 4,
|
||||||
|
power: .41,
|
||||||
|
range: 1.36,
|
||||||
|
rating: "D"
|
||||||
|
}, {
|
||||||
|
class: 7,
|
||||||
|
cost: 1749600,
|
||||||
|
edID: 128777344,
|
||||||
|
eddbID: 1611,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9n",
|
||||||
|
mass: 80,
|
||||||
|
maximum: 4,
|
||||||
|
power: .69,
|
||||||
|
range: 1.7,
|
||||||
|
rating: "C"
|
||||||
|
}, {
|
||||||
|
class: 7,
|
||||||
|
cost: 3499200,
|
||||||
|
edID: 128777345,
|
||||||
|
eddbID: 1612,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9u",
|
||||||
|
mass: 128,
|
||||||
|
maximum: 4,
|
||||||
|
power: .97,
|
||||||
|
range: 2.04,
|
||||||
|
rating: "B"
|
||||||
|
}, {
|
||||||
|
class: 7,
|
||||||
|
cost: 6998400,
|
||||||
|
edID: 128777346,
|
||||||
|
eddbID: 1613,
|
||||||
|
grp: "rpl",
|
||||||
|
id: "9j",
|
||||||
|
mass: 80,
|
||||||
|
maximum: 4,
|
||||||
|
power: .83,
|
||||||
|
range: 2.38,
|
||||||
|
rating: "A"
|
||||||
} ]
|
} ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -15608,7 +15879,7 @@ module.exports = {
|
|||||||
"3": {
|
"3": {
|
||||||
components: {
|
components: {
|
||||||
Chromium: 1,
|
Chromium: 1,
|
||||||
"Mechanical Equipment": 1,
|
"Mechanical Components": 1,
|
||||||
"Specialised Legacy Firmware": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
@@ -17933,8 +18204,8 @@ module.exports = {
|
|||||||
"3": {
|
"3": {
|
||||||
components: {
|
components: {
|
||||||
"Anomalous Bulk Scan Data": 1,
|
"Anomalous Bulk Scan Data": 1,
|
||||||
Chromium: 1,
|
"Hybrid Capacitors": 1,
|
||||||
"Electrochemical Arrays": 1
|
Selenium: 1
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
engcap: [ -.15, -.04 ],
|
engcap: [ -.15, -.04 ],
|
||||||
@@ -20260,7 +20531,7 @@ module.exports = {
|
|||||||
burst: [ 2, 2 ],
|
burst: [ 2, 2 ],
|
||||||
burstrof: [ 14, 19 ],
|
burstrof: [ 14, 19 ],
|
||||||
clip: [ 1, 1 ],
|
clip: [ 1, 1 ],
|
||||||
range: [ -.5, -.02 ]
|
range: [ -.05, -.02 ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -20559,7 +20830,8 @@ module.exports = {
|
|||||||
features: {
|
features: {
|
||||||
fallofffromrange: [ 1, 1 ],
|
fallofffromrange: [ 1, 1 ],
|
||||||
mass: [ .1, 0 ],
|
mass: [ .1, 0 ],
|
||||||
range: [ .1, .2 ]
|
range: [ .1, .2 ],
|
||||||
|
shotspeed: [ .1, .2 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
@@ -20569,9 +20841,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
fallofffromrange: [ 1, 1 ],
|
fallofffromrange: [ 1, 1 ],
|
||||||
mass: [ .2, .04 ],
|
mass: [ .2, .05 ],
|
||||||
power: [ .04, 0 ],
|
power: [ .05, 0 ],
|
||||||
range: [ .2, .4 ]
|
range: [ .2, .4 ],
|
||||||
|
shotspeed: [ .2, .4 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
@@ -20583,8 +20856,9 @@ module.exports = {
|
|||||||
features: {
|
features: {
|
||||||
fallofffromrange: [ 1, 1 ],
|
fallofffromrange: [ 1, 1 ],
|
||||||
mass: [ .3, .1 ],
|
mass: [ .3, .1 ],
|
||||||
power: [ .1, .04 ],
|
power: [ .1, .05 ],
|
||||||
range: [ .3, .6 ]
|
range: [ .3, .6 ],
|
||||||
|
shotspeed: [ .3, .6 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"4": {
|
"4": {
|
||||||
@@ -20595,9 +20869,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
fallofffromrange: [ 1, 1 ],
|
fallofffromrange: [ 1, 1 ],
|
||||||
mass: [ .4, .14 ],
|
mass: [ .4, .15 ],
|
||||||
power: [ .14, .1 ],
|
power: [ .15, .1 ],
|
||||||
range: [ .4, .8 ]
|
range: [ .4, .8 ],
|
||||||
|
shotspeed: [ .4, .8 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
@@ -20609,8 +20884,9 @@ module.exports = {
|
|||||||
features: {
|
features: {
|
||||||
fallofffromrange: [ 1, 1 ],
|
fallofffromrange: [ 1, 1 ],
|
||||||
mass: [ .5, .2 ],
|
mass: [ .5, .2 ],
|
||||||
power: [ .2, .14 ],
|
power: [ .2, .15 ],
|
||||||
range: [ .5, 1 ]
|
range: [ .5, 1 ],
|
||||||
|
shotspeed: [ .5, 1 ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -21456,7 +21732,10 @@ module.exports = {
|
|||||||
jitter: 1,
|
jitter: 1,
|
||||||
speed: -.1667
|
speed: -.1667
|
||||||
},
|
},
|
||||||
special_fsd_interrupt: {},
|
special_fsd_interrupt: {
|
||||||
|
damage: -.3,
|
||||||
|
rof: .5
|
||||||
|
},
|
||||||
special_high_yield_shell: {
|
special_high_yield_shell: {
|
||||||
rof: .1111111111111111
|
rof: .1111111111111111
|
||||||
},
|
},
|
||||||
@@ -22070,7 +22349,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||||
specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ]
|
specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ]
|
||||||
},
|
},
|
||||||
cc: {
|
cc: {
|
||||||
@@ -22208,6 +22487,10 @@ module.exports = {
|
|||||||
blueprints: {},
|
blueprints: {},
|
||||||
modifications: []
|
modifications: []
|
||||||
},
|
},
|
||||||
|
rpl: {
|
||||||
|
blueprints: {},
|
||||||
|
modifications: []
|
||||||
|
},
|
||||||
cs: {
|
cs: {
|
||||||
blueprints: {
|
blueprints: {
|
||||||
Sensor_CargoScanner_FastScan: {
|
Sensor_CargoScanner_FastScan: {
|
||||||
@@ -22471,25 +22754,6 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Weapon_LongRange: {
|
|
||||||
grades: {
|
|
||||||
"1": {
|
|
||||||
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
|
|
||||||
},
|
|
||||||
"3": {
|
|
||||||
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
|
|
||||||
},
|
|
||||||
"4": {
|
|
||||||
engineers: [ "Zacariah Nemo" ]
|
|
||||||
},
|
|
||||||
"5": {
|
|
||||||
engineers: [ "Zacariah Nemo" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
Weapon_Overcharged: {
|
Weapon_Overcharged: {
|
||||||
grades: {
|
grades: {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -22548,7 +22812,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||||
specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ]
|
specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ]
|
||||||
},
|
},
|
||||||
fh: {
|
fh: {
|
||||||
@@ -23296,7 +23560,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
|
||||||
specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ]
|
specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ]
|
||||||
},
|
},
|
||||||
ml: {
|
ml: {
|
||||||
@@ -23973,8 +24237,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
po: {
|
po: {
|
||||||
blueprints: {
|
blueprints: {
|
||||||
PointDefence_PointDefenseCapacity: [ 3 ],
|
PointDefence_PointDefenseCapacity: {
|
||||||
HeatSinkLauncher_Shielded: {
|
|
||||||
grades: {
|
grades: {
|
||||||
"3": {
|
"3": {
|
||||||
engineers: [ "Ram Tah" ]
|
engineers: [ "Ram Tah" ]
|
||||||
|
|||||||
405
dist/index.json
vendored
405
dist/index.json
vendored
@@ -632,6 +632,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 84532770,
|
"retailCost": 84532770,
|
||||||
|
"requirements": {
|
||||||
|
"horizons": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "cl",
|
"id": "cl",
|
||||||
@@ -976,6 +979,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 747660,
|
"retailCost": 747660,
|
||||||
|
"requirements": {
|
||||||
|
"horizonsEarlyAdoption": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "cg",
|
"id": "cg",
|
||||||
@@ -1405,6 +1411,9 @@
|
|||||||
"crew": 1
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 1337330,
|
"retailCost": 1337330,
|
||||||
|
"requirements": {
|
||||||
|
"horizons": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "cq",
|
"id": "cq",
|
||||||
@@ -1698,6 +1707,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 19814210,
|
"retailCost": 19814210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 5
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "bz",
|
"id": "bz",
|
||||||
@@ -1863,6 +1875,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 187969450,
|
"retailCost": 187969450,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 12
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "BW",
|
"id": "BW",
|
||||||
@@ -2049,6 +2064,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 14314210,
|
"retailCost": 14314210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 3
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "bE",
|
"id": "bE",
|
||||||
@@ -2218,6 +2236,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 35814210,
|
"retailCost": 35814210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 7
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "bJ",
|
"id": "bJ",
|
||||||
@@ -2674,6 +2695,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 22296860,
|
"retailCost": 22296860,
|
||||||
|
"requirements": {
|
||||||
|
"empireRank": 7
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "bp",
|
"id": "bp",
|
||||||
@@ -2822,6 +2846,9 @@
|
|||||||
"crew": 1
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 2542930,
|
"retailCost": 2542930,
|
||||||
|
"requirements": {
|
||||||
|
"empireRank": 3
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "bf",
|
"id": "bf",
|
||||||
@@ -2965,6 +2992,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 208969450,
|
"retailCost": 208969450,
|
||||||
|
"requirements": {
|
||||||
|
"empireRank": 12
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "BR",
|
"id": "BR",
|
||||||
@@ -3426,7 +3456,7 @@
|
|||||||
"baseArmour": 220,
|
"baseArmour": 220,
|
||||||
"hardness": 55,
|
"hardness": 55,
|
||||||
"hullMass": 290,
|
"hullMass": 290,
|
||||||
"masslock": 13,
|
"masslock": 16,
|
||||||
"pipSpeed": 0.08375,
|
"pipSpeed": 0.08375,
|
||||||
"luxuryCabins": true,
|
"luxuryCabins": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
@@ -4891,7 +4921,7 @@
|
|||||||
"eff": 1,
|
"eff": 1,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "po",
|
"id": "po",
|
||||||
"integrity": 90,
|
"integrity": 102,
|
||||||
"mass": 40,
|
"mass": 40,
|
||||||
"pgen": 16.8,
|
"pgen": 16.8,
|
||||||
"rating": "E"
|
"rating": "E"
|
||||||
@@ -4904,7 +4934,7 @@
|
|||||||
"eff": 0.75,
|
"eff": 0.75,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pn",
|
"id": "pn",
|
||||||
"integrity": 113,
|
"integrity": 90,
|
||||||
"mass": 16,
|
"mass": 16,
|
||||||
"pgen": 18.9,
|
"pgen": 18.9,
|
||||||
"rating": "D"
|
"rating": "D"
|
||||||
@@ -4917,7 +4947,7 @@
|
|||||||
"eff": 0.5,
|
"eff": 0.5,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pm",
|
"id": "pm",
|
||||||
"integrity": 136,
|
"integrity": 113,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"pgen": 21,
|
"pgen": 21,
|
||||||
"rating": "C"
|
"rating": "C"
|
||||||
@@ -4930,7 +4960,7 @@
|
|||||||
"eff": 0.45,
|
"eff": 0.45,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pl",
|
"id": "pl",
|
||||||
"integrity": 124,
|
"integrity": 136,
|
||||||
"mass": 32,
|
"mass": 32,
|
||||||
"pgen": 23.1,
|
"pgen": 23.1,
|
||||||
"rating": "B"
|
"rating": "B"
|
||||||
@@ -4943,7 +4973,7 @@
|
|||||||
"eff": 0.4,
|
"eff": 0.4,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pk",
|
"id": "pk",
|
||||||
"integrity": 118,
|
"integrity": 124,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"pgen": 25.2,
|
"pgen": 25.2,
|
||||||
"rating": "A"
|
"rating": "A"
|
||||||
@@ -6211,7 +6241,7 @@
|
|||||||
"fuelpower": 2.45,
|
"fuelpower": 2.45,
|
||||||
"grp": "fsd",
|
"grp": "fsd",
|
||||||
"id": "Ff",
|
"id": "Ff",
|
||||||
"integrity": 106,
|
"integrity": 120,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"maxfuel": 5,
|
"maxfuel": 5,
|
||||||
"optmass": 1050,
|
"optmass": 1050,
|
||||||
@@ -8803,21 +8833,21 @@
|
|||||||
"thermload": 0.19
|
"thermload": 0.19
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 2,
|
"breachdmg": 3.1,
|
||||||
"breachmax": 0,
|
"breachmax": 0,
|
||||||
"breachmin": 0,
|
"breachmin": 0,
|
||||||
"burst": 8,
|
"burst": 8,
|
||||||
"burstrof": 20,
|
"burstrof": 20,
|
||||||
"class": 1,
|
"class": 1,
|
||||||
"cost": 8800,
|
"cost": 8800,
|
||||||
"damage": 2.4,
|
"damage": 3.6,
|
||||||
"damagedist": {
|
"damagedist": {
|
||||||
"T": 1
|
"T": 1
|
||||||
},
|
},
|
||||||
"distdraw": 0.31,
|
"distdraw": 0.31,
|
||||||
"edID": 128671449,
|
"edID": 128671449,
|
||||||
"eddbID": 1477,
|
"eddbID": 1477,
|
||||||
"falloff": 500,
|
"falloff": 600,
|
||||||
"grp": "ul",
|
"grp": "ul",
|
||||||
"id": "cy",
|
"id": "cy",
|
||||||
"integrity": 40,
|
"integrity": 40,
|
||||||
@@ -8828,9 +8858,9 @@
|
|||||||
"piercing": 1,
|
"piercing": 1,
|
||||||
"power": 0.8,
|
"power": 0.8,
|
||||||
"pp": "Archon Delaine",
|
"pp": "Archon Delaine",
|
||||||
"range": 600,
|
"range": 3000,
|
||||||
"rating": "F",
|
"rating": "F",
|
||||||
"rof": 6.6,
|
"rof": 7.6,
|
||||||
"thermload": 0.3
|
"thermload": 0.3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -16937,6 +16967,268 @@
|
|||||||
"power": 0,
|
"power": 0,
|
||||||
"rating": "C"
|
"rating": "C"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"rpl": [
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 600,
|
||||||
|
"edID": 128777327,
|
||||||
|
"eddbID": 1594,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9z",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.18,
|
||||||
|
"range": 0.6,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 1200,
|
||||||
|
"edID": 128777328,
|
||||||
|
"eddbID": 1595,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9q",
|
||||||
|
"mass": 0.5,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.14,
|
||||||
|
"range": 0.8,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 2400,
|
||||||
|
"edID": 128777329,
|
||||||
|
"eddbID": 1596,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9a",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.23,
|
||||||
|
"range": 1,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 4800,
|
||||||
|
"edID": 128777330,
|
||||||
|
"eddbID": 1597,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9w",
|
||||||
|
"mass": 2,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.32,
|
||||||
|
"range": 1.2,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 9600,
|
||||||
|
"edID": 128777331,
|
||||||
|
"eddbID": 1598,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9s",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.28,
|
||||||
|
"range": 1.4,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 5400,
|
||||||
|
"edID": 128777332,
|
||||||
|
"eddbID": 1599,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9x",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.27,
|
||||||
|
"range": 0.66,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 10800,
|
||||||
|
"edID": 128777333,
|
||||||
|
"eddbID": 1600,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9e",
|
||||||
|
"mass": 2,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.2,
|
||||||
|
"range": 0.88,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 21600,
|
||||||
|
"edID": 128777334,
|
||||||
|
"eddbID": 1601,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9d",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.34,
|
||||||
|
"range": 1.1,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 43200,
|
||||||
|
"edID": 128777335,
|
||||||
|
"eddbID": 1602,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9c",
|
||||||
|
"mass": 8,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.48,
|
||||||
|
"range": 1.32,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 86400,
|
||||||
|
"edID": 128777336,
|
||||||
|
"eddbID": 1603,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9r",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.41,
|
||||||
|
"range": 1.54,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 48600,
|
||||||
|
"edID": 128777337,
|
||||||
|
"eddbID": 1604,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9f",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.4,
|
||||||
|
"range": 0.78,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 97200,
|
||||||
|
"edID": 128777338,
|
||||||
|
"eddbID": 1605,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9v",
|
||||||
|
"mass": 8,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.3,
|
||||||
|
"range": 1.04,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 194400,
|
||||||
|
"edID": 128777339,
|
||||||
|
"eddbID": 1606,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9t",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.5,
|
||||||
|
"range": 1.3,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 388800,
|
||||||
|
"edID": 128777340,
|
||||||
|
"eddbID": 1607,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9g",
|
||||||
|
"mass": 32,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.97,
|
||||||
|
"range": 1.56,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 777600,
|
||||||
|
"edID": 128777341,
|
||||||
|
"eddbID": 1608,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9b",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.6,
|
||||||
|
"range": 1.82,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 437400,
|
||||||
|
"edID": 128777342,
|
||||||
|
"eddbID": 1609,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9y",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.55,
|
||||||
|
"range": 1.02,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 874800,
|
||||||
|
"edID": 128777343,
|
||||||
|
"eddbID": 1610,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9h",
|
||||||
|
"mass": 32,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.41,
|
||||||
|
"range": 1.36,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 1749600,
|
||||||
|
"edID": 128777344,
|
||||||
|
"eddbID": 1611,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9n",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.69,
|
||||||
|
"range": 1.7,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 3499200,
|
||||||
|
"edID": 128777345,
|
||||||
|
"eddbID": 1612,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9u",
|
||||||
|
"mass": 128,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.97,
|
||||||
|
"range": 2.04,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 6998400,
|
||||||
|
"edID": 128777346,
|
||||||
|
"eddbID": 1613,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9j",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.83,
|
||||||
|
"range": 2.38,
|
||||||
|
"rating": "A"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -18864,7 +19156,7 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Chromium": 1,
|
"Chromium": 1,
|
||||||
"Mechanical Equipment": 1,
|
"Mechanical Components": 1,
|
||||||
"Specialised Legacy Firmware": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
@@ -22913,8 +23205,8 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Anomalous Bulk Scan Data": 1,
|
"Anomalous Bulk Scan Data": 1,
|
||||||
"Chromium": 1,
|
"Hybrid Capacitors": 1,
|
||||||
"Electrochemical Arrays": 1
|
"Selenium": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"engcap": [
|
"engcap": [
|
||||||
@@ -26946,7 +27238,7 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
-0.5,
|
-0.05,
|
||||||
-0.02
|
-0.02
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -27509,6 +27801,10 @@
|
|||||||
"range": [
|
"range": [
|
||||||
0.1,
|
0.1,
|
||||||
0.2
|
0.2
|
||||||
|
],
|
||||||
|
"shotspeed": [
|
||||||
|
0.1,
|
||||||
|
0.2
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -27524,15 +27820,19 @@
|
|||||||
],
|
],
|
||||||
"mass": [
|
"mass": [
|
||||||
0.2,
|
0.2,
|
||||||
0.04
|
0.05
|
||||||
],
|
],
|
||||||
"power": [
|
"power": [
|
||||||
0.04,
|
0.05,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
0.2,
|
0.2,
|
||||||
0.4
|
0.4
|
||||||
|
],
|
||||||
|
"shotspeed": [
|
||||||
|
0.2,
|
||||||
|
0.4
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -27553,11 +27853,15 @@
|
|||||||
],
|
],
|
||||||
"power": [
|
"power": [
|
||||||
0.1,
|
0.1,
|
||||||
0.04
|
0.05
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
0.3,
|
0.3,
|
||||||
0.6
|
0.6
|
||||||
|
],
|
||||||
|
"shotspeed": [
|
||||||
|
0.3,
|
||||||
|
0.6
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -27574,15 +27878,19 @@
|
|||||||
],
|
],
|
||||||
"mass": [
|
"mass": [
|
||||||
0.4,
|
0.4,
|
||||||
0.14
|
0.15
|
||||||
],
|
],
|
||||||
"power": [
|
"power": [
|
||||||
0.14,
|
0.15,
|
||||||
0.1
|
0.1
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
0.4,
|
0.4,
|
||||||
0.8
|
0.8
|
||||||
|
],
|
||||||
|
"shotspeed": [
|
||||||
|
0.4,
|
||||||
|
0.8
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -27603,11 +27911,15 @@
|
|||||||
],
|
],
|
||||||
"power": [
|
"power": [
|
||||||
0.2,
|
0.2,
|
||||||
0.14
|
0.15
|
||||||
],
|
],
|
||||||
"range": [
|
"range": [
|
||||||
0.5,
|
0.5,
|
||||||
1
|
1
|
||||||
|
],
|
||||||
|
"shotspeed": [
|
||||||
|
0.5,
|
||||||
|
1
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -28707,7 +29019,10 @@
|
|||||||
"jitter": 1,
|
"jitter": 1,
|
||||||
"speed": -0.1667
|
"speed": -0.1667
|
||||||
},
|
},
|
||||||
"special_fsd_interrupt": {},
|
"special_fsd_interrupt": {
|
||||||
|
"damage": -0.3,
|
||||||
|
"rof": 0.5
|
||||||
|
},
|
||||||
"special_high_yield_shell": {
|
"special_high_yield_shell": {
|
||||||
"rof": 0.1111111111111111
|
"rof": 0.1111111111111111
|
||||||
},
|
},
|
||||||
@@ -29669,6 +29984,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -29914,6 +30230,10 @@
|
|||||||
"blueprints": {},
|
"blueprints": {},
|
||||||
"modifications": []
|
"modifications": []
|
||||||
},
|
},
|
||||||
|
"rpl": {
|
||||||
|
"blueprints": {},
|
||||||
|
"modifications": []
|
||||||
|
},
|
||||||
"cs": {
|
"cs": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"Sensor_CargoScanner_FastScan": {
|
"Sensor_CargoScanner_FastScan": {
|
||||||
@@ -30375,38 +30695,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Weapon_LongRange": {
|
|
||||||
"grades": {
|
|
||||||
"1": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"3": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"4": {
|
|
||||||
"engineers": [
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"5": {
|
|
||||||
"engineers": [
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Weapon_Overcharged": {
|
"Weapon_Overcharged": {
|
||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -30521,6 +30809,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -31881,6 +32170,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -33126,10 +33416,7 @@
|
|||||||
},
|
},
|
||||||
"po": {
|
"po": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"PointDefence_PointDefenseCapacity": [
|
"PointDefence_PointDefenseCapacity": {
|
||||||
3
|
|
||||||
],
|
|
||||||
"HeatSinkLauncher_Shielded": {
|
|
||||||
"grades": {
|
"grades": {
|
||||||
"3": {
|
"3": {
|
||||||
"engineers": [
|
"engineers": [
|
||||||
|
|||||||
@@ -1163,7 +1163,7 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Chromium": 1,
|
"Chromium": 1,
|
||||||
"Mechanical Equipment": 1,
|
"Mechanical Components": 1,
|
||||||
"Specialised Legacy Firmware": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
@@ -3488,8 +3488,8 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Anomalous Bulk Scan Data": 1,
|
"Anomalous Bulk Scan Data": 1,
|
||||||
"Chromium": 1,
|
"Hybrid Capacitors": 1,
|
||||||
"Electrochemical Arrays": 1
|
"Selenium": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"engcap": [ -0.15, -0.04 ],
|
"engcap": [ -0.15, -0.04 ],
|
||||||
@@ -5815,7 +5815,7 @@
|
|||||||
"burst": [ 2, 2 ],
|
"burst": [ 2, 2 ],
|
||||||
"burstrof": [ 14, 19 ],
|
"burstrof": [ 14, 19 ],
|
||||||
"clip": [ 1, 1 ],
|
"clip": [ 1, 1 ],
|
||||||
"range": [ -0.5, -0.02 ]
|
"range": [ -0.05, -0.02 ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -6114,7 +6114,8 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"fallofffromrange": [ 1, 1 ],
|
"fallofffromrange": [ 1, 1 ],
|
||||||
"mass": [ 0.1, 0 ],
|
"mass": [ 0.1, 0 ],
|
||||||
"range": [ 0.1, 0.2 ]
|
"range": [ 0.1, 0.2 ],
|
||||||
|
"shotspeed": [ 0.1, 0.2 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
@@ -6124,9 +6125,10 @@
|
|||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"fallofffromrange": [ 1, 1 ],
|
"fallofffromrange": [ 1, 1 ],
|
||||||
"mass": [ 0.2, 0.04 ],
|
"mass": [ 0.2, 0.05 ],
|
||||||
"power": [ 0.04, 0 ],
|
"power": [ 0.05, 0 ],
|
||||||
"range": [ 0.2, 0.4 ]
|
"range": [ 0.2, 0.4 ],
|
||||||
|
"shotspeed": [ 0.2, 0.4 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
@@ -6138,8 +6140,9 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"fallofffromrange": [ 1, 1 ],
|
"fallofffromrange": [ 1, 1 ],
|
||||||
"mass": [ 0.3, 0.1 ],
|
"mass": [ 0.3, 0.1 ],
|
||||||
"power": [ 0.1, 0.04 ],
|
"power": [ 0.1, 0.05 ],
|
||||||
"range": [ 0.3, 0.6 ]
|
"range": [ 0.3, 0.6 ],
|
||||||
|
"shotspeed": [ 0.3, 0.6 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"4": {
|
"4": {
|
||||||
@@ -6150,9 +6153,10 @@
|
|||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"fallofffromrange": [ 1, 1 ],
|
"fallofffromrange": [ 1, 1 ],
|
||||||
"mass": [ 0.4, 0.14 ],
|
"mass": [ 0.4, 0.15 ],
|
||||||
"power": [ 0.14, 0.1 ],
|
"power": [ 0.15, 0.1 ],
|
||||||
"range": [ 0.4, 0.8 ]
|
"range": [ 0.4, 0.8 ],
|
||||||
|
"shotspeed": [ 0.4, 0.8 ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
@@ -6164,8 +6168,9 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"fallofffromrange": [ 1, 1 ],
|
"fallofffromrange": [ 1, 1 ],
|
||||||
"mass": [ 0.5, 0.2 ],
|
"mass": [ 0.5, 0.2 ],
|
||||||
"power": [ 0.2, 0.14 ],
|
"power": [ 0.2, 0.15 ],
|
||||||
"range": [ 0.5, 1 ]
|
"range": [ 0.5, 1 ],
|
||||||
|
"shotspeed": [ 0.5, 1 ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -212,6 +212,8 @@
|
|||||||
"speed": -0.1667
|
"speed": -0.1667
|
||||||
},
|
},
|
||||||
"special_fsd_interrupt": {
|
"special_fsd_interrupt": {
|
||||||
|
"damage": -0.3,
|
||||||
|
"rof": 0.5
|
||||||
},
|
},
|
||||||
"special_high_yield_shell": {
|
"special_high_yield_shell": {
|
||||||
"rof": 0.1111111111111111
|
"rof": 0.1111111111111111
|
||||||
|
|||||||
@@ -805,6 +805,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -1052,6 +1053,12 @@
|
|||||||
"modifications": [
|
"modifications": [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rpl": {
|
||||||
|
"blueprints": {
|
||||||
|
},
|
||||||
|
"modifications": [
|
||||||
|
]
|
||||||
|
},
|
||||||
"cs": {
|
"cs": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"Sensor_CargoScanner_FastScan": {
|
"Sensor_CargoScanner_FastScan": {
|
||||||
@@ -1515,38 +1522,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Weapon_LongRange": {
|
|
||||||
"grades": {
|
|
||||||
"1": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"3": {
|
|
||||||
"engineers": [
|
|
||||||
"Tod McQuinn",
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"4": {
|
|
||||||
"engineers": [
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"5": {
|
|
||||||
"engineers": [
|
|
||||||
"Zacariah Nemo"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Weapon_Overcharged": {
|
"Weapon_Overcharged": {
|
||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -1661,6 +1636,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -3025,6 +3001,7 @@
|
|||||||
"range",
|
"range",
|
||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
|
"shotspeed",
|
||||||
"thermload"
|
"thermload"
|
||||||
],
|
],
|
||||||
"specials": [
|
"specials": [
|
||||||
@@ -4284,8 +4261,7 @@
|
|||||||
},
|
},
|
||||||
"po": {
|
"po": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"PointDefence_PointDefenseCapacity": [3],
|
"PointDefence_PointDefenseCapacity": {
|
||||||
"HeatSinkLauncher_Shielded": {
|
|
||||||
"grades": {
|
"grades": {
|
||||||
"3": {
|
"3": {
|
||||||
"engineers": [
|
"engineers": [
|
||||||
|
|||||||
@@ -85,21 +85,21 @@
|
|||||||
"thermload": 0.19
|
"thermload": 0.19
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 2,
|
"breachdmg": 3.1,
|
||||||
"breachmax": 0,
|
"breachmax": 0,
|
||||||
"breachmin": 0,
|
"breachmin": 0,
|
||||||
"burst": 8,
|
"burst": 8,
|
||||||
"burstrof": 20,
|
"burstrof": 20,
|
||||||
"class": 1,
|
"class": 1,
|
||||||
"cost": 8800,
|
"cost": 8800,
|
||||||
"damage": 2.4,
|
"damage": 3.6,
|
||||||
"damagedist": {
|
"damagedist": {
|
||||||
"T": 1
|
"T": 1
|
||||||
},
|
},
|
||||||
"distdraw": 0.31,
|
"distdraw": 0.31,
|
||||||
"edID": 128671449,
|
"edID": 128671449,
|
||||||
"eddbID": 1477,
|
"eddbID": 1477,
|
||||||
"falloff": 500,
|
"falloff": 600,
|
||||||
"grp": "ul",
|
"grp": "ul",
|
||||||
"id": "cy",
|
"id": "cy",
|
||||||
"integrity": 40,
|
"integrity": 40,
|
||||||
@@ -110,9 +110,9 @@
|
|||||||
"piercing": 1,
|
"piercing": 1,
|
||||||
"power": 0.8,
|
"power": 0.8,
|
||||||
"pp": "Archon Delaine",
|
"pp": "Archon Delaine",
|
||||||
"range": 600,
|
"range": 3000,
|
||||||
"rating": "F",
|
"rating": "F",
|
||||||
"rof": 6.6,
|
"rof": 7.6,
|
||||||
"thermload": 0.3
|
"thermload": 0.3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ module.exports = {
|
|||||||
sc: require('./internal/scanner').sc,
|
sc: require('./internal/scanner').sc,
|
||||||
scb: require('./internal/shield_cell_bank').scb,
|
scb: require('./internal/shield_cell_bank').scb,
|
||||||
sg: require('./internal/shield_generator').sg,
|
sg: require('./internal/shield_generator').sg,
|
||||||
ss: require('./internal/surface_scanner').ss
|
ss: require('./internal/surface_scanner').ss,
|
||||||
|
rpl: require('./internal/repair_limpet_controller').rpl
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
264
modules/internal/repair_limpet_controller.json
Normal file
264
modules/internal/repair_limpet_controller.json
Normal file
@@ -0,0 +1,264 @@
|
|||||||
|
{
|
||||||
|
"rpl": [
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 600,
|
||||||
|
"edID": 128777327,
|
||||||
|
"eddbID": 1594,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9z",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.18,
|
||||||
|
"range": 0.6,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 1200,
|
||||||
|
"edID": 128777328,
|
||||||
|
"eddbID": 1595,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9q",
|
||||||
|
"mass": 0.5,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.14,
|
||||||
|
"range": 0.8,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 2400,
|
||||||
|
"edID": 128777329,
|
||||||
|
"eddbID": 1596,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9a",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.23,
|
||||||
|
"range": 1,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 4800,
|
||||||
|
"edID": 128777330,
|
||||||
|
"eddbID": 1597,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9w",
|
||||||
|
"mass": 2,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.32,
|
||||||
|
"range": 1.2,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 9600,
|
||||||
|
"edID": 128777331,
|
||||||
|
"eddbID": 1598,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9s",
|
||||||
|
"mass": 1.3,
|
||||||
|
"maximum": 1,
|
||||||
|
"power": 0.28,
|
||||||
|
"range": 1.4,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 5400,
|
||||||
|
"edID": 128777332,
|
||||||
|
"eddbID": 1599,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9x",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.27,
|
||||||
|
"range": 0.66,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 10800,
|
||||||
|
"edID": 128777333,
|
||||||
|
"eddbID": 1600,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9e",
|
||||||
|
"mass": 2,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.2,
|
||||||
|
"range": 0.88,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 21600,
|
||||||
|
"edID": 128777334,
|
||||||
|
"eddbID": 1601,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9d",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.34,
|
||||||
|
"range": 1.1,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 43200,
|
||||||
|
"edID": 128777335,
|
||||||
|
"eddbID": 1602,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9c",
|
||||||
|
"mass": 8,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.48,
|
||||||
|
"range": 1.32,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 3,
|
||||||
|
"cost": 86400,
|
||||||
|
"edID": 128777336,
|
||||||
|
"eddbID": 1603,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9r",
|
||||||
|
"mass": 5,
|
||||||
|
"maximum": 2,
|
||||||
|
"power": 0.41,
|
||||||
|
"range": 1.54,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 48600,
|
||||||
|
"edID": 128777337,
|
||||||
|
"eddbID": 1604,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9f",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.4,
|
||||||
|
"range": 0.78,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 97200,
|
||||||
|
"edID": 128777338,
|
||||||
|
"eddbID": 1605,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9v",
|
||||||
|
"mass": 8,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.3,
|
||||||
|
"range": 1.04,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 194400,
|
||||||
|
"edID": 128777339,
|
||||||
|
"eddbID": 1606,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9t",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.5,
|
||||||
|
"range": 1.3,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 388800,
|
||||||
|
"edID": 128777340,
|
||||||
|
"eddbID": 1607,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9g",
|
||||||
|
"mass": 32,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.97,
|
||||||
|
"range": 1.56,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 5,
|
||||||
|
"cost": 777600,
|
||||||
|
"edID": 128777341,
|
||||||
|
"eddbID": 1608,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9b",
|
||||||
|
"mass": 20,
|
||||||
|
"maximum": 3,
|
||||||
|
"power": 0.6,
|
||||||
|
"range": 1.82,
|
||||||
|
"rating": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 437400,
|
||||||
|
"edID": 128777342,
|
||||||
|
"eddbID": 1609,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9y",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.55,
|
||||||
|
"range": 1.02,
|
||||||
|
"rating": "E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 874800,
|
||||||
|
"edID": 128777343,
|
||||||
|
"eddbID": 1610,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9h",
|
||||||
|
"mass": 32,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.41,
|
||||||
|
"range": 1.36,
|
||||||
|
"rating": "D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 1749600,
|
||||||
|
"edID": 128777344,
|
||||||
|
"eddbID": 1611,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9n",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.69,
|
||||||
|
"range": 1.7,
|
||||||
|
"rating": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 3499200,
|
||||||
|
"edID": 128777345,
|
||||||
|
"eddbID": 1612,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9u",
|
||||||
|
"mass": 128,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.97,
|
||||||
|
"range": 2.04,
|
||||||
|
"rating": "B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 7,
|
||||||
|
"cost": 6998400,
|
||||||
|
"edID": 128777346,
|
||||||
|
"eddbID": 1613,
|
||||||
|
"grp": "rpl",
|
||||||
|
"id": "9j",
|
||||||
|
"mass": 80,
|
||||||
|
"maximum": 4,
|
||||||
|
"power": 0.83,
|
||||||
|
"range": 2.38,
|
||||||
|
"rating": "A"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -313,7 +313,7 @@
|
|||||||
"fuelpower": 2.45,
|
"fuelpower": 2.45,
|
||||||
"grp": "fsd",
|
"grp": "fsd",
|
||||||
"id": "Ff",
|
"id": "Ff",
|
||||||
"integrity": 106,
|
"integrity": 120,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"maxfuel": 5,
|
"maxfuel": 5,
|
||||||
"optmass": 1050,
|
"optmass": 1050,
|
||||||
|
|||||||
@@ -138,7 +138,7 @@
|
|||||||
"eff": 1,
|
"eff": 1,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "po",
|
"id": "po",
|
||||||
"integrity": 90,
|
"integrity": 102,
|
||||||
"mass": 40,
|
"mass": 40,
|
||||||
"pgen": 16.8,
|
"pgen": 16.8,
|
||||||
"rating": "E"
|
"rating": "E"
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
"eff": 0.75,
|
"eff": 0.75,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pn",
|
"id": "pn",
|
||||||
"integrity": 113,
|
"integrity": 90,
|
||||||
"mass": 16,
|
"mass": 16,
|
||||||
"pgen": 18.9,
|
"pgen": 18.9,
|
||||||
"rating": "D"
|
"rating": "D"
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
"eff": 0.5,
|
"eff": 0.5,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pm",
|
"id": "pm",
|
||||||
"integrity": 136,
|
"integrity": 113,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"pgen": 21,
|
"pgen": 21,
|
||||||
"rating": "C"
|
"rating": "C"
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
"eff": 0.45,
|
"eff": 0.45,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pl",
|
"id": "pl",
|
||||||
"integrity": 124,
|
"integrity": 136,
|
||||||
"mass": 32,
|
"mass": 32,
|
||||||
"pgen": 23.1,
|
"pgen": 23.1,
|
||||||
"rating": "B"
|
"rating": "B"
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
"eff": 0.4,
|
"eff": 0.4,
|
||||||
"grp": "pp",
|
"grp": "pp",
|
||||||
"id": "pk",
|
"id": "pk",
|
||||||
"integrity": 118,
|
"integrity": 124,
|
||||||
"mass": 20,
|
"mass": 20,
|
||||||
"pgen": 25.2,
|
"pgen": 25.2,
|
||||||
"rating": "A"
|
"rating": "A"
|
||||||
|
|||||||
1558
package-lock.json
generated
Normal file
1558
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "coriolis-data",
|
"name": "coriolis-data",
|
||||||
"version": "2.3.4",
|
"version": "2.4.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EDCD/coriolis-data"
|
"url": "https://github.com/EDCD/coriolis-data"
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 84532770,
|
"retailCost": 84532770,
|
||||||
|
"requirements": {
|
||||||
|
"horizons": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "cl", "edID": 128049346, "eddbID": 1554,"grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "cl", "edID": 128049346, "eddbID": 1554,"grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "cm", "edID": 128049347, "eddbID": 1555,"grp": "bh", "cost": 33813120, "mass": 83, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "cm", "edID": 128049347, "eddbID": 1555,"grp": "bh", "cost": 33813120, "mass": 83, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 747660,
|
"retailCost": 747660,
|
||||||
|
"requirements": {
|
||||||
|
"horizonsEarlyAdoption": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "cg", "edID": 128672264, "eddbID": 1518, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "cg", "edID": 128672264, "eddbID": 1518, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "ch", "edID": 128672265, "eddbID": 1519, "grp": "bh", "cost": 305890, "mass": 14, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "ch", "edID": 128672265, "eddbID": 1519, "grp": "bh", "cost": 305890, "mass": 14, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
"crew": 1
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 1337330,
|
"retailCost": 1337330,
|
||||||
|
"requirements": {
|
||||||
|
"horizons": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "cq", "edID": 128049292, "eddbID": 1589, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "cq", "edID": 128049292, "eddbID": 1589, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "cr", "edID": 128049293, "eddbID": 1590, "grp": "bh", "cost": 534940, "mass": 32, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "cr", "edID": 128049293, "eddbID": 1590, "grp": "bh", "cost": 534940, "mass": 32, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 19814210,
|
"retailCost": 19814210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 5
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "bz", "edID": 128672147, "eddbID": 1466, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "bz", "edID": 128672147, "eddbID": 1466, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "bA", "edID": 128672148, "eddbID": 1467, "grp": "bh", "cost": 7925680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "bA", "edID": 128672148, "eddbID": 1467, "grp": "bh", "cost": 7925680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 187969450,
|
"retailCost": 187969450,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 12
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "BW", "edID": 128049370, "eddbID": 1498, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "BW", "edID": 128049370, "eddbID": 1498, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "BX", "edID": 128049371, "eddbID": 1499, "grp": "bh", "cost": 75187790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "BX", "edID": 128049371, "eddbID": 1499, "grp": "bh", "cost": 75187790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 14314210,
|
"retailCost": 14314210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 3
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "bE", "edID": 128049322, "eddbID": 793, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "bE", "edID": 128049322, "eddbID": 793, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "bF", "edID": 128049323, "eddbID": 794, "grp": "bh", "cost": 5725680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "bF", "edID": 128049323, "eddbID": 794, "grp": "bh", "cost": 5725680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 35814210,
|
"retailCost": 35814210,
|
||||||
|
"requirements": {
|
||||||
|
"federationRank": 7
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "bJ", "edID": 128672154, "eddbID": 1471, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "bJ", "edID": 128672154, "eddbID": 1471, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "bK", "edID": 128672155, "eddbID": 1472, "grp": "bh", "cost": 14325690, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "bK", "edID": 128672155, "eddbID": 1472, "grp": "bh", "cost": 14325690, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -22,7 +22,10 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 22296860,
|
"retailCost": 22296860,
|
||||||
"bulkheads": [
|
"requirements": {
|
||||||
|
"empireRank": 7
|
||||||
|
},
|
||||||
|
"bulkheads": [
|
||||||
{ "id": "bp", "edID": 128049316, "eddbID": 788, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "bp", "edID": 128049316, "eddbID": 788, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "bq", "edID": 128049317, "eddbID": 789, "grp": "bh", "cost": 8918340, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "bq", "edID": 128049317, "eddbID": 789, "grp": "bh", "cost": 8918340, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
{ "id": "br", "edID": 128049318, "eddbID": 790, "grp": "bh", "cost": 20066270, "mass": 60, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
{ "id": "br", "edID": 128049318, "eddbID": 790, "grp": "bh", "cost": 20066270, "mass": 60, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
"crew": 1
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 2542930,
|
"retailCost": 2542930,
|
||||||
|
"requirements": {
|
||||||
|
"empireRank": 3
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "bf", "edID": 128671224, "eddbID": 1389, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "bf", "edID": 128671224, "eddbID": 1389, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "bg", "edID": 128671225, "eddbID": 1390, "grp": "bh", "cost": 1017200, "mass": 4, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "bg", "edID": 128671225, "eddbID": 1390, "grp": "bh", "cost": 1017200, "mass": 4, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
"crew": 3
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 208969450,
|
"retailCost": 208969450,
|
||||||
|
"requirements": {
|
||||||
|
"empireRank": 12
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "BR", "edID": 128049376, "eddbID": 1493, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "BR", "edID": 128049376, "eddbID": 1493, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "BS", "edID": 128049377, "eddbID": 1494, "grp": "bh", "cost": 83587790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "BS", "edID": 128049377, "eddbID": 1494, "grp": "bh", "cost": 83587790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"baseArmour": 220,
|
"baseArmour": 220,
|
||||||
"hardness": 55,
|
"hardness": 55,
|
||||||
"hullMass": 290,
|
"hullMass": 290,
|
||||||
"masslock": 13,
|
"masslock": 16,
|
||||||
"pipSpeed": 0.08375,
|
"pipSpeed": 0.08375,
|
||||||
"luxuryCabins": true,
|
"luxuryCabins": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
|
|||||||
Reference in New Issue
Block a user