模块:ItemInfo:修订间差异

删除5字节 、​ 2024年6月8日 (星期六)
修复错误
(不知道哪里错了)
(修复错误)
第213行: 第213行:
                 arguments['来源' .. i .. '/类别'] = item.src[i].type
                 arguments['来源' .. i .. '/类别'] = item.src[i].type
                 if item.src[i].type == '敌' then
                 if item.src[i].type == '敌' then
                     arguments['来源' .. i .. '/详细'] = tostring(ei.getFoeInfoById('AT1', item.src[i].desc))
                     arguments['来源' .. i .. '/详细'] = ei.getFoeInfoById('AT1', item.src[i].desc).name
                 else
                 else
                     arguments['来源' .. i .. '/详细'] = item.src[i].desc
                     arguments['来源' .. i .. '/详细'] = item.src[i].desc
1,075

个编辑