模块:BattleEffect:修订间差异

跳转到导航 跳转到搜索
添加16字节 、​ 2024年6月8日 (星期六)
完成模板
(新建页面)
 
(完成模板)
 
第1行: 第1行:
local p = {}
local p = {}


function p.getBattleEffect(game)
function p.getBattleEffectById(game, id)
     return mw.loadJsonData('数据:' .. game .. '/战斗效果')
     return mw.loadJsonData('数据:' .. game .. '/战斗效果')[id + 1]
end
end


return p
return p
1,075

个编辑

导航菜单