diff --git a/prototypes/Laser.lua b/prototypes/Laser.lua index 151f82f..d6ba8a4 100755 --- a/prototypes/Laser.lua +++ b/prototypes/Laser.lua @@ -1462,6 +1462,35 @@ buildWorm( } }, + { + type = "resistance", + name = "laser", + decrease = { + [1] = 7, + [2] = 7, + [3] = 10, + [4] = 10, + [5] = 13, + [6] = 13, + [7] = 16, + [8] = 16, + [9] = 19, + [10] = 23 + }, + percent = { + [1] = 65, + [2] = 65, + [3] = 70, + [4] = 75, + [5] = 75, + [6] = 80, + [7] = 85, + [8] = 85, + [9] = 90, + [10] = 90 + } + }, + { type = "attack", name = "range",