diff --git a/dist/index.js b/dist/index.js index 446fd0b..28e0f47 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22535,7 +22535,7 @@ module.exports = { Sulphur: 1 }, features: { - fallofffromrange: [ 0, .2 ], + fallofffromrange: [ .2, .2 ], mass: [ .1, .1 ], power: [ .03, .03 ], range: [ 0, .2 ], diff --git a/dist/index.json b/dist/index.json index 5286e61..847bd12 100644 --- a/dist/index.json +++ b/dist/index.json @@ -29901,7 +29901,7 @@ }, "features": { "fallofffromrange": [ - 0, + 0.2, 0.2 ], "mass": [ diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 64b2207..8be6fa8 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -6277,7 +6277,7 @@ "Sulphur": 1 }, "features": { - "fallofffromrange": [ 0, 0.2 ], + "fallofffromrange": [ 0.2, 0.2 ], "mass": [ 0.1, 0.1 ], "power": [ 0.03, 0.03 ], "range": [ 0, 0.2 ],