This commit is contained in:
2023-04-18 19:47:42 +09:00
parent b23590667f
commit 491d69ad58
9 changed files with 93 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ end
-- item
local function EI(source, tier)
local item = table.deepcopy(data.raw.item[source])
local item = table.deepcopy(data.raw.item[source.type])
item.name = source.name .. '-mk' .. tier
item.place_result = source.name .. '-mk' .. tier
item.max_health = 200 * (2 ^ (tier - 1))