From 1de49ec2f2a07b699847163634450ef627aa6300 Mon Sep 17 00:00:00 2001 From: strideynet Date: Thu, 17 Aug 2017 15:20:20 +0100 Subject: [PATCH 1/2] Update MLF --- ships/orca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ships/orca.json b/ships/orca.json index efce7088..7e96063c 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -14,7 +14,7 @@ "baseArmour": 220, "hardness": 55, "hullMass": 290, - "masslock": 13, + "masslock": 16, "pipSpeed": 0.08375, "luxuryCabins": true, "pitch": 25, From b3fd528ad19345262603d71289e23fe183263de6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 29 Aug 2017 19:58:04 +0100 Subject: [PATCH 2/2] Bump Version Bump version and generate dist. --- ChangeLog.md | 3 +++ dist/index.js | 2 +- dist/index.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f115ba1a..73eb7930 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#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 diff --git a/dist/index.js b/dist/index.js index aebce7ea..7b05d8b5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2170,7 +2170,7 @@ module.exports = { baseArmour: 220, hardness: 55, hullMass: 290, - masslock: 13, + masslock: 16, pipSpeed: .08375, luxuryCabins: true, pitch: 25, diff --git a/dist/index.json b/dist/index.json index d2dfdfe2..5632088a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -3426,7 +3426,7 @@ "baseArmour": 220, "hardness": 55, "hullMass": 290, - "masslock": 13, + "masslock": 16, "pipSpeed": 0.08375, "luxuryCabins": true, "pitch": 25, diff --git a/package.json b/package.json index 55de1189..909708ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis-data", - "version": "2.3.6", + "version": "2.3.7", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis-data"