Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. {
  2. "data": {
  3. "player": {
  4. "resources": {
  5. "real": 999999,
  6. "bucks": 50000,
  7. "bricks": 4000000,
  8. "cement": 2000000,
  9. "rebar": 2000000
  10. },
  11. "reputation": 300,
  12. "experience": 3500
  13. },
  14. "heroes": {
  15. "1": {
  16. "defId": "jessePinkman"
  17. },
  18. "2": {
  19. "defId": "tucoSalamanca"
  20. },
  21. "3": {
  22. "defId": "walterWhite"
  23. },
  24. "4": {
  25. "defId": "soulGoodman"
  26. },
  27. "5": {
  28. "defId": "mexican"
  29. },
  30. "6": {
  31. "defId": "nerdSuit"
  32. }
  33. },
  34. "maps": {
  35. "lab": {
  36. "locationId": "lab1",
  37. "items": {
  38. "6": {
  39. "id": 6,
  40. "defId": "craftTable",
  41. "placement": {
  42. "slotId": "ctSlot_0"
  43. },
  44. "level": 0,
  45. "state": {
  46. "type": "idle",
  47. "startTime": 10
  48. }
  49. },
  50. "11": {
  51. "id": 11,
  52. "defId": "labStorageProduct",
  53. "placement": {
  54. "slotId": "spSlot_0"
  55. },
  56. "level": 0,
  57. "state": {
  58. "type": "idle",
  59. "startTime": 10
  60. }
  61. }
  62. }
  63. },
  64. "defense": {
  65. "locationId": "defense1",
  66. "items": {
  67. "0": {
  68. "id": 0,
  69. "defId": "keyBuilding",
  70. "placement": {
  71. "position": {
  72. "x": 18,
  73. "y": 27
  74. }
  75. },
  76. "level": 10,
  77. "state": {
  78. "type": "idle",
  79. "startTime": 0
  80. }
  81. }
  82. }
  83. }
  84. },
  85. "builders": [
  86. {
  87. "startTime": 0
  88. }
  89. ],
  90. "options": {
  91. "lastCommandId": 0,
  92. "lastCommandTime": 0
  93. },
  94. "contracts": {
  95. "places": {
  96.  
  97. },
  98. "spawnTime": 0
  99. }
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement