打开主菜单

少前百科GFwiki β

更改

模块:Gun info

添加534字节2023年8月18日 (五) 14:38
无编辑摘要
root:wikitext(serveSkillInfo('2', true))
end
end
 
local function addChibi()
super:newline():wikitext('== 战斗形象 =='):newline()
local argTable = {'ChibiCostumeSwitcher', target = 'TDollChibiAnimation'}
if moddata then argTable['costumes.mod'] = '心智升级' end
for _, v in ipairs(gundata.skins) do
local skin = skindata[v]
if skin then
local skincode = guncode .. '_' .. tostring(v)
argTable['costumes.' .. skincode] = skin.name
end
end
local frame = mw.getCurrentFrame()
super:wikitext(frame:callParserFunction('#widget', argTable))
end
end
for _, v in ipairs(gundata.skins) do
local skin = skindata[v]
if skin then
local skincode = guncode .. '_' .. tostring(v)
putSkills()
putEquipments()
addChibi()
local templatestyles = mw.getCurrentFrame():extensionTag{