模块:ItemInfo:修订间差异

添加180字节 、​ 2024年6月8日 (星期六)
添加饰品列表函数
(添加武器支持)
(添加饰品列表函数)
第222行: 第222行:
     for i = 1, 35 do
     for i = 1, 35 do
         table.insert(result, p.at1EquipInfo('武器', i))
         table.insert(result, p.at1EquipInfo('武器', i))
    end
    return table.concat(result, '\n')
end
function p.listAccessoriesInAt1()
    result = {}
    for i = 1, 20 do
        table.insert(result, p.at1EquipInfo('饰品', i))
     end
     end
     return table.concat(result, '\n')
     return table.concat(result, '\n')
1,075

个编辑