header.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "allowedAbilities" : {},
  3. "allowedArtifacts" : {},
  4. "allowedHeroes" : {},
  5. "allowedSpells" : {},
  6. "defeatIconIndex" : 0,
  7. "difficulty" : "NORMAL",
  8. "mapLevels" : {
  9. "surface" : {
  10. "height" : 8,
  11. "index" : 0,
  12. "width" : 8
  13. }
  14. },
  15. "mods" : {},
  16. "name" : "Mini test",
  17. "players" : {
  18. "blue" : {
  19. "canPlay" : "PlayerOrAI",
  20. "mainHero" : "christian",
  21. "heroes" : {
  22. "hero_1" : {
  23. "type" : "christian"
  24. }
  25. }
  26. },
  27. "red" : {
  28. "canPlay" : "PlayerOrAI",
  29. "mainHero" : "catherine",
  30. "heroes" : {
  31. "hero_0" : {
  32. "type" : "catherine"
  33. }
  34. }
  35. }
  36. },
  37. "triggeredEvents" : {
  38. "standardDefeat" : {
  39. "condition" : [
  40. "daysWithoutTown",
  41. {
  42. "value" : 7
  43. }
  44. ],
  45. "effect" : {
  46. "messageToSend" : "standardDefeat",
  47. "type" : "defeat"
  48. },
  49. "message" : "standardDefeat"
  50. },
  51. "standardVictory" : {
  52. "condition" : [
  53. "standardWin"
  54. ],
  55. "effect" : {
  56. "messageToSend" : "standardVictory",
  57. "type" : "victory"
  58. },
  59. "message" : "standardVictory"
  60. }
  61. },
  62. "victoryIconIndex" : 0,
  63. "versionMajor" : 1,
  64. "versionMinor" : 0
  65. }