武将初始装备栏

This commit is contained in:
luying
2020-12-17 15:30:35 +08:00
parent 727fa3041e
commit e0c1e8045b
5 changed files with 40 additions and 19 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
import { HeroModel } from '../db/Hero';
import { HeroModel, EPlace } from '../db/Hero';
import { ItemModel } from '../db/Item';
import { EquipModel } from './../db/Equip';
import { CounterModel } from './../db/Counter';
import { COUNTER } from './../consts/consts';
import { BagInter, EquipInter } from './interface';
import { gameData } from './data';
import { EQUIP_TYPE } from '../consts';
const _ = require('underscore');
+4 -4
View File
@@ -4,14 +4,14 @@
import { HERO_SYSTEM_TYPE } from '../consts';
import { deepCopy } from '../pubUtils/util';
import { deepCopy } from './util';
import { HeroModel, HeroType } from '../db/Hero';
import { RoleModel } from '../db/Role';
import { CeAttrData, CeAttr } from '../db/generalField';
import { getAttrNameByJobStage, getAttrCeRatio, getAtrrNameById, ABI_TYPE_TO_STAGE, ABI_STAGE, SEID_TYPE, HERO_ATTR} from '../consts';
import { gameData, getJobByGradeAndClass, getHeroWakeByQuality, getHeroStarByQuality, getFriendShipById } from '../pubUtils/data';
import { Attributes } from '../pubUtils/interface';
import { DicSe } from '../pubUtils/dictionary/DicSe';
import { gameData, getJobByGradeAndClass, getHeroWakeByQuality, getHeroStarByQuality, getFriendShipById } from './data';
import { Attributes } from './interface';
import { DicSe } from './dictionary/DicSe';
const HERO_CE_RATIO = 100;
const _ = require('underscore');
//战力计算TODO