objects.json 679 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "hero_0" : {
  3. "l" : 0,
  4. "template" : {
  5. "animation" : "AH00_",
  6. "editorAnimation" : "AH00_E",
  7. "mask" : [
  8. "VV",
  9. "AV"
  10. ],
  11. "visitableFrom" : [
  12. "+++",
  13. "+-+",
  14. "+++"
  15. ]
  16. },
  17. "x" : 2,
  18. "y" : 2,
  19. "type" : "hero",
  20. "subtype" : "knight",
  21. "options" : {
  22. "owner" : "red",
  23. "type" : "catherine"
  24. }
  25. },
  26. "hero_1" : {
  27. "l" : 0,
  28. "template" : {
  29. "animation" : "AH00_",
  30. "editorAnimation" : "AH00_E",
  31. "mask" : [
  32. "VV",
  33. "AV"
  34. ],
  35. "visitableFrom" : [
  36. "+++",
  37. "+-+",
  38. "+++"
  39. ]
  40. },
  41. "x" : 6,
  42. "y" : 2,
  43. "type" : "hero",
  44. "subtype" : "knight",
  45. "options" : {
  46. "owner" : "blue",
  47. "type" : "christian"
  48. }
  49. }
  50. }