{{extend elemLayout}} {{block 'css'}} {{/block}} {{set talent = data.talent}} {{set dataSource = data.dataSource}} {{set mark = function(w){ return w > 0 ? ( 46.6 * w / 100 ).toFixed(1) : "-" }; }} {{block 'main'}} {{set ad = artisDetail}}
{{data.name}}
UID {{uid}} - Lv.{{data.level}} {{data.cons}}命
评分规则:{{charCfg.classTitle}}
{{ad.markClass}}圣遗物评级
{{ad.mark}}圣遗物总分
<% for(let idx=1; idx<=(game==='gs' ?5:6); idx++) { let ds=ad?.artis[idx] %> {{if idx === 1 && game === 'gs'}}
{{/if}}
{{if ds && ds.name && ds.main && ds.main.key && ds.main.key!="undefined"}}
+{{ds.level}}
{{ds.name}} {{ds.mark}}分 - {{ds.markClass}}
  • {{artisKeyTitle[ds.main.key]}} +{{ds.main.value}} {{if idx >1 }} {{ mark( ds.main.mark / 6 ) }} {{else}} - {{/if}}
  • {{each ds.attrs attr}} {{if attr.key}}
  • {{if attr.eff}}{{attr.eff || ''}}{{/if}}{{artisKeyTitle[attr.key]}} +{{attr.value}} {{ ( 46.6 / 6 / 100 * attr._mark ).toFixed(1) }}
  • {{/if}} {{/each}}
  • 总分对齐 *{{( 66 / (46.6/6/100 * charCfg.posMaxMark[idx]) * 100).toFixed(1)}}%
  • {{if idx>2 || game==='sr' }}
  • 最优主词缀 {{if game==='sr' && idx<=2 }} - {{else}} {{if ds.main.title==='充能效率' }} *100% {{else}} {{set elemMapSr = {火:'fire',冰:'ice',风:'wind',雷:'elec',量子:'quantum',虚数:'imaginary',物理:'phy', } }} {{set elemKey = game==='sr' ? elemMapSr[data.elem] : data.elem }} {{set mainWeight=charCfg?.attrs[ds.main?.key===elemKey?'dmg':ds.main?.key]?.weight || 0}} *{{(50 + 50 * mainWeight / charCfg.posMaxMark["m"+idx] ).toFixed(0)}}% {{/if}} {{/if}}
  • {{/if}}
  • 最终得分 {{ds.mark}}
{{/if}}
<% } %>
{{if changeProfile}}
{{/if}}
{{data.name}}评分规则: {{charCfg.classTitle}}
属性
评分权重
词条成长
每点得分
副词条最高分
主词条最高分
{{each attrMap ds key}} {{set keyCfg = charCfg.attrs[key]||{} }} {{if ds.type!== "plus" && keyCfg?.weight > 0}}
{{ds.title}}
{{keyCfg?.weight}}
{{ds.text}}
{{charCfg.attrs[key]?.mark > 0 ? (46.6/6 / 100 * charCfg.attrs[key]?.mark).toFixed(2) : "-"}}
{{if ['元素伤害','物伤加成','治疗加成'].includes(ds.title)}}     - {{else}} {{ mark(keyCfg?.weight) }} {{/if}}
{{ mark(keyCfg?.weight / 3 ) }}
{{/if}}{{/each}}
圣遗物评分计算
位置
{{if game === 'gs'}}
生之花
死之羽
时之沙
空之杯
理之冠
{{else}}
帽子
手套
衣服
靴子
{{/if}}
最高分(对齐前)
{{each charCfg.posMaxMark m key}} {{if key.length === 1}}
{{ mark( m / 6 )}}
{{/if}} {{/each}}
总分对齐比例
{{each charCfg.posMaxMark m key}} {{if key.length === 1}}
{{( 66 / (46.6/6/100 * m) * 100).toFixed(1)}}%
{{/if}} {{/each}}
最优主词缀权重
-
-
{{charCfg.posMaxMark.m3}}
{{charCfg.posMaxMark.m4}}
{{charCfg.posMaxMark.m5}}
{{if game === 'sr'}}
{{charCfg.posMaxMark.m6}}
{{/if}}
圣遗物评分补充说明
{{/block}}