Advertisement
Guest User

Untitled

a guest
May 26th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. STARTING_PLAYER_DATA = {
  2. "coin": 100,
  3. "lifeRestore": 0,
  4. "life": 5,
  5. "max_life": 5,
  6. "stars": 0,
  7. "tuto": 1,
  8. "active_character": "character_cuscus",
  9. "inv": [
  10. {"id": '1000', "count": 59},
  11.  
  12. {"id": '1001', "count": 59},
  13. {"id": '1002', "count": 59},
  14.  
  15. {"id": '1003', "count": 59},
  16. {"id": '1004', "count": 59},
  17. {"id": '1005', "count": 59},
  18. {"id": '1006', "count": 59},
  19.  
  20. {"id": '1007', "count": 5},
  21. {"id": '1008', "count": 5},
  22. {"id": '1009', "count": 5},
  23. {"id": '1010', "count": 5},
  24.  
  25. {"id": '2000', "count": 1}
  26. ],
  27. "lifeCycle": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
  28. "todayDailySec": 1500,
  29. "msg": [
  30. ],
  31. "bonusLv": False,
  32. "created": int(seconds()),
  33. "last_level_id": "1",
  34. "friends": [],
  35. "leaderboard": [],
  36. "social_data": [],
  37. "achievements": {},
  38. "blockers": [
  39. {
  40. "id": 10,
  41. "slots": [
  42. {"unlocked": True, "helper": "cuscus"},
  43. {"unlocked": True, "helper": "cuscus"},
  44. {"unlocked": True, "helper": "cuscus"},
  45. ],
  46. "unlocked": True,
  47. "start_time": 0
  48. }
  49. ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement