Created
June 19, 2017 08:39
-
-
Save cqusyc/c823f8da8dae1926c55f9834a936b623 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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