Created
February 7, 2017 05:56
-
-
Save jwulf/2328ddde21e197c129c2d92016d3bc03 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"stats": { | |
"totalNumberOfWizards": 9, | |
"mostUsedSpell": "dixit", | |
"totalNumberOfSpellsCast": 5093, | |
"spellUsageBreakdown": [ | |
{ | |
"spellName": "dixit", | |
"count": 14 | |
}, | |
{ | |
"spellName": "ignifera", | |
"count": 3236 | |
}, | |
{ | |
"spellName": "fulmen", | |
"count": 700 | |
}, | |
{ | |
"spellName": "doNTimes", | |
"count": 605 | |
}, | |
{ | |
"spellName": "invoco", | |
"count": 517 | |
}, | |
{ | |
"spellName": "volare", | |
"count": 12 | |
}, | |
{ | |
"spellName": "hic", | |
"count": 2 | |
}, | |
{ | |
"spellName": "exmemento", | |
"count": 2 | |
}, | |
{ | |
"spellName": "memento", | |
"count": 2 | |
}, | |
{ | |
"spellName": "orbis", | |
"count": 1 | |
}, | |
{ | |
"spellName": "ZombieZap", | |
"count": 1 | |
}, | |
{ | |
"spellName": "exsultus", | |
"count": 1 | |
} | |
], | |
"totalNumberOfZombiesSlain": 4038, | |
"mostPowerfulWizard": { | |
"username": "Xx_MEDIARITE_xX", | |
"count": 3480 | |
}, | |
"mostDeadlyZombieSlayer": "Xx_MEDIARITE_xX", | |
"zombieApocalypseScoreboard": [ | |
{ | |
"username": "Xx_MEDIARITE_xX", | |
"spellCount": 2817, | |
"points": 1403, | |
"PartitionKey": "Xx_MEDIARITE_xX", | |
"RowKey": "Xx_MEDIARITE_xX" | |
}, | |
{ | |
"username": "death667b", | |
"spellCount": 324, | |
"points": 161, | |
"PartitionKey": "death667b", | |
"RowKey": "death667b" | |
}, | |
{ | |
"username": "sitapati", | |
"spellCount": 188, | |
"points": 94, | |
"PartitionKey": "sitapati", | |
"RowKey": "sitapati" | |
}, | |
{ | |
"username": "magikcraft_io", | |
"spellCount": 98, | |
"points": 49, | |
"PartitionKey": "magikcraft_io", | |
"RowKey": "magikcraft_io" | |
}, | |
{ | |
"username": "RaginExpression", | |
"spellCount": 93, | |
"points": 46, | |
"PartitionKey": "RaginExpression", | |
"RowKey": "RaginExpression" | |
}, | |
{ | |
"username": "triyuga", | |
"spellCount": 36, | |
"points": 18, | |
"PartitionKey": "triyuga", | |
"RowKey": "triyuga" | |
}, | |
{ | |
"username": "ProgHouse2016", | |
"spellCount": 9, | |
"points": 4, | |
"PartitionKey": "ProgHouse2016", | |
"RowKey": "ProgHouse2016" | |
}, | |
{ | |
"points": 4, | |
"spellCount": 7, | |
"username": "chrisbriggsy", | |
"PartitionKey": "chrisbriggsy", | |
"RowKey": "chrisbriggsy" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment