模块:ItemInfo:修订间差异
跳转到导航
跳转到搜索
不知道哪里错了
(添加敌人信息解析) |
(不知道哪里错了) |
||
第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 .. '/详细'] = ei.getFoeInfoById('AT1', item.src[i].desc) | arguments['来源' .. i .. '/详细'] = tostring(ei.getFoeInfoById('AT1', item.src[i].desc)) | ||
else | else | ||
arguments['来源' .. i .. '/详细'] = item.src[i].desc | arguments['来源' .. i .. '/详细'] = item.src[i].desc |