Skip to content

Instantly share code, notes, and snippets.

@benphelps
Last active January 3, 2016 20:19
Show Gist options
  • Save benphelps/8514002 to your computer and use it in GitHub Desktop.
Save benphelps/8514002 to your computer and use it in GitHub Desktop.
-- single condition
{ "spell", "condition" },
{ "spell", "condition", "target" },
-- multi condition
{ "spell", {
"condition",
"condition",
}},
{ "spell", {
"condition",
"condition",
}, "target" },
-- multi condition nested
{{
{ "spell", "condition" },
{ "spell", "condition" },
}, {
"condition",
"condition",
}},
{{
{ "spell", "condition" },
{ "spell", "condition" },
}, {
"condition",
"condition",
}, "target" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment