mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:属性名map数据属性ID错误
This commit is contained in:
parent
b51cf93758
commit
952961c49a
3 changed files with 3 additions and 3 deletions
|
|
@ -33,6 +33,6 @@
|
|||
12202,
|
||||
13102,
|
||||
30502,
|
||||
31403
|
||||
31402
|
||||
]
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"23203": ["Pen", "穿透值", "穿透"],
|
||||
"30502": ["EnergyRegen", "能量回复", "能量"],
|
||||
"31203": ["AnomalyProficiency", "异常精通", "精通"],
|
||||
"31403": ["AnomalyMastery", "异常掌控", "掌控"],
|
||||
"31402": ["AnomalyMastery", "异常掌控", "掌控"],
|
||||
"31503": ["PhysicalDMGBonus", "物理属性伤害提高", "物伤"],
|
||||
"31603": ["FireDMGBonus", "火属性伤害提高", "火伤"],
|
||||
"31703": ["IceDMGBonus", "冰属性伤害提高", "冰伤"],
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
<div class="properties">
|
||||
<div class="prop-icon elementabnormalpower"></div>
|
||||
<div class="label {{charData.get_label(31403)}}">异常掌控</div>
|
||||
<div class="label {{charData.get_label(31402)}}">异常掌控</div>
|
||||
<div class="value">{{basic_properties.elementabnormalpower.final}}</div>
|
||||
</div>
|
||||
<div class="properties">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue