From d431a4baf12a13bc26d126340e9f8d907fb049e8 Mon Sep 17 00:00:00 2001 From: Due Date: Mon, 24 Feb 2025 15:15:11 +0800 Subject: [PATCH] NR Alias --- Heavensward/The_Cuff_of_the_Son.cs | 2 +- Heavensward/The_Eyes_of_the_Creator.cs | 2 +- Heavensward/The_Fist_of_the_Son.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Heavensward/The_Cuff_of_the_Son.cs b/Heavensward/The_Cuff_of_the_Son.cs index 20ed5b5..edd3643 100644 --- a/Heavensward/The_Cuff_of_the_Son.cs +++ b/Heavensward/The_Cuff_of_the_Son.cs @@ -7,7 +7,7 @@ namespace KDrawScript.Dev { - [ScriptType(name: "Alexander - The Cuff of the Son", territorys: [521], guid: "E6835ED0-D91C-4946-B07E-3634337311D7", version: "0.0.0.1", author: "Due")] + [ScriptType(name: "Alexander - The Cuff of the Son (A6)", territorys: [521], guid: "E6835ED0-D91C-4946-B07E-3634337311D7", version: "0.0.0.1", author: "Due")] public class The_Cuff_of_the_Son { public void Init(ScriptAccessory accessory) diff --git a/Heavensward/The_Eyes_of_the_Creator.cs b/Heavensward/The_Eyes_of_the_Creator.cs index 3be283a..87af5ab 100644 --- a/Heavensward/The_Eyes_of_the_Creator.cs +++ b/Heavensward/The_Eyes_of_the_Creator.cs @@ -7,7 +7,7 @@ namespace KDrawScript.Dev { - [ScriptType(name: "Alexander - The Eyes of the Creator", territorys: [580], guid: "31204d48-0846-41fc-a389-20c8fb5327b1", version: "0.0.0.1", author: "Due")] + [ScriptType(name: "Alexander - The Eyes of the Creator (A9)", territorys: [580], guid: "31204d48-0846-41fc-a389-20c8fb5327b1", version: "0.0.0.1", author: "Due")] public class TheEyesoftheCreator { public void Init(ScriptAccessory accessory) diff --git a/Heavensward/The_Fist_of_the_Son.cs b/Heavensward/The_Fist_of_the_Son.cs index bc81ab4..ccbb79c 100644 --- a/Heavensward/The_Fist_of_the_Son.cs +++ b/Heavensward/The_Fist_of_the_Son.cs @@ -7,7 +7,7 @@ namespace KDrawScript.Dev { - [ScriptType(name: "Alexander - The Fist of the Son", territorys: [520], guid: "214e5774-a935-4b5f-858e-b9b7db00816d", version: "0.0.0.1", author: "Due")] + [ScriptType(name: "Alexander - The Fist of the Son (A5)", territorys: [520], guid: "214e5774-a935-4b5f-858e-b9b7db00816d", version: "0.0.0.1", author: "Due")] public class TheFistoftheSon { public void Init(ScriptAccessory accessory)