模块:ItemInfo:修订间差异

添加6字节 、​ 2024年6月8日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
第76行: 第76行:
         ["笔记"] = item.desc
         ["笔记"] = item.desc
     }
     }
     if not item.src then
     if item.src ~= nil then
         for i = 1, 5 do
         for i = 1, 5 do
             if not item.src[i] then
             if not item.src[i] then
第84行: 第84行:
         end
         end
     end  
     end  
     if not item.item_use_this then
     if item.item_use_this ~= nil then
         for i = 1, 8 do
         for i = 1, 8 do
             arguments['合成用途' .. i] = item.item_use_this[i]
             arguments['合成用途' .. i] = item.item_use_this[i]
1,075

个编辑