7.0 instances (#184)
This commit is contained in:
parent
6dd852fe7d
commit
5973a5e2fc
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
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "202406290",
|
"version": "202407010",
|
||||||
"language": "Korean",
|
"language": "Korean",
|
||||||
"displayLanguage": "한국말",
|
"displayLanguage": "한국말",
|
||||||
"roulettes": {
|
"roulettes": {
|
||||||
|
@ -563,7 +563,15 @@
|
||||||
"821": "환 알테마 웨폰 파괴작전",
|
"821": "환 알테마 웨폰 파괴작전",
|
||||||
"822": "햄 섬",
|
"822": "햄 섬",
|
||||||
"823": "달의 지하 계곡",
|
"823": "달의 지하 계곡",
|
||||||
|
"824": "Worqor Zormor",
|
||||||
|
"825": "Origenics",
|
||||||
|
"826": "Ihuykatumu",
|
||||||
|
"827": "Alexandria",
|
||||||
|
"829": "The Skydeep Cenote",
|
||||||
"830": "알테마 웨폰 파괴작전",
|
"830": "알테마 웨폰 파괴작전",
|
||||||
|
"831": "Vanguard",
|
||||||
|
"832": "Worqor Lar Dor",
|
||||||
|
"833": "Worqor Lar Dor (Extreme)",
|
||||||
"835": "팔라이스트라",
|
"835": "팔라이스트라",
|
||||||
"836": "화산심장",
|
"836": "화산심장",
|
||||||
"837": "절정의 구름",
|
"837": "절정의 구름",
|
||||||
|
@ -689,7 +697,11 @@
|
||||||
"977": "붉은 모래",
|
"977": "붉은 모래",
|
||||||
"978": "붉은 모래: 친선 경기",
|
"978": "붉은 모래: 친선 경기",
|
||||||
"979": "파생 던전: 번외 아로아로섬",
|
"979": "파생 던전: 번외 아로아로섬",
|
||||||
"980": "파생 던전: 번외 아로아로섬(영웅)"
|
"980": "파생 던전: 번외 아로아로섬(영웅)",
|
||||||
|
"981": "The Strayborough Deadwalk",
|
||||||
|
"984": "The Interphos",
|
||||||
|
"995": "Everkeep",
|
||||||
|
"996": "Everkeep (Extreme)"
|
||||||
},
|
},
|
||||||
"areas": {
|
"areas": {
|
||||||
"134": {
|
"134": {
|
||||||
|
|
|
@ -12,7 +12,7 @@ namespace DutyContent
|
||||||
{
|
{
|
||||||
class DcConfig
|
class DcConfig
|
||||||
{
|
{
|
||||||
public static int PluginTag => 32;
|
public static int PluginTag => 33;
|
||||||
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
|
|
||||||
public static bool PluginEnable { get; set; }
|
public static bool PluginEnable { get; set; }
|
||||||
|
|
|
@ -43,8 +43,8 @@
|
||||||
<Reference Include="FFXIV_ACT_Plugin.Common">
|
<Reference Include="FFXIV_ACT_Plugin.Common">
|
||||||
<HintPath>References\ACT\FFXIV_ACT_Plugin.Common.dll</HintPath>
|
<HintPath>References\ACT\FFXIV_ACT_Plugin.Common.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
|
||||||
</packages>
|
</packages>
|
Loading…
Reference in a new issue