From bf82e1ff8973e7bb337e3b7a2f271c8ea1f5314f Mon Sep 17 00:00:00 2001 From: Clexus <62130504+Clexus@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:41:48 +0800 Subject: [PATCH 1/2] Update meta.json --- src/web/common/meta.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/web/common/meta.json b/src/web/common/meta.json index 4685604..08fcabb 100644 --- a/src/web/common/meta.json +++ b/src/web/common/meta.json @@ -8866,7 +8866,7 @@ }, "direction" : { "category" : "", - "description" : [ "The direction to search" ], + "description" : [ "The direction to search", "Format: x,y,z","For example: 0,1,0 means straight up" ], "field" : "direction", "importance" : 0, "name" : "Direction", @@ -16771,7 +16771,7 @@ }, "target_source" : { "category" : "", - "description" : [ "" ], + "description" : [ "Whether to target the source of the spell" ], "field" : "target_source", "importance" : 0, "name" : "Target Source", @@ -17224,7 +17224,7 @@ "field" : "trigger", "importance" : 0, "name" : "Trigger", - "type" : "string" + "type" : "trigger_map" }, "triggers" : { "category" : "mob", @@ -23877,4 +23877,4 @@ } } } -} \ No newline at end of file +} From f3dcbaaebf85b8c33d1812199fe729acbd0e2785 Mon Sep 17 00:00:00 2001 From: Clexus <62130504+Clexus@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:54:28 +0800 Subject: [PATCH 2/2] Update meta.json --- src/web/common/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/common/meta.json b/src/web/common/meta.json index 08fcabb..11fe9f6 100644 --- a/src/web/common/meta.json +++ b/src/web/common/meta.json @@ -9610,7 +9610,7 @@ }, "entity" : { "category" : "actions", - "description" : [ "" ], + "description" : [ "The target entity's uuid, the spell will set this entity as target" ], "field" : "entity", "importance" : 0, "name" : "Entity",