Skip to content

Instantly share code, notes, and snippets.

@diegoeche
Created March 19, 2014 13:41
Show Gist options
  • Save diegoeche/9641877 to your computer and use it in GitHub Desktop.
Save diegoeche/9641877 to your computer and use it in GitHub Desktop.
{
"invasionTimeout": 86400,
"invasionExtensionTime": 3600,
"invasionArmyCap": 5,
"notificationThresshold": 10,
"targetResetPrice": {
"resource": "gold",
"amount": 1000
},
"maps": [
"1",
"2",
"3",
],
"rewards": {
"win" : {
"oneTime": [
],
"unlock": [
{
"type": "rewardTable",
"name": "PvP_Invasion",
"level": 1
}
]
},
"lose": {
"oneTime": [
],
"unlock": [
{
"type": "rewardTable",
"name": "PvP_Invasion",
"level": 1
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment