装备精炼,洗炼特殊道具消耗

This commit is contained in:
luying
2020-12-18 18:44:34 +08:00
parent d9e1e9f56d
commit 03d862031f
6 changed files with 60 additions and 30 deletions
+4 -2
View File
@@ -25,6 +25,8 @@ let arr = JSON.parse(str);
export const dicRefine = new Map<number, DicRefine>();
arr.forEach(o => {
o.material = parseReward(o.gainvalue)
o.material = parseReward(o.material)
dicRefine.set(o.id, o);
});
});
arr = undefined;