11 lines
255 B
Lua
11 lines
255 B
Lua
|
return {
|
||
|
headings = {"type"},
|
||
|
argumentLists = {
|
||
|
["heal"] = {"healType", "computationMode", "value"},
|
||
|
["setStatus"] = {"status", "set"},
|
||
|
["protectElement"] = {"element"},
|
||
|
["blockStatus"] = {"blockWhat"},
|
||
|
},
|
||
|
argumentWrapper = "",
|
||
|
}
|