{{extend defaultLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
ID:{{uid}}
{{day}}
{{set types = ['talent', 'weapon'] }} {{each types type }} {{each data cityData}} {{set curr = cityData[type] || {} }} {{if curr.data?.length>0}}
{{cityData.city}}
{{curr.material?.name}}
{{each curr.material?.icons icon}}
{{/each}}
{{if type === 'talent' }}
{{each curr.data char}}
{{ if char.cons>0}} {{char.cons}}命 {{/if}}
Lv.{{char.level}}
{{each char.talent talent}} {{talent.level}} {{/each}}
{{/each}}
{{/if}} {{if type === 'weapon'}}
{{each curr.data weapon}}
{{ if weapon.affix>1}} {{weapon.affix}} {{/if}}
Lv.{{weapon.level}}
{{weapon.abbr}}
{{/each}}
{{/if}}
{{/if}} {{/each}} {{/each}}
* 根据你所拥有的角色查询今天可升天赋角色,仅显现已装备的武器
* 可通过【#练度统计】(需具备CK),或【#更新面板】更新本地缓存
* 绑定CK用户也可通过【#刷新天赋】来强制更新天赋数据
{{/block}}