Skip to content

Instantly share code, notes, and snippets.

@szymko
Created October 23, 2015 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szymko/71e6cbf0cc765677067d to your computer and use it in GitHub Desktop.
Save szymko/71e6cbf0cc765677067d to your computer and use it in GitHub Desktop.
{
"id": 1,
"playerStats": {
"gameStatId": 1,
"budget": 5000,
"budgetBonus": 500,
"attackCost": 400,
"round": 20,
"myResources": {
"id": 1,
"mine": {
"id": 1,
"lvl": 1,
"upgradeCost": 1000
},
"laboratory": {
"id": 1,
"lvl": 1,
"upgradeCost": 500,
"offensivLvl": 1,
"defensivLvl": 1,
"unitShieldBonus": 0.05,
"unitAttackBonus": 0.05
},
"shield": {
"id": 1,
"lvl": 1,
"upgradeCost": 300,
"shieldPoint": 0,
"shieldPointRegenerate": 200,
"shieldPointBonus": 500
},
"counterintelligence": {
"id": 1,
"lvl": 1,
"levelToSeeBuildingStat": 2,
"levelToSeeAmountOfUnit": 3,
"levelToSeeStatOfUnit": 4,
"upgradeCost": 300
},
"myShipsStats": {
"id": 1,
"amount": 1,
"ship": {
"shipId": 1,
"unitAttack": 50,
"unitArmor": 50,
"lvl": 1,
"upgradeCost": 50
}
},
"myDefensiveSystemsStats": {
"id": 1,
"amount": 1,
"defensiveSystem": {
"defensiveSystemId": 1,
"unitShield": 100,
"unitCounterattack": 50,
"lvl": 1,
"upgradeCost": 50
}
}
},
"opponentResources": null,
"winner": null,
"resultExplanation": null,
"defaultBudgetForRound": 5000,
"costOfAll": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment