Compare commits

..

9 Commits

Author SHA1 Message Date
willyb321
e8c1ae4c89 Merge branch 'release/2.9.13' 2018-05-03 07:15:42 +10:00
willyb321
68682f062c 2.9.13 2018-05-03 07:15:35 +10:00
willyb321
c81e4fd554 dist 2018-05-03 07:13:35 +10:00
willyb321
ae744982c6 add LE g4,5 2018-05-03 07:12:36 +10:00
William Blythe
e7a8c2eeb9 pd, interdictor also sb 2018-04-30 10:58:09 +10:00
William Blythe
90035fc057 dist 2018-04-30 10:24:15 +10:00
William
c67fcc6497 Merge pull request #30 from UrukCan/patch-3
last blueprints
2018-04-30 10:18:34 +10:00
UrukCan
2f3410c462 last blueprints
AFMU
Cargo/Kill/Manifest scanner
Chaff
ECM
FSD interdictor
Heat Sink
PDT
Collector/Fuel/Hatch/Prospector Limpet
Fuel Scoop
Life Support
Refinery
SCB
Weapon_DoubleShot
Weapon_HighCapacity
Weapon_RapidFire

fixed spme PP values

(in short, everything that was missing except heavy duty shield boosters)
2018-04-30 02:16:55 +02:00
willyb321
d9729fa252 Merge branch 'release/2.9.12' into develop 2018-04-28 12:15:31 +10:00
6 changed files with 2618 additions and 2302 deletions

1368
dist/index.js vendored

File diff suppressed because it is too large Load Diff

2158
dist/index.json vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1740,6 +1740,11 @@
"Colonel Bris Dekker",
"Tiana Fortune"
]
},
"4": {
"engineers": [
"Colonel Bris Dekker"
]
}
}
}
@@ -3945,6 +3950,16 @@
"Marco Qwent",
"The Dweller"
]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
}
}
},
@@ -4040,6 +4055,16 @@
"Marco Qwent",
"The Dweller"
]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
}
}
},
@@ -4065,6 +4090,16 @@
"Marco Qwent",
"The Dweller"
]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
}
}
}
@@ -4546,6 +4581,17 @@
"Hera Tani",
"Marco Qwent"
]
},
"4": {
"engineers": [
"Hera Tani",
"Marco Qwent"
]
},
"5": {
"engineers": [
"Hera Tani"
]
}
}
},
@@ -5337,6 +5383,7 @@
"kinres",
"mass",
"power",
"optmul",
"shieldboost",
"thermres"
],

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.9.12",
"version": "2.9.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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