装备精炼,洗炼特殊道具消耗
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user