events.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. [
  2. {
  3. "nom" : "Invasion",
  4. "description" : "C'est la hinz cousin y'a les arabes",
  5. "lois" : [
  6. {
  7. "nom" : "",
  8. "description" : "",
  9. "effets" : [0,0,0,0,0],
  10. "niveau" : 0
  11. },
  12. {
  13. "nom" : "",
  14. "description" : "",
  15. "effets" : [0,0,0,0,0],
  16. "niveau" : 0
  17. }
  18. ]
  19. },
  20. {
  21. "nom" : "Famine",
  22. "description" : "C'est la hinz cousin y'a r à graille",
  23. "lois" : [
  24. {
  25. "nom" : "",
  26. "description" : "",
  27. "effets" : [0,0,0,0,0],
  28. "niveau" : 0
  29. },
  30. {
  31. "nom" : "",
  32. "description" : "",
  33. "effets" : [0,0,0,0,0],
  34. "niveau" : 0
  35. }
  36. ]
  37. },
  38. {
  39. "nom" : "Vol de la couronne",
  40. "description" : "C'est la hinz cousin y'a un gars il a volé la couronne",
  41. "lois" : [
  42. {
  43. "nom" : "",
  44. "description" : "",
  45. "effets" : [0,0,0,0,0],
  46. "niveau" : 0
  47. },
  48. {
  49. "nom" : "",
  50. "description" : "",
  51. "effets" : [0,0,0,0,0],
  52. "niveau" : 0
  53. }
  54. ]
  55. },
  56. {
  57. "nom" : "Feu dans la bibliothèque",
  58. "description" : "C'est la hinz cousin y'a les bouquins qui ont brulé",
  59. "lois" : [
  60. {
  61. "nom" : "",
  62. "description" : "",
  63. "effets" : [0,0,0,0,0],
  64. "niveau" : 0
  65. },
  66. {
  67. "nom" : "",
  68. "description" : "",
  69. "effets" : [0,0,0,0,0],
  70. "niveau" : 0
  71. }
  72. ]
  73. }
  74. ]