战力:修改次级属性基础数据
This commit is contained in:
@@ -56,7 +56,7 @@ export function loadJob() {
|
||||
o.maxStage = o.trainingConsume.length;
|
||||
o.upGradeConsume = parseGoodStr(o.upGradeConsume);
|
||||
o.ceAttr = parseCeAttr(o.maxStage, o.attr);
|
||||
o.baseSubAttr = parseAttribute(o.baseSecondAttr||'');
|
||||
o.baseSubAttr = parseAttribute(o.baseAttr||'');
|
||||
dicJob.set(o.jobid, _.pick(o, Object.keys(DicJobKeys)));
|
||||
let jobClass = jobClassMaxGrades.get(o.job_class);
|
||||
if (!jobClass || jobClass.grade < o.grade) {
|
||||
|
||||
Reference in New Issue
Block a user