模块:ItemInfo:修订间差异

跳转到导航 跳转到搜索
添加9字节 、​ 2024年6月8日 (星期六)
转换配方卡名
(修正错误)
(转换配方卡名)
第2行: 第2行:


local be = require 'Module:BattleEffect'
local be = require 'Module:BattleEffect'
local ci = require 'Module:CardInfo'


function p.loadItemInfoByIndex(game, category, index)
function p.loadItemInfoByIndex(game, category, index)
第190行: 第191行:


     if item.base.synthesisable == '1' then
     if item.base.synthesisable == '1' then
        -- TODO: RC id->转换(或者在模板里做)
         arguments["配方"] = ci.getRecipeCardNameById(item.base.rc_id)
         arguments["配方"] = item.base.rc_id
     end
     end


1,075

个编辑

导航菜单