{{extend elemLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
{{if game === 'gs'}} {{title}}·{{name}} {{else}} {{name}} {{/if}}
{{if game === 'gs'}} {{@desc}} {{else}} {{detail.desc}} {{/if}}
{{ if line[0]?.num !== 'NaN'}}
90级基础数据
{{each line item}}
{{item.num}}
{{item.label}}
{{/each}}
{{else}}
90级基础数据
暂无详细数据
{{/if}}
{{if mode == "talent"}} {{each detail.talent talent type}}
{{set minLv = game === 'gs' ? 6 : (type==='a' || type ==='a2'? 1 : 6) }} {{set maxLv = game === 'gs' ? 13 : (type==='a' || type ==='a2' ? 7 : 12 )}} <% include(_tpl_path+'/talent-detail.html', [talent, {_res_path,lvs,type,icon:imgs[type],minLv,maxLv,game}]) %>
{{/each}}
{{if game === 'gs'}} {{each detail.passive pass idx}} <% include(_tpl_path+'/talent-detail.html', [pass, {_res_path,icon:imgs['passive'+idx],game}]) %> {{/each}} {{else}} {{each detail.treeData treeData idx}} {{if treeData.type === 'skill'}} <% include(_tpl_path+'/talent-detail.html', [treeData, {_res_path,icon:imgs['tree'+treeData.idx],game}]) %> {{/if}} {{/each}} {{/if}}
{{/if}} {{if mode == "cons"}}
{{each detail.cons con idx}} <% include(_tpl_path+'/talent-detail.html', [con, {_res_path,lvs,type,icon:imgs['cons'+idx],game}]) %> {{/each}}
{{/if}} {{/block}}