形象:作为物品获得

This commit is contained in:
luying
2021-03-11 19:30:41 +08:00
parent c895e99851
commit ee9f443f7a
7 changed files with 972 additions and 911 deletions
+1
View File
@@ -109,6 +109,7 @@ arr.forEach(o => {
o.specialAttr = parseSpecialAttr(o.specialAttr);
o.specialMaterial = parseSpecialMaterial(o.specialMaterial);
o.randomEffect = parseNumberList(o.randomEffect);
o.timeLimit = o.timelimit;
if (o.goodType == IT_TYPE.EQUIP_PIECE) {
let good = findWhere(arr, { pieceId: o.good_id });
if (!!good)