| | |
| | | |
| | | BlastFurnaceModel blastFurnaceModel { get { return ModelCenter.Instance.GetModel<BlastFurnaceModel>(); } } |
| | | |
| | | RoleModel roleModel { get { return ModelCenter.Instance.GetModel<RoleModel>(); } } |
| | | |
| | | #region 配置 |
| | | public Dictionary<int, int> wingLv2GenerDict = new Dictionary<int, int>(); |
| | | public Dictionary<int, List<RoleStrongerConfig>> roleStrongerDic = new Dictionary<int, List<RoleStrongerConfig>>(); |
| | |
| | | _id == methodData.fairyHeartRedpoint.id || |
| | | _id == realmModel.realmRedpoint.id || |
| | | _id == gemModel.gemTagRedPoint.id || |
| | | _id == blastFurnaceModel.blastRedpoint.id || |
| | | _id == roleModel.MakeDrugRedpoint.id || |
| | | IsTreasureRedpoint(_id)) |
| | | { |
| | | CheckPromoteDetailEffect(); |
| | |
| | | case PromoteDetailType.FairyHeart: |
| | | return ModelCenter.Instance.GetModel<PlayerMethodData>().fairyHeartRedpoint.state == RedPointState.Simple; |
| | | case PromoteDetailType.BlastFurnace: |
| | | return blastFurnaceModel.blastRedpoint.state == RedPointState.Simple; |
| | | return roleModel.MakeDrugRedpoint.state == RedPointState.Simple; |
| | | case PromoteDetailType.max: |
| | | break; |
| | | } |