mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
UPDATE
This commit is contained in:
6
03-Heavensward/Trials-Extreme/Bismarck-Extreme.cs
Normal file
6
03-Heavensward/Trials-Extreme/Bismarck-Extreme.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace Ravana;
|
||||||
|
|
||||||
|
public class Bismarck_Extreme
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -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("锁链点名");
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user