Browse Source

基础属性增加ROLL值百分百显示

v1.0
许孟阳 6 days ago
parent
commit
a24dad33a7
  1. 2
      src/components/equip.vue

2
src/components/equip.vue

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<div class="entry">
<div v-for="v in equip.base.entry" :key="v.id">
<span>
{{ t(v.type + '.0') }} : {{ v.showVal }}
{{ t(v.type + '.0') }} : {{ v.showVal }}({{ v.percent }}%)
</span>
<span v-if="equip.sample">
[{{ v.min }} - {{ v.max }}]

Loading…
Cancel
Save