Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   players: { min: 3, max: 12 },
  3.   teams: [
  4.     {
  5.       name: 'humans',
  6.       card_min: 1,
  7.       card_max: 2,
  8.       players: { min: 1, max: 4 }
  9.     },
  10.     {
  11.       name: 'aliens',
  12.       card_min: 1,
  13.       card_max: 4,
  14.       players: { min: 2, max: 10 }
  15.     }
  16.   ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement