This commit is contained in:
2024-10-25 00:23:26 +09:00
parent 0119818911
commit f011cc7290
11 changed files with 337 additions and 722 deletions

View File

@@ -16,16 +16,3 @@ for _, v in pairs(items['item']) do
main.EL(v)
end
end
for _, v in pairs(items['equipment']) do
if (v.stage == file_stage) and v.enabled and (v.max >= v.min) then
v.category = 'equipment'
for j=v.min, v.max, 1 do
main.EEQ(v, j)
main.EI(v, j)
main.ER(v, j)
main.ET(v, j)
end
end
end