7.01 update (#187)

This commit is contained in:
ksh 2024-07-17 00:42:44 +09:00 committed by GitHub
parent f27e157d25
commit dfd0e15f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 48 additions and 12 deletions

View file

@ -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)"
},

View file

@ -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"
},

View file

@ -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": "極ゾラージャ討滅戦"
},

View file

@ -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)"
},

View file

@ -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

View file

@ -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; }