mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 07:18:15 +08:00
UPDATE
This commit is contained in:
@@ -20,13 +20,13 @@ using System.Threading.Tasks;
|
|||||||
namespace Nabriales;
|
namespace Nabriales;
|
||||||
|
|
||||||
[ScriptType(guid: "64206b9e-cd0a-47ec-960d-15f39a888f9e", name: "那布里亚勒斯讨伐战", territorys: [426],
|
[ScriptType(guid: "64206b9e-cd0a-47ec-960d-15f39a888f9e", name: "那布里亚勒斯讨伐战", territorys: [426],
|
||||||
version: "0.0.0.2", author: "Tetora", note: noteStr)]
|
version: "0.0.0.3", author: "Tetora", note: noteStr)]
|
||||||
|
|
||||||
public class Nabriales
|
public class Nabriales
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.2:
|
v0.0.0.3:
|
||||||
LV50 那布里亚勒斯讨伐战 初版绘制
|
LV50 那布里亚勒斯讨伐战 初版绘制
|
||||||
""";
|
""";
|
||||||
|
|
||||||
@@ -192,12 +192,12 @@ public class Nabriales
|
|||||||
{
|
{
|
||||||
var dp = accessory.Data.GetDefaultDrawProperties();
|
var dp = accessory.Data.GetDefaultDrawProperties();
|
||||||
dp.Name = "吸引";
|
dp.Name = "吸引";
|
||||||
dp.Color = accessory.Data.DefaultDangerColor;
|
dp.Color = accessory.Data.DefaultDangerColor.WithW(1.2f);
|
||||||
dp.Scale = new(1, 6);
|
dp.Scale = new(1, 6);
|
||||||
dp.Owner = accessory.Data.Me;
|
dp.Owner = accessory.Data.Me;
|
||||||
dp.TargetPosition = @event.SourcePosition();
|
dp.TargetPosition = @event.SourcePosition();
|
||||||
dp.DestoryAt = 15800;
|
dp.DestoryAt = 15800;
|
||||||
accessory.Method.SendDraw(0, DrawTypeEnum.Rect, dp);
|
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Displacement, dp);
|
||||||
}
|
}
|
||||||
|
|
||||||
[ScriptMethod(name: "延时之门销毁", eventType: EventTypeEnum.RemoveCombatant, eventCondition: ["DataId:3655"],userControl: false)]
|
[ScriptMethod(name: "延时之门销毁", eventType: EventTypeEnum.RemoveCombatant, eventCondition: ["DataId:3655"],userControl: false)]
|
||||||
|
|||||||
@@ -80,11 +80,11 @@
|
|||||||
{
|
{
|
||||||
"Name": "那布里亚勒斯讨伐战",
|
"Name": "那布里亚勒斯讨伐战",
|
||||||
"Guid": "64206b9e-cd0a-47ec-960d-15f39a888f9e",
|
"Guid": "64206b9e-cd0a-47ec-960d-15f39a888f9e",
|
||||||
"Version": "0.0.0.2",
|
"Version": "0.0.0.3",
|
||||||
"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/02-A-Realm-Reborn/Trials/Nabriales.cs",
|
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/02-A-Realm-Reborn/Trials/Nabriales.cs",
|
||||||
"Note": "v0.0.0.2:\r\nLV50 那布里亚勒斯讨伐战 初版绘制",
|
"Note": "v0.0.0.3:\r\nLV50 那布里亚勒斯讨伐战 初版绘制",
|
||||||
"UpdateInfo": "API12",
|
"UpdateInfo": "API12",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
426
|
426
|
||||||
|
|||||||
Reference in New Issue
Block a user