Skip to content

Commit

Permalink
[fix] 任務条件修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nishi-kuma committed Jul 13, 2021
1 parent 6980d74 commit d746a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions questinfo.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* 任務進捗詳細 Ver.2.5.4
* 任務進捗詳細 Ver.2.5.5
* Author:Nishisonic,Nekopanda
* LastUpdate:2021/07/10
* LastUpdate:2021/07/13
*/

data_prefix = "QSE.Ver2."
/** バージョン */
var VERSION = 2.54
var VERSION = 2.55
/** バージョン確認URL */
var UPDATE_CHECK_URL = "https://api.github.com/repos/Nishisonic/QuestStateEx/releases/latest"
/** ファイルの場所 */
Expand Down
2 changes: 1 addition & 1 deletion update_questStateEx.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function addCountForBattleResultPart(data) {
}).length >= 2
var has912Org = ships[0].shipInfo.flagship === "あかし" && getLength(stypes[SHIP_TYPE.DD]) >= 3
var has914Org = getLength(stypes[SHIP_TYPE.CA]) >= 3 && getLength(stypes[SHIP_TYPE.DD]) >= 1
var has948Org = [SHIP_TYPE.AV, SHIP_TYPE.CA, SHIP_TYPE.CAV].indexOf(ships[0].stype) >= 0 && Number(lastBattleDto.dock.id) === 1
var has948Org = [SHIP_TYPE.CVL, SHIP_TYPE.CV, SHIP_TYPE.CVB].indexOf(ships[0].stype) >= 0 && Number(lastBattleDto.dock.id) === 1
// #region ○-○ボス勝利など
// ボス戦じゃないなら処理終了
if (!isEqualEvent(EVENT_ID.BOSS_BATTLE)) return
Expand Down

0 comments on commit d746a62

Please sign in to comment.