diff --git a/modifications/blueprints.json b/modifications/blueprints.json index be60c77..0de1441 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -6289,7 +6289,8 @@ "components": { "Nickel": 1 }, - "features": + "features": { + "clip": [ 0, -0.03 ], "damage": [ 0, 0.3 ], "distdraw": [ 0, 0.15 ], "thermload": [ 0, 0.03 ] @@ -6301,6 +6302,7 @@ "Nickel": 1 }, "features": { + "clip": [ -0.03, -0.06 ], "damage": [ 0.3, 0.4 ], "distdraw": [ 0.15, 0.2 ], "thermload": [ 0.03, 0.06 ] @@ -6313,6 +6315,7 @@ "Nickel": 1 }, "features": { + "clip": [ -0.06, -0.09 ], "damage": [ 0.4, 0.5 ], "distdraw": [ 0.2, 0.25 ], "thermload": [ 0.06, 0.09 ] @@ -6325,6 +6328,7 @@ "Zinc": 1 }, "features": { + "clip": [ -0.09, -0.12 ], "damage": [ 0.5, 0.6 ], "distdraw": [ 0.25, 0.3 ], "thermload": [ 0.09, 0.12 ] @@ -6337,8 +6341,9 @@ "Zirconium": 1 }, "features": { + "clip": [ -0.12, -0.15 ], "damage": [ 0.6, 0.7 ], - "distdraw": [ 0.3, 0.35 ] + "distdraw": [ 0.3, 0.35 ], "thermload": [ 0.12, 0.15 ] } }