From dfd0e15f79d4c5648411b447c25f22bcd2b9f15a Mon Sep 17 00:00:00 2001 From: ksh Date: Wed, 17 Jul 2024 00:42:44 +0900 Subject: [PATCH] 7.01 update (#187) --- Data/DcDuty-English.json | 11 ++++++++++- Data/DcDuty-German.json | 11 ++++++++++- Data/DcDuty-Japanese.json | 11 ++++++++++- Data/DcDuty-Korean.json | 11 ++++++++++- Data/DcPacket-Global.config | 14 +++++++------- DcConfig.cs | 2 +- 6 files changed, 48 insertions(+), 12 deletions(-) diff --git a/Data/DcDuty-English.json b/Data/DcDuty-English.json index 284af0f..025110b 100644 --- a/Data/DcDuty-English.json +++ b/Data/DcDuty-English.json @@ -1,5 +1,5 @@ { - "version": "202407010", + "version": "202407170", "language": "English", "displayLanguage": "English", "roulettes": { @@ -595,6 +595,7 @@ "831": "Vanguard", "832": "Worqor Lar Dor", "833": "Worqor Lar Dor (Extreme)", + "834": "Tender Valley", "835": "The Palaistra", "836": "The Volcanic Heart", "837": "Cloud Nine", @@ -723,6 +724,14 @@ "980": "Another Aloalo Island (Savage)", "981": "The Strayborough Deadwalk", "984": "The Interphos", + "985": "AAC Light-heavyweight M1", + "986": "AAC Light-heavyweight M1 (Savage)", + "987": "AAC Light-heavyweight M2", + "988": "AAC Light-heavyweight M2 (Savage)", + "989": "AAC Light-heavyweight M3", + "990": "AAC Light-heavyweight M3 (Savage)", + "991": "AAC Light-heavyweight M4", + "992": "AAC Light-heavyweight M4 (Savage)", "995": "Everkeep", "996": "Everkeep (Extreme)" }, diff --git a/Data/DcDuty-German.json b/Data/DcDuty-German.json index eb92e28..be97327 100644 --- a/Data/DcDuty-German.json +++ b/Data/DcDuty-German.json @@ -1,5 +1,5 @@ { - "version": "202407010", + "version": "202407170", "language": "German", "displayLanguage": "Deutsch", "roulettes": { @@ -595,6 +595,7 @@ "831": "Der Außenposten", "832": "Zel Tajaal - Valigarmanda", "833": "Gok Tajaal - Valigarmanda", + "834": "Kaktorsenke", "835": "Die Palästra", "836": "Das Herz des Vulkans", "837": "Wolke Sieben", @@ -723,6 +724,14 @@ "980": "Kurioses Aloalo (episch)", "981": "Mahrlingen-Promenade", "984": "Zel Tajaal - Ewige Königin", + "985": "Arkadion - Halbschwergewicht R1", + "986": "---", + "987": "Arkadion - Halbschwergewicht R2", + "988": "---", + "989": "Arkadion - Halbschwergewicht R3", + "990": "---", + "991": "Arkadion - Halbschwergewicht R4", + "992": "---", "995": "Zel Tajaal - Zoraal Ja", "996": "Gok Tajaal - Zoraal Ja" }, diff --git a/Data/DcDuty-Japanese.json b/Data/DcDuty-Japanese.json index 4bf83a5..582ae82 100644 --- a/Data/DcDuty-Japanese.json +++ b/Data/DcDuty-Japanese.json @@ -1,5 +1,5 @@ { - "version": "202407010", + "version": "202407170", "language": "Japanese", "displayLanguage": "日本語", "roulettes": { @@ -595,6 +595,7 @@ "831": "外征前哨 ヴァンガード", "832": "ヴァリガルマンダ討滅戦", "833": "極ヴァリガルマンダ討滅戦", + "834": "荒野秘境 サボテンダーバレー", "835": "パライストラ", "836": "ヴォルカニック・ハート", "837": "クラウドナイン", @@ -723,6 +724,14 @@ "980": "アナザーダンジョン 異聞アロアロ島 零式", "981": "悪夢遊園 ストレイバロー", "984": "エターナルクイーン討滅戦", + "985": "至天の座アルカディア:ライトヘビー級1", + "986": "---", + "987": "至天の座アルカディア:ライトヘビー級2", + "988": "---", + "989": "至天の座アルカディア:ライトヘビー級3", + "990": "---", + "991": "至天の座アルカディア:ライトヘビー級4", + "992": "---", "995": "ゾラージャ討滅戦", "996": "極ゾラージャ討滅戦" }, diff --git a/Data/DcDuty-Korean.json b/Data/DcDuty-Korean.json index 35a04cf..1e86800 100644 --- a/Data/DcDuty-Korean.json +++ b/Data/DcDuty-Korean.json @@ -1,5 +1,5 @@ { - "version": "202407010", + "version": "202407170", "language": "Korean", "displayLanguage": "한국말", "roulettes": { @@ -572,6 +572,7 @@ "831": "Vanguard", "832": "Worqor Lar Dor", "833": "Worqor Lar Dor (Extreme)", + "834": "Tender Valley", "835": "팔라이스트라", "836": "화산심장", "837": "절정의 구름", @@ -700,6 +701,14 @@ "980": "파생 던전: 번외 아로아로섬(영웅)", "981": "The Strayborough Deadwalk", "984": "The Interphos", + "985": "AAC Light-heavyweight M1", + "986": "AAC Light-heavyweight M1 (Savage)", + "987": "AAC Light-heavyweight M2", + "988": "AAC Light-heavyweight M2 (Savage)", + "989": "AAC Light-heavyweight M3", + "990": "AAC Light-heavyweight M3 (Savage)", + "991": "AAC Light-heavyweight M4", + "992": "AAC Light-heavyweight M4 (Savage)", "995": "Everkeep", "996": "Everkeep (Extreme)" }, diff --git a/Data/DcPacket-Global.config b/Data/DcPacket-Global.config index f363d43..4b7bc1c 100644 --- a/Data/DcPacket-Global.config +++ b/Data/DcPacket-Global.config @@ -1,11 +1,11 @@ # DutyPacket configuration # packet -Version=2007001 -Description=7.0 HotFix -OpFate=403 -OpDuty=518 -OpMatch=339 -OpInstance=310 -OpZone=217 +Version=2007010 +Description=7.01 +OpFate=593 +OpDuty=124 +OpMatch=430 +OpInstance=907 +OpZone=604 OpSouthernBozja=0 diff --git a/DcConfig.cs b/DcConfig.cs index a06b469..b7b634d 100644 --- a/DcConfig.cs +++ b/DcConfig.cs @@ -12,7 +12,7 @@ namespace DutyContent { class DcConfig { - public static int PluginTag => 33; + public static int PluginTag => 34; public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; public static bool PluginEnable { get; set; }