Skip to content

Commit

Permalink
Merge branch 'release/2.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 10, 2017
2 parents 0ba60d2 + 0c4a66f commit bbb39a6
Show file tree
Hide file tree
Showing 9 changed files with 2,335 additions and 88 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#2.4.0
* Added Repair Limpet Computers

#2.3.7
* Fixed Orca mass-lock

Expand Down
262 changes: 242 additions & 20 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4381,7 +4381,7 @@ module.exports = {
fuelpower: 2.45,
grp: "fsd",
id: "Ff",
integrity: 106,
integrity: 120,
mass: 20,
maxfuel: 5,
optmass: 1050,
Expand Down Expand Up @@ -14439,6 +14439,247 @@ module.exports = {
name: "Detailed Surface Scanner",
power: 0,
rating: "C"
} ],
rpl: [ {
class: 1,
cost: 600,
edID: 128777327,
eddbID: 1594,
grp: "rpl",
id: "rple1",
mass: 1.3,
maximum: 1,
power: .18,
range: .6,
rating: "E"
}, {
class: 1,
cost: 1200,
edID: 128777328,
eddbID: 1595,
grp: "rpl",
id: "rpld1",
mass: .5,
maximum: 1,
power: .14,
range: .8,
rating: "D"
}, {
class: 1,
cost: 2400,
edID: 128777329,
eddbID: 1596,
grp: "rpl",
id: "rplc1",
mass: 1.3,
maximum: 1,
power: .23,
range: 1,
rating: "C"
}, {
class: 1,
cost: 4800,
edID: 128777330,
eddbID: 1597,
grp: "rpl",
id: "rplb1",
mass: 2,
maximum: 1,
power: .32,
range: 1.2,
rating: "B"
}, {
class: 1,
cost: 9600,
edID: 128777331,
eddbID: 1598,
grp: "rpl",
id: "rpla1",
mass: 1.3,
maximum: 1,
power: .28,
range: 1.4,
rating: "A"
}, {
class: 3,
cost: 5400,
edID: 128777332,
eddbID: 1599,
grp: "rpl",
id: "rple3",
mass: 5,
maximum: 2,
power: .27,
range: .66,
rating: "E"
}, {
class: 3,
cost: 10800,
edID: 128777333,
eddbID: 1600,
grp: "rpl",
id: "rpld3",
mass: 2,
maximum: 2,
power: .2,
range: .88,
rating: "D"
}, {
class: 3,
cost: 21600,
edID: 128777334,
eddbID: 1601,
grp: "rpl",
id: "rplc3",
mass: 5,
maximum: 2,
power: .34,
range: 1.1,
rating: "C"
}, {
class: 3,
cost: 43200,
edID: 128777335,
eddbID: 1602,
grp: "rpl",
id: "rplb3",
mass: 8,
maximum: 2,
power: .48,
range: 1.32,
rating: "B"
}, {
class: 3,
cost: 86400,
edID: 128777336,
eddbID: 1603,
grp: "rpl",
id: "rpba3",
mass: 5,
maximum: 2,
power: .41,
range: 1.54,
rating: "A"
}, {
class: 5,
cost: 48600,
edID: 128777337,
eddbID: 1604,
grp: "rpl",
id: "rple5",
mass: 20,
maximum: 3,
power: .4,
range: .78,
rating: "E"
}, {
class: 5,
cost: 97200,
edID: 128777338,
eddbID: 1605,
grp: "rpl",
id: "rpld5",
mass: 8,
maximum: 3,
power: .3,
range: 1.04,
rating: "D"
}, {
class: 5,
cost: 194400,
edID: 128777339,
eddbID: 1606,
grp: "rpl",
id: "rplc5",
mass: 20,
maximum: 3,
power: .5,
range: 1.3,
rating: "C"
}, {
class: 5,
cost: 388800,
edID: 128777340,
eddbID: 1607,
grp: "rpl",
id: "rplb5",
mass: 32,
maximum: 3,
power: .97,
range: 1.56,
rating: "B"
}, {
class: 5,
cost: 777600,
edID: 128777341,
eddbID: 1608,
grp: "rpl",
id: "rpla5",
mass: 20,
maximum: 3,
power: .6,
range: 1.82,
rating: "A"
}, {
class: 7,
cost: 437400,
edID: 128777342,
eddbID: 1609,
grp: "rpl",
id: "rple7",
mass: 80,
maximum: 4,
power: .55,
range: 1.02,
rating: "E"
}, {
class: 7,
cost: 874800,
edID: 128777343,
eddbID: 1610,
grp: "rpl",
id: "rpld7",
mass: 32,
maximum: 4,
power: .41,
range: 1.36,
rating: "D"
}, {
class: 7,
cost: 1749600,
edID: 128777344,
eddbID: 1611,
grp: "rpl",
id: "rplc7",
mass: 80,
maximum: 4,
power: .69,
range: 1.7,
rating: "C"
}, {
class: 7,
cost: 3499200,
edID: 128777345,
eddbID: 1612,
grp: "rpl",
id: "rplb7",
mass: 128,
maximum: 4,
power: .97,
range: 2.04,
rating: "B"
}, {
class: 7,
cost: 6998400,
edID: 128777346,
eddbID: 1613,
grp: "rpl",
id: "rpla7",
mass: 80,
maximum: 4,
power: .83,
range: 2.38,
rating: "A"
} ]
}
},
Expand Down Expand Up @@ -22479,25 +22720,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: {
grades: {
"1": {
Expand Down
Loading

0 comments on commit bbb39a6

Please sign in to comment.