sonic-radiance/sonic-radiance.love/datas/parsers/itemeffects.lua

11 lines
255 B
Lua
Raw Normal View History

2020-09-13 13:25:44 +02:00
return {
2021-05-15 22:48:25 +02:00
headings = {"type"},
argumentLists = {
["heal"] = {"healType", "computationMode", "value"},
["setStatus"] = {"status", "set"},
["protectElement"] = {"element"},
["blockStatus"] = {"blockWhat"},
},
argumentWrapper = "",
2020-09-13 13:25:44 +02:00
}