From 994496d71a77b288fd0b526e23639586842df211 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:51:08 +0900 Subject: [PATCH] Update main.lua --- PHI-EN/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-EN/main.lua b/PHI-EN/main.lua index a8948a0..4a9bb96 100644 --- a/PHI-EN/main.lua +++ b/PHI-EN/main.lua @@ -45,7 +45,7 @@ local function EI(source, tier) local item = table.deepcopy(data.raw.item[source]) item.name = source .. "-mk" .. tier item.place_result = source .. "-mk" .. tier - item.max_health = 150 * (2 ^ (tier - 1)) + item.max_health = 200 * (2 ^ (tier - 1)) item.subgroup = "energy" item.stack_size = 50 item.default_request_amount = 50