Skip to content

Commit

Permalink
2016/06/10 アップデートへの対応
Browse files Browse the repository at this point in the history
* 任務:任務発生種別の変更に対応
* 消し忘れを削除
  • Loading branch information
andanteyk committed Jun 10, 2016
1 parent cfa7f74 commit d061186
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
16 changes: 7 additions & 9 deletions ElectronicObserver/Data/Constants.cs
Expand Up @@ -700,18 +700,16 @@ public static class Constants {
/// </summary>
public static string GetQuestType( int id ) {
switch ( id ) {
case 1: //一回限り
return "1";
case 2: //デイリー
case 1: //デイリー
return "";
case 3: //ウィークリー
case 2: //ウィークリー
return "";
case 4: //敵空母を3隻撃沈せよ!(日付下一桁0|3|7)
return "";
case 5: //敵輸送船団を叩け!(日付下一桁2|8)
return "";
case 6: //マンスリー
case 3: //マンスリー
return "";
case 4: //単発
return "";
case 5: //その他(輸送5/空母3)
return "";
default:
return "?";
}
Expand Down
5 changes: 4 additions & 1 deletion ElectronicObserver/Other/Information/apilist.txt
Expand Up @@ -761,6 +761,9 @@ api_get_member/record :戦績表示
api_large_dock :大型艦建造可否?
api_material_max :資源の自然回復上限

Request.api_get_member/questlist :任務
api_tab_id :開いたタブの種別 0=全て, 1=デイリー, 2=ウィークリー, 3=マンスリー, 4=単発, 5=他, 9=遂行中
api_page_no :開いたページ 1から始まる

api_get_member/questlist :任務
api_count :任務数
Expand All @@ -770,7 +773,7 @@ api_get_member/questlist :任務
api_list :任務一覧 存在しないエリアはオブジェクトではなく-1になる; 任務完遂時, ページ遷移時はnull
api_no :任務ID
api_category :任務カテゴリ 1=編成, 2=出撃, 3=演習, 4=遠征, 5=補給/入渠, 6=工廠, 7=改装, 8=出撃(2), 9=その他?
api_type :任務出現タイプ 1=一回限り, 2=デイリー, 3=ウィークリー, 4=敵空母を3隻撃沈せよ!(日付下一桁0|3|7), 5=敵輸送船団を叩け!(日付下一桁2|8), 6=マンスリー
api_type :任務出現タイプ 1=デイリー, 2=ウィークリー, 3=マンスリー, 4=単発, 5=他(輸送5と空母3)
api_state :状態 1=未受領, 2=遂行中, 3=達成
api_title :タイトル
api_detail :説明
Expand Down
22 changes: 0 additions & 22 deletions Licenses/KCVDBClient.txt

This file was deleted.

0 comments on commit d061186

Please sign in to comment.