From 33e1e7ff50d22ebec8edd3affd39174b3af15deb Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Sat, 3 Oct 2020 17:56:50 +0900 Subject: [PATCH] =?utf8?q?=E5=85=B5=E7=AB=99=E5=BC=B7=E5=8C=96=E9=81=A0?= =?utf8?q?=E5=BE=81=E4=BB=BB=E5=8B=99=E3=80=90=E6=8B=A1=E5=BC=B5=E4=BD=9C?= =?utf8?q?=E6=88=A6=E3=80=91=E3=81=A7=E3=83=96=E3=83=AB=E3=83=8D=E3=82=A4?= =?utf8?q?=E6=B3=8A=E5=9C=B0=E6=B2=96=E5=93=A8=E6=88=92=E3=81=8C=E3=82=AB?= =?utf8?q?=E3=82=A6=E3=83=B3=E3=83=88=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84?= =?utf8?q?=E3=81=AE=E3=82=92=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer.Test/QuestCounterTest.cs | 4 ++-- KancolleSniffer/Model/QuestCountList.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/KancolleSniffer.Test/QuestCounterTest.cs b/KancolleSniffer.Test/QuestCounterTest.cs index d1ec95b..7033628 100644 --- a/KancolleSniffer.Test/QuestCounterTest.cs +++ b/KancolleSniffer.Test/QuestCounterTest.cs @@ -185,8 +185,8 @@ namespace KancolleSniffer.Test new {api_id = 10, api_name = "強行偵察任務"}, new {api_id = 11, api_name = "ボーキサイト輸送任務"}, new {api_id = 40, api_name = "水上機前線輸送"}, + new {api_id = 41, api_name = "ブルネイ泊地沖哨戒"}, new {api_id = 46, api_name = "南西海域戦闘哨戒"}, - new {api_id = 71, api_name = "ブルネイ泊地沖哨戒"}, new {api_id = 100, api_name = "兵站強化任務"}, new {api_id = 101, api_name = "海峡警備行動"}, new {api_id = 102, api_name = "長時間対潜警戒"}, @@ -1782,7 +1782,7 @@ namespace KancolleSniffer.Test _questCounter.InspectDeck(Js( new[] { - new {api_id = 2, api_mission = new[] {2, 71}}, + new {api_id = 2, api_mission = new[] {2, 41}}, new {api_id = 3, api_mission = new[] {2, 5}}, new {api_id = 4, api_mission = new[] {2, 40}} })); diff --git a/KancolleSniffer/Model/QuestCountList.cs b/KancolleSniffer/Model/QuestCountList.cs index 1adb3f7..126bae8 100644 --- a/KancolleSniffer/Model/QuestCountList.cs +++ b/KancolleSniffer/Model/QuestCountList.cs @@ -105,7 +105,7 @@ namespace KancolleSniffer.Model {437, new QuestMission {Interval = Yearly5, MaxArray = new[] {1, 1, 1, 1}, Ids = new[] {4, 104, 105, 110}, Material = new [] {0, 0, 7, 3}, Shift = 1}}, // 437: 小笠原沖哨戒線の強化を実施せよ! {438, new QuestMission {Interval = Yearly8, MaxArray = new[] {1, 1, 1, 1}, Ids = new[] {4, 100, 9, 114}, Material = new[] {0, 0, 5, 4}, Shift = 1}}, // 438: 南西諸島方面の海上護衛を強化せよ! {439, new QuestMission {Interval = Yearly9, MaxArray = new[] {1, 1, 1, 1}, Ids = new[] {5, 100, 11, 110}, Material = new[] {0, 0, 5, 4}, Shift = 1}}, // 439: 兵站強化遠征任務【基本作戦】 - {440, new QuestMission {Interval = Yearly9, MaxArray = new[] {1, 1, 1, 1, 1}, Ids = new[] {5, 71, 46, 40, 142}, Material = new[] {0, 0, 0, 4}}}, // 440: 兵站強化遠征任務【拡張作戦】 + {440, new QuestMission {Interval = Yearly9, MaxArray = new[] {1, 1, 1, 1, 1}, Ids = new[] {5, 41, 46, 40, 142}, Material = new[] {0, 0, 0, 4}}}, // 440: 兵站強化遠征任務【拡張作戦】 {503, new QuestSpec {Interval = Daily, Max = 5, Material = new[] {0, 2, 0, 0}}}, // 503: 艦隊大整備! {504, new QuestSpec {Interval = Daily, Max = 15, Material = new[] {1, 0, 1, 0}}}, // 504: 艦隊酒保祭り! -- 2.11.0