Merge branch 'release/2.9.16'

This commit is contained in:
willyb321
2018-06-12 11:04:06 +10:00
5 changed files with 5 additions and 5 deletions

2
dist/index.js vendored
View File

@@ -22535,7 +22535,7 @@ module.exports = {
Sulphur: 1 Sulphur: 1
}, },
features: { features: {
fallofffromrange: [ 0, .2 ], fallofffromrange: [ .2, .2 ],
mass: [ .1, .1 ], mass: [ .1, .1 ],
power: [ .03, .03 ], power: [ .03, .03 ],
range: [ 0, .2 ], range: [ 0, .2 ],

2
dist/index.json vendored
View File

@@ -29901,7 +29901,7 @@
}, },
"features": { "features": {
"fallofffromrange": [ "fallofffromrange": [
0, 0.2,
0.2 0.2
], ],
"mass": [ "mass": [

View File

@@ -6277,7 +6277,7 @@
"Sulphur": 1 "Sulphur": 1
}, },
"features": { "features": {
"fallofffromrange": [ 0, 0.2 ], "fallofffromrange": [ 0.2, 0.2 ],
"mass": [ 0.1, 0.1 ], "mass": [ 0.1, 0.1 ],
"power": [ 0.03, 0.03 ], "power": [ 0.03, 0.03 ],
"range": [ 0, 0.2 ], "range": [ 0, 0.2 ],

2
package-lock.json generated
View File

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

View File

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