This commit is contained in:
2024-06-17 01:53:55 +09:00
parent 1668dd4eb0
commit 4b858a4bfb
8 changed files with 349 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ local research_modifier = {
-- entity
local function EE(source, tier)
local item = table.deepcopy(data.raw[source.type][source.ref_name])
item.name = source.name .. '-' .. tier
item.minable.result = source.name .. '-' .. tier
item.max_health = item.max_health * tier