7.0 instances (#184)

This commit is contained in:
ksh 2024-07-02 15:09:56 +09:00 committed by GitHub
parent 6dd852fe7d
commit 5973a5e2fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 3771 additions and 4233 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
"version": "202406290",
"version": "202407010",
"language": "Korean",
"displayLanguage": "한국말",
"roulettes": {
@ -563,7 +563,15 @@
"821": "환 알테마 웨폰 파괴작전",
"822": "햄 섬",
"823": "달의 지하 계곡",
"824": "Worqor Zormor",
"825": "Origenics",
"826": "Ihuykatumu",
"827": "Alexandria",
"829": "The Skydeep Cenote",
"830": "알테마 웨폰 파괴작전",
"831": "Vanguard",
"832": "Worqor Lar Dor",
"833": "Worqor Lar Dor (Extreme)",
"835": "팔라이스트라",
"836": "화산심장",
"837": "절정의 구름",
@ -689,7 +697,11 @@
"977": "붉은 모래",
"978": "붉은 모래: 친선 경기",
"979": "파생 던전: 번외 아로아로섬",
"980": "파생 던전: 번외 아로아로섬(영웅)"
"980": "파생 던전: 번외 아로아로섬(영웅)",
"981": "The Strayborough Deadwalk",
"984": "The Interphos",
"995": "Everkeep",
"996": "Everkeep (Extreme)"
},
"areas": {
"134": {

View file

@ -12,7 +12,7 @@ namespace DutyContent
{
class DcConfig
{
public static int PluginTag => 32;
public static int PluginTag => 33;
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
public static bool PluginEnable { get; set; }

View file

@ -43,8 +43,8 @@
<Reference Include="FFXIV_ACT_Plugin.Common">
<HintPath>References\ACT\FFXIV_ACT_Plugin.Common.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
</packages>