This commit is contained in:
南沢响也
2025-04-13 05:25:50 +08:00
parent ad8a857df1
commit c5ad3c6d82
3 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
namespace Ravana;
public class Bismarck_Extreme
{
}

View File

@@ -20,12 +20,12 @@ using System.Threading.Tasks;
namespace Kugane_Ohashi; namespace Kugane_Ohashi;
[ScriptType(guid: "944c8879-0d4e-4182-87ea-c38769990f2d", name: "保镖歼灭战", territorys: [806], [ScriptType(guid: "944c8879-0d4e-4182-87ea-c38769990f2d", name: "保镖歼灭战", territorys: [806],
version: "0.0.0.1", author: "Tetora", note: noteStr)] version: "0.0.0.2", author: "Tetora", note: noteStr)]
public class Yojimbo public class Yojimbo
{ {
const string noteStr = const string noteStr =
""" """
v0.0.0.1: v0.0.0.2:
LV70 LV70
"""; """;
@@ -137,6 +137,7 @@ public class Yojimbo
[ScriptMethod(name: "捕获 锁链点名", eventType: EventTypeEnum.TargetIcon, eventCondition: ["Id:0005"])] [ScriptMethod(name: "捕获 锁链点名", eventType: EventTypeEnum.TargetIcon, eventCondition: ["Id:0005"])]
public void (Event @event, ScriptAccessory accessory) public void (Event @event, ScriptAccessory accessory)
{ {
if (@event.TargetId() != accessory.Data.Me) return;
if (isText)accessory.Method.TextInfo("锁链点名,远离扯线", duration: 4000, true); if (isText)accessory.Method.TextInfo("锁链点名,远离扯线", duration: 4000, true);
// if (isTTS)accessory.Method.TTS("锁链点名"); // if (isTTS)accessory.Method.TTS("锁链点名");
// if (isEdgeTTS)accessory.Method.EdgeTTS("锁链点名"); // if (isEdgeTTS)accessory.Method.EdgeTTS("锁链点名");

View File

@@ -210,11 +210,11 @@
{ {
"Name": "保镖歼灭战", "Name": "保镖歼灭战",
"Guid": "944c8879-0d4e-4182-87ea-c38769990f2d", "Guid": "944c8879-0d4e-4182-87ea-c38769990f2d",
"Version": "0.0.0.1", "Version": "0.0.0.2",
"Author": "Tetora", "Author": "Tetora",
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/04-Stormblood/Trial/Yojimbo.cs", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/04-Stormblood/Trial/Yojimbo.cs",
"Note": "v0.0.0.1:\r\nLV70 保镖歼灭战 初版绘制", "Note": "v0.0.0.2:\r\nLV70 保镖歼灭战 初版绘制",
"UpdateInfo": "", "UpdateInfo": "",
"TerritoryIds": [ "TerritoryIds": [
806 806