campaignSets.json 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "roe" :
  3. {
  4. "images" : [ {"x": 0, "y": 0, "name":"CAMPBACK"} ],
  5. "exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN", "hotkey" : 27},
  6. "items":
  7. [
  8. { "x":90, "y":72, "file":"DATA/GOOD1.H3C", "image":"CAMPGD1S", "video":"CGOOD1", "open": true },
  9. { "x":539, "y":72, "file":"DATA/EVIL1.H3C", "image":"CAMPEV1S", "video":"CEVIL1", "open": true },
  10. { "x":43, "y":245, "file":"DATA/GOOD2.H3C", "image":"CAMPGD2S", "video":"CGOOD2", "open": true },
  11. { "x":313, "y":244, "file":"DATA/NEUTRAL1.H3C", "image":"CAMPNEUS", "video":"CNEUTRAL", "open": true },
  12. { "x":586, "y":246, "file":"DATA/EVIL2.H3C", "image":"CAMPEV2S", "video":"CEVIL2", "open": true },
  13. { "x":34, "y":417, "file":"DATA/GOOD3.H3C", "image":"CAMPGD3S", "video":"CGOOD3", "open": true },
  14. { "x":404, "y":414, "file":"DATA/SECRET1.H3C", "image":"CAMPSCTS", "video":"CSECRET", "open": true }
  15. ]
  16. },
  17. "ab" :
  18. {
  19. "images" :
  20. [
  21. {"x": 0, "y": 0, "name":"CAMPBACK"},
  22. {"x": 34, "y": 417, "name":"CAMP1FWX"},//one campaign have special inactive image
  23. {"x": 385, "y": 401, "name":"CAMPNOSC"},//and the last one is not present
  24. ],
  25. "exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN", "hotkey" : 27},
  26. "items":
  27. [
  28. { "x":90, "y":72, "file":"DATA/AB.H3C", "image":"CAMP1AB7", "video":"C1ab7", "open": true },
  29. { "x":539, "y":72, "file":"DATA/BLOOD.H3C", "image":"CAMP1DB2", "video":"C1db2", "open": true },
  30. { "x":43, "y":245, "file":"DATA/SLAYER.H3C", "image":"CAMP1DS1", "video":"C1ds1", "open": true },
  31. { "x":313, "y":244, "file":"DATA/FESTIVAL.H3C", "image":"CAMP1FL3", "video":"C1fl3", "open": true },
  32. { "x":586, "y":246, "file":"DATA/FIRE.H3C", "image":"CAMP1PF2", "video":"C1pf2", "open": true },
  33. { "x":34, "y":417, "file":"DATA/FOOL.H3C", "image":"CAMP1FW1", "video":"C1fw1", "open": true }
  34. ]
  35. },
  36. "sod":
  37. {
  38. "images" : [ {"x": 0, "y": 0, "name":"CAMPBKX2"} ],
  39. "exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN", "hotkey" : 27},
  40. "items":
  41. [
  42. { "x":90, "y":72, "file":"DATA/GEM.H3C", "image":"CAMPNB1", "video":"NEW", "open": true },
  43. { "x":539, "y":72, "file":"DATA/GELU.H3C", "image":"CAMPEL1", "video":"ELIXIR", "open": true },
  44. { "x":43, "y":245, "file":"DATA/CRAG.H3C", "image":"CAMPHS1", "video":"HACK", "open": true },
  45. { "x":313, "y":244, "file":"DATA/SANDRO.H3C", "image":"CAMPRN1", "video":"RISE", "open": true },
  46. { "x":586, "y":246, "file":"DATA/YOG.H3C", "image":"CAMPBB1", "video":"BIRTH", "open": true },
  47. { "x":34, "y":417, "file":"DATA/FINAL.H3C", "image":"CAMPUA1", "video":"UNHOLY", "open": true },
  48. { "x":404, "y":414, "file":"DATA/SECRET.H3C", "image":"CAMPSP1", "video":"SPECTRE", "open": true }
  49. ]
  50. },
  51. "wog" :
  52. {
  53. /// wog campaigns, currently has no assigned button in campaign screen and thus unused
  54. "images" : [ {"x": 0, "y": 0, "name":"CAMPZALL"} ],
  55. "exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN", "hotkey" : 27},
  56. "items":
  57. [
  58. { "x":90, "y":72, "file":"DATA/ZC1.H3C", "image":"CAMPZ01", "open": true},
  59. { "x":539, "y":72, "file":"DATA/ZC2.H3C", "image":"CAMPZ02", "open": true},
  60. { "x":43, "y":245, "file":"DATA/ZC3.H3C", "image":"CAMPZ03", "open": true},
  61. { "x":311, "y":242, "file":"DATA/ZC4.H3C", "image":"CAMPZ04", "open": true}
  62. ]
  63. }
  64. }