mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 计算
This commit is contained in:
parent
cc9a0a1271
commit
4604f888af
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ export const getEquipPropertyEnhanceCount = (propertyID, value) => {
|
|||
value = value.replace('%', '');
|
||||
}
|
||||
value = Number(value);
|
||||
propertyID = String(propertyID);
|
||||
const baseValue = baseValueData[propertyID] || 0;
|
||||
if (baseValue === 0) {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue