模块:ItemInfo:修订间差异
跳转到导航
跳转到搜索
转换配方卡名
(修正错误) |
(转换配方卡名) |
||
第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 | ||
arguments["配方"] = ci.getRecipeCardNameById(item.base.rc_id) | |||
arguments["配方"] = item.base.rc_id | |||
end | end | ||