本帖最后由 1580 于 2025-11-1 13:05 编辑  
 
参考登陆器自带的ItemInfo.lua文件 
 
--分类7物品 
function itemInfo.getItemStdMode7(item, dbitem, actor, itemFrom, itemPos) 
 
 
function itemInfo.getAttInfo(item, dbitem)--Att解析 
 
  --20250216结束 
  if ret ~= "" then ret = "\\ \\"..hintHelper.text("附加属性", const.clyellow).."\\"..ret end  ---估计你的LUA少了\\\换行符 
  return ret 
end 
 
 |