From a3e684634f586441860f84ba174ece06f37f4203 Mon Sep 17 00:00:00 2001 From: Lance-XI Date: Mon, 12 May 2025 21:12:00 -0400 Subject: [PATCH] Correct the bonus granted by the Heatsink --- scripts/globals/automaton.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/globals/automaton.lua b/scripts/globals/automaton.lua index 9d86b38a59a..4d68515cb80 100644 --- a/scripts/globals/automaton.lua +++ b/scripts/globals/automaton.lua @@ -86,7 +86,7 @@ local attachmentModifiers = ['galvanizer'] = { { xi.mod.COUNTER, { 10, 20, 35, 50 }, true }, }, ['hammermill'] = { { xi.mod.SHIELD_BASH, { 15, 25, 50, 100 }, true }, { xi.mod.AUTO_SHIELD_BASH_SLOW, { 0, 12, 19, 25 }, true }, }, - ['heatsink'] = { { xi.mod.BURDEN_DECAY, { 2, 4, 5, 6 }, true }, }, + ['heatsink'] = { { xi.mod.BURDEN_DECAY, { 1, 3, 4, 5 }, true }, }, ['inhibitor'] = { { xi.mod.STORETP, { 5, 15, 25, 40 }, true }, { xi.mod.AUTO_TP_EFFICIENCY, { 900, 900, 900, 900 }, false }, }, ['inhibitor_ii'] = { { xi.mod.STORETP, { 10, 25, 40, 65 }, true },