合成装备

This commit is contained in:
luying
2020-12-17 20:07:53 +08:00
parent b5b7d071c1
commit b3ec0c85da
15 changed files with 31874 additions and 780 deletions

View File

@@ -43,8 +43,8 @@ function getInitialEplace() {
let p = new EPlace();
p.id = i;
p.equip = null;
p.lv = 1;
p.refineLv = 1;
p.lv = 0;
p.refineLv = 0;
p.refineCount = 0;
ePlace.push(p);