From de58a0559d9bee1865a12b275a6db06a7af6b1bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?=
<72963826+Hibiya615@users.noreply.github.com>
Date: Sun, 23 Feb 2025 19:59:34 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Deep_Dungeon/Eureka_Orthos.cs | 2 +-
Deep_Dungeon/the_Palace_of_the_Dead.cs | 2 +-
OnlineRepo.json | 6 +++
TetoraKodakkuScript.csproj | 7 +--
.../TetoraKodakkuScript.AssemblyInfo.cs | 2 +-
...toraKodakkuScript.AssemblyInfoInputs.cache | 2 +-
...dakkuScript.csproj.AssemblyReference.cache | Bin 2397 -> 2396 bytes
update.bat | 4 ++
update_csproj.py | 42 ++++++++++++++++++
9 files changed, 60 insertions(+), 7 deletions(-)
create mode 100644 update.bat
create mode 100644 update_csproj.py
diff --git a/Deep_Dungeon/Eureka_Orthos.cs b/Deep_Dungeon/Eureka_Orthos.cs
index 997a5d3..1eaf177 100644
--- a/Deep_Dungeon/Eureka_Orthos.cs
+++ b/Deep_Dungeon/Eureka_Orthos.cs
@@ -31,7 +31,7 @@ public class Eureka_Orthos {
严重错误:暂未支持【缓速】【形态变化】【石化】【眩晕】【催眠】等限制
怪物死亡也暂时没有销毁绘图,先拯救ARR完再说[?]
""";
-
+
//对应怪物死亡、眩晕、催眠、石化1511、无法发动技能1113等状态都需要销毁绘图,缓速3493需要额外注意没有omen的技能
// 71~79层 【正统狼獾 杀人爪】【正统雷兽 尾镰】【正统雷兽 电火花】均未支持缓速
diff --git a/Deep_Dungeon/the_Palace_of_the_Dead.cs b/Deep_Dungeon/the_Palace_of_the_Dead.cs
index 0b1fe59..9fdb8f9 100644
--- a/Deep_Dungeon/the_Palace_of_the_Dead.cs
+++ b/Deep_Dungeon/the_Palace_of_the_Dead.cs
@@ -576,7 +576,7 @@ public class the_Palace_of_the_Dead
var dp = accessory.Data.GetDefaultDrawProperties();
dp.Name = "熔岩爆弹怪_震撼弹预测";
- dp.Color = new Vector4(0f, 0f, 1f, 1f);
+ dp.Color = new Vector4(0f, 0f, 1f, 1.5f);
dp.Scale = new Vector2(7.2f);
dp.Delay = 45000;
dp.DestoryAt = 9000;
diff --git a/OnlineRepo.json b/OnlineRepo.json
index 9ae0464..f384b98 100644
--- a/OnlineRepo.json
+++ b/OnlineRepo.json
@@ -4,6 +4,7 @@
"Guid": "d3d532f1-0707-427f-ac04-871a22022c11",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [292],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/02-A-Realm-Reborn/the_Bowl_of_Embers(Hard).cs",
"UpdateInfo": ""
},
@@ -13,6 +14,7 @@
"Guid": "d32d7489-a1bb-4117-98dd-ee895390804d",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [369],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/02-A-Realm-Reborn/the_Hydra.cs",
"UpdateInfo": ""
},
@@ -22,6 +24,7 @@
"Guid": "8a526afb-eefd-44ec-a105-7dc8fcd28e47",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [1140],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/06-EndWalker/the_Voidcast_Dais.cs",
"UpdateInfo": ""
},
@@ -31,6 +34,7 @@
"Guid": "038e00e8-d378-4f43-89ab-e27df5561d5a",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [943],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/05-Eden/Normal/E10n.cs",
"UpdateInfo": ""
},
@@ -40,6 +44,7 @@
"Guid": "4210c323-eba4-4d67-a7e7-b90799494729",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [561,562,563,564,565,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/the_Palace_of_the_Dead.cs",
"UpdateInfo": ""
@@ -50,6 +55,7 @@
"Guid": "7703f1a9-5698-4896-8908-bb8e415c1321",
"Version": "0.0.0.1",
"Author": "南雲鉄虎",
+ "TerritoryIds": [796],
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Celestium/18-Midsummer_Night's_Explosion.cs",
"UpdateInfo": ""
diff --git a/TetoraKodakkuScript.csproj b/TetoraKodakkuScript.csproj
index cae46c0..5ca4d59 100644
--- a/TetoraKodakkuScript.csproj
+++ b/TetoraKodakkuScript.csproj
@@ -1,4 +1,5 @@
-
+
+
net8.0-windows
@@ -10,7 +11,7 @@
$(appdata)\XIVLauncherCN\addon\Hooks\dev\
- $(appdata)\XIVLauncherCN\installedPlugins\KodakkuAssist\0.1.15.0\
+ $(appdata)\XIVLauncherCN\installedPlugins\KodakkuAssist\0.1.17.0\
@@ -47,4 +48,4 @@
-
+
\ No newline at end of file
diff --git a/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfo.cs b/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfo.cs
index 71bac3f..e48b0eb 100644
--- a/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfo.cs
+++ b/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TetoraKodakkuScript")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+95222e0dd36789d7fdd37bff20f033a47b0e3bff")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7e461be45d2c27be6f6d047d6b474302abc2396f")]
[assembly: System.Reflection.AssemblyProductAttribute("TetoraKodakkuScript")]
[assembly: System.Reflection.AssemblyTitleAttribute("TetoraKodakkuScript")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfoInputs.cache
index 0efa351..6fadd04 100644
--- a/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfoInputs.cache
+++ b/obj/Debug/net8.0-windows/TetoraKodakkuScript.AssemblyInfoInputs.cache
@@ -1 +1 @@
-0d2c11b90053c3fd2a4bb09abf9e70c4d9d2d031e732d14a20d6d123534622e5
+2f2d257148330ad249e2c70c3912ba5fa928b7551ef2772237c79fb3df98ce27
diff --git a/obj/Debug/net8.0-windows/TetoraKodakkuScript.csproj.AssemblyReference.cache b/obj/Debug/net8.0-windows/TetoraKodakkuScript.csproj.AssemblyReference.cache
index bb3a3a6f028dbaba895a42ead12aa1aa68771639..5faea278fdf974f580ba5462b37d294e275be939 100644
GIT binary patch
delta 341
zcmcaBbVq1HsN!1ge>x4pcR3gt8QEPDa}sk)Qy94!5P*5|M^*(%d#IF-LRe~1ab|v=
zt)Zcw0T52yFoA8^j4q%Nlie74GAS~Jh)#aUp**>rNs-Oe#0;o*;zp~<
zFPH+@OvIJ+fNJcRU$V`AH37)ntjn^5QN&us637NSgw3ZkH#0Ahk$Lh(HnGX?IK(7u
zAtDItjls5q%}izsX4^J99AxGmwpY^TdImAB&iT2y`FX{9DLFZej3Cb_KMmOuJozBI
zI3v^K2OKJs|FVlS8$sL@$Pr`<(&U|=l9-)c>R4QySzLn9`Qz2`R!
zTSEgq5Hy;&egd0LbUo0F$*zoF*`ilG1Th_$6q(wECqLj&p4`Ty$YNq?X*pSu(|YnV
zra-p(x-TFlw#+Zt7>u+N5BhA@VOhc`@+a;O%pq((rMa1TiHt0hFS3bFE?^X&EWjqn
zXfk;rqr>DRwqQ1;ml8m2lXtVdk~Y;dh;en!&&|!xE7nWN$zfy!IsH)sSFF {old_path}\n新 -> {new_path}")
+ break
+
+tree.write(CSPROJ_FILE, encoding="utf-8", xml_declaration=True)
+print(f"✅ 更新成功: {CSPROJ_FILE}")