Skip to content

Commit cf039a1

Browse files
committed
Update meta info
1 parent 3f410ff commit cf039a1

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

src/web/common/meta.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,20 @@
19331933
},
19341934
"short_class" : "ModifySP"
19351935
},
1936+
"modify_variable" : {
1937+
"category" : "",
1938+
"class_name" : "ModifyVariableAction",
1939+
"description" : [ "Set or change a variable that can be used elsewhere in this spell" ],
1940+
"examples" : [ ],
1941+
"importance" : 0,
1942+
"name" : "Modify Variable",
1943+
"parameters" : {
1944+
"clear" : "false",
1945+
"value" : null,
1946+
"variable" : ""
1947+
},
1948+
"short_class" : "ModifyVariable"
1949+
},
19361950
"modify_walk_speed" : {
19371951
"category" : "player",
19381952
"class_name" : "ModifyWalkSpeed",
@@ -2900,7 +2914,9 @@
29002914
"importance" : 0,
29012915
"name" : "Take Item",
29022916
"parameters" : {
2903-
"display_name" : null
2917+
"display_name" : null,
2918+
"give_to_caster" : "true",
2919+
"item" : ""
29042920
},
29052921
"short_class" : "TakeItem"
29062922
},
@@ -7394,6 +7410,14 @@
73947410
"name" : "Give Book",
73957411
"type" : "boolean"
73967412
},
7413+
"give_to_caster" : {
7414+
"category" : "",
7415+
"description" : [ "Give the taken item to the caster" ],
7416+
"field" : "give_to_caster",
7417+
"importance" : 0,
7418+
"name" : "Give To Caster",
7419+
"type" : "boolean"
7420+
},
73977421
"glide_exclusive" : {
73987422
"category" : "base",
73997423
"description" : [ "" ],
@@ -12381,6 +12405,14 @@
1238112405
"name" : "Uses Brush",
1238212406
"type" : "boolean"
1238312407
},
12408+
"value" : {
12409+
"category" : "",
12410+
"description" : [ "The value to set the variable to" ],
12411+
"field" : "value",
12412+
"importance" : 0,
12413+
"name" : "Value",
12414+
"type" : "string"
12415+
},
1238412416
"vanish" : {
1238512417
"category" : "",
1238612418
"description" : [ "" ],
@@ -16175,6 +16207,7 @@
1617516207
"cycle_hotbar_reverse" : "Go to the previous hotbar (inventory mode)",
1617616208
"cycle_reverse" : "Cycle through spells in reverse order (cycle mode)",
1617716209
"none" : "Do nothing",
16210+
"replace" : "Replace this wand with the 'replacement' template",
1617816211
"toggle" : "Toggle the spell inventory on/off (inventory mode), open the spell inventory (chest and skill modes), cycle spells (cycle mode)"
1617916212
}
1618016213
},

0 commit comments

Comments
 (0)