This commit is contained in:
2024-09-29 00:10:15 +09:00
parent 65bfb8bb8f
commit 3dc2999ec6
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.vscode/settings.json
PHI-CL/.vscode/settings.json
*.zip
/PHI-CL/.vscode

View File

@@ -48,10 +48,6 @@ end
function main.EEE(source, tier)
local item = table.deepcopy(data.raw[source.type][source.ref_name])
if not (item or item.name) then
assert('ERROR - trying to load ' .. source.type .. ' / ' .. source.ref_name)
end
item.name = source.name .. '-' .. tier
item.minable.result = item.name
item.max_health = item.max_health * (tier - source.min + 2)