Advertisement
Guest User

data exam

a guest
Sep 15th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [ { team: 1, action: 'dice', data: { dice: 5 } },
  2.   { team: 2, action: 'dice', data: { dice: 4 } },
  3.   { team: 1,
  4.     action: 'skill',
  5.     data: { buffTarget: [Object], effect: [Object], info: 'Increase AT' } },
  6.   { team: 1,
  7.     action: 'attack',
  8.     data:
  9.      { attacker: [Object],
  10.        defender: [Object],
  11.        effect: [Object],
  12.        isUlt: false,
  13.        info: 'Attack' } },
  14.   { team: 1,
  15.     action: 'attack',
  16.     data:
  17.      { attacker: [Object],
  18.        defender: [Object],
  19.        effect: [Object],
  20.        isUlt: false,
  21.        info: 'Attack' } },
  22.   { team: 2,
  23.     action: 'attack',
  24.     data:
  25.      { attacker: [Object],
  26.        defender: [Object],
  27.        effect: [Object],
  28.        isUlt: false,
  29.        info: 'Attack' } },
  30.   { team: 2,
  31.     action: 'attack',
  32.     data:
  33.      { attacker: [Object],
  34.        defender: [Object],
  35.        effect: [Object],
  36.        isUlt: false,
  37.        info: 'Attack' } },
  38.   { team: 1,
  39.     action: 'attack',
  40.     data:
  41.      { attacker: [Object],
  42.        defender: [Object],
  43.        effect: [Object],
  44.        isUlt: false,
  45.        info: 'Attack' } },
  46.   { team: 1,
  47.     action: 'attack',
  48.     data:
  49.      { attacker: [Object],
  50.        defender: [Object],
  51.        effect: [Object],
  52.        isUlt: false,
  53.        info: 'Attack' } },
  54.   { team: 2,
  55.     action: 'attack',
  56.     data:
  57.      { attacker: [Object],
  58.        defender: [Object],
  59.        effect: [Object],
  60.        isUlt: false,
  61.        info: 'Attack' } },
  62.   { team: 2,
  63.     action: 'attack',
  64.     data:
  65.      { attacker: [Object],
  66.        defender: [Object],
  67.        effect: [Object],
  68.        isUlt: false,
  69.        info: 'Attack' } } ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement