{{extend defaultLayout}} {{set isSr = game === 'sr'}} {{block 'css'}} {{if isSr}} {{else}} {{/if}} {{/block}} {{block 'main'}}
{{isSr?'*':'#'}}面板练度统计
UID:{{uid}} 共{{avatars.length}}名角色
#
角色
Lv
{{isSr?'星魂':'命座'}}
{{if !isSr}}
好感
{{/if}}
A
E
Q
{{if isSr}}
T
{{/if}} {{if mode === 'talent'}}
周本
天赋书
{{else}}
{{isSr?'光锥':'武器'}}
{{isSr?'遗器':'圣遗物'}}
{{/if}}
{{each avatars avatar idx}} {{set talent = avatar.talent}} {{set weapon = avatar.weapon}} {{set tk = isSr?['a','e','q','t']:['a','e','q']}}
{{idx+1}}
{{avatar.abbr||avatar.name}}
{{avatar.level}}
{{avatar.cons}}
{{if !isSr}}
{{/if}} {{set talentLvMap = [0,1,1,1,2,2,3,3,3,4,5] }} {{set talentALvMap = [0,1,1,2,3,4,5]}} {{each tk talentKey}} {{set curr = (avatar.talent||{})[talentKey] || {original:1,level:'-'} }} {{if isSr && talentKey === 'a'}}
{{curr.level}}
{{else}}
{{curr.level}}
{{/if}} {{/each}} {{if mode === 'talent'}} {{set m = avatar.materials || {} }} {{set w = {'周一/周四':1,'周二/周五':2, '周三/周六':3}[m.talent?.num] }} {{set isToday = (week === 6) || (week % 3 + 1 === w)}}
{{m.talent?.label || '-'}} (周{{['1/4','2/5','3/6'][w-1] || '-'}})
{{else}}
{{if weapon?.name}}
{{weapon.level}}
{{weapon.affix}} {{weapon.abbr}}
{{/if}}
{{set mark = avatar.artisMark || false }} {{set imgs = avatar?.artisMark?.imgs || avatar?.artisSet?.imgs || []}}
{{each imgs img}}
{{/each}} {{if imgs.length === 0}} {{/if}}
{{if mark}} {{mark.markClass}} {{mark.mark}} {{else}} 暂无面板数据 {{/if}}
{{/if}}
{{/each}}
{{set ut = updateTime }} {{if ut.profile || ut.mys}} 数据更新时间 {{if ut.profile}} {{isSr?'*':'#'}}更新面板: {{ut.profile}} {{/if}} {{if ut.mys}} 米游社: {{ut.mys}}
天赋数据每2小时最多更新一次,可通过{{isSr?'*':'#'}}刷新天赋来强制刷新天赋数据,需具备有效CK
{{/if}} {{else}} 未绑定CK或CK失效,信息可能不完全。发送#体力帮助查看CK绑定方法,发送{{isSr?'*':'#'}}更新面板更新游戏内角色展柜信息 {{/if}}
{{/block}}