diff --git a/src/web/common/meta.json b/src/web/common/meta.json index 4685604..11fe9f6 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", @@ -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", @@ -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 +}