修正错误
(修正错误) |
(修正错误) |
||
第114行: | 第114行: | ||
["笔记"] = item.desc | ["笔记"] = item.desc | ||
} | } | ||
if item.base.synthesisable == '1' then | |||
arguments["配方"] = ci.getRecipeCardNameById(item.base.rc_id) | |||
end | |||
if item.src ~= nil then | if item.src ~= nil then | ||
for i = 1, 5 do | for i = 1, 5 do | ||
第222行: | 第225行: | ||
if item.base.synthesisable == '1' then | if item.base.synthesisable == '1' then | ||
arguments["配方"] = ci.getRecipeCardNameById(item.base.rc_id) | arguments["配方"] = ci.getRecipeCardNameById(item.base.rc_id) | ||
end | |||
if item.src ~= nil then | |||
for i = 1, 5 do | |||
if not item.src[i] then | |||
arguments['来源' .. i .. '/类别'] = item.src[i].type | |||
arguments['来源' .. i .. '/详细'] = item.src[i].desc | |||
end | |||
end | |||
end | |||
if item.item_use_this ~= nil then | |||
for i = 1, 8 do | |||
arguments['合成用途' .. i] = item.item_use_this[i] | |||
end | |||
end | end | ||
if item.naming ~= nil then | if item.naming ~= nil then |