mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
fix:查看贯穿角色面板
This commit is contained in:
parent
5e5740bae7
commit
55d0f2a5bd
2 changed files with 17 additions and 0 deletions
|
|
@ -296,8 +296,10 @@ export class ZZZAvatarInfo {
|
|||
critdam: this.getProperty('暴击伤害'),
|
||||
elementabnormalpower: this.getProperty('异常掌控'),
|
||||
elementmystery: this.getProperty('异常精通'),
|
||||
sheerforce: this.getProperty('贯穿力'),
|
||||
penratio: this.getProperty('穿透率'),
|
||||
sprecover: this.getProperty('能量自动回复'),
|
||||
adrenalineaccumulate: this.getProperty('闪能自动累积'),
|
||||
};
|
||||
return data;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,21 @@
|
|||
<div class="label {{charData.get_label(31203)}}">异常精通</div>
|
||||
<div class="value">{{basic_properties.elementmystery.final}}</div>
|
||||
</div>
|
||||
{{if charData.avatar_profession === 6}}
|
||||
<div class="properties">
|
||||
<!-- 图标待补 -->
|
||||
<div class="prop-icon penratio"></div>
|
||||
<div class="label yellow">贯穿力</div>
|
||||
<div class="value">{{basic_properties.sheerforce.final}}</div>
|
||||
</div>
|
||||
<div class="properties">
|
||||
<div class="prop-icon sprecover"></div>
|
||||
<div class="label yellow">闪能累积</div>
|
||||
<div class="value">{{basic_properties.adrenalineaccumulate.final}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="properties">
|
||||
<div class="prop-icon penratio"></div>
|
||||
<div class="label {{charData.get_label(23103)}}">穿透率</div>
|
||||
<div class="value">{{basic_properties.penratio.final}}</div>
|
||||
|
|
@ -92,6 +106,7 @@
|
|||
<div class="value">{{basic_properties.sprecover.final}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="weapon_info">
|
||||
{{if charData.weapon}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue