Update main.lua

This commit is contained in:
PHIDIAS
2023-03-17 18:51:08 +09:00
parent 4882964e05
commit 994496d71a

View File

@@ -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