fix:属性名map数据属性ID错误

This commit is contained in:
UCPr 2025-04-01 02:42:23 +08:00
parent b51cf93758
commit 952961c49a
3 changed files with 3 additions and 3 deletions

View file

@ -33,6 +33,6 @@
12202,
13102,
30502,
31403
31402
]
}

View file

@ -12,7 +12,7 @@
"23203": ["Pen", "穿透值", "穿透"],
"30502": ["EnergyRegen", "能量回复", "能量"],
"31203": ["AnomalyProficiency", "异常精通", "精通"],
"31403": ["AnomalyMastery", "异常掌控", "掌控"],
"31402": ["AnomalyMastery", "异常掌控", "掌控"],
"31503": ["PhysicalDMGBonus", "物理属性伤害提高", "物伤"],
"31603": ["FireDMGBonus", "火属性伤害提高", "火伤"],
"31703": ["IceDMGBonus", "冰属性伤害提高", "冰伤"],

View file

@ -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">