{{extend elemLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
{{title}}·{{name}}
{{@desc}}
{{ 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}}
<% include(_tpl_path+'/talent-detail.html', [talent, {_res_path,lvs,type,icon:imgs[type]}]) %>
{{/each}}
{{each detail.passive pass idx}} <% include(_tpl_path+'/talent-detail.html', [pass, {_res_path,icon:imgs['passive'+idx]}]) %> {{/each}}
{{/if}} {{if mode == "cons"}}
{{each detail.cons con idx}} <% include(_tpl_path+'/talent-detail.html', [con, {_res_path,lvs,type,icon:imgs['cons'+idx]}]) %> {{/each}}
{{/if}} {{/block}}