Skip to content

Instantly share code, notes, and snippets.

@cqusyc
Created June 19, 2017 08:39
Show Gist options
  • Save cqusyc/c823f8da8dae1926c55f9834a936b623 to your computer and use it in GitHub Desktop.
Save cqusyc/c823f8da8dae1926c55f9834a936b623 to your computer and use it in GitHub Desktop.
resource = {gold = {count = 10}},
resource = {gold = {count = {max = 10, min = 5}, total = 10}},
resource = {score = {count = 1}},
resource = {score = {{damage = 1000, count = 10,}}},
resource = {score = {{damage = 1000, count = {max = 10, min = 5}, total = 10,}},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment