Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2.  
  3. "0": {
  4. "player": "Player 2",
  5. "logo": "dial",
  6. "requireItem": [1, 2],
  7. "requireEvent": [1, 2],
  8. "obtainEvent": [1, 2],
  9. "player1ObtainItem": [1, 2],
  10. "player1RemoveItem": [1, 2],
  11. "player2ObtainItem": [1, 2],
  12. "player2RemoveItem": [1, 2],
  13. "goToVote": 1,
  14. "en": "This is english text",
  15. "it": "This is italian text"
  16. },
  17. "1": {
  18. "player": "Player 2",
  19. "logo": "dial",
  20. "requireItem": [1, 2],
  21. "requireEvent": [1, 2],
  22. "obtainEvent": [1, 2],
  23. "player1ObtainItem": [1, 2],
  24. "player1RemoveItem": [1, 2],
  25. "player2ObtainItem": [1, 2],
  26. "player2RemoveItem": [1, 2],
  27. "goToVote": 1,
  28. "en": "This is english text",
  29. "it": "This is italian text"
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement