{{extend elemLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
{{title}}·{{name}}
{{@desc}}
90级基础数据
{{each line item}}
{{item.num}}
{{item.label}}
{{/each}}
{{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}}