events.js 429 B

123456789101112131415
  1. let events = [
  2. {
  3. name : "Nom de l'evenement",
  4. threshold : {
  5. clergy : { wealth : 0, influence : 0 },
  6. nobility : { wealth : 0 , influence : 0 , army : 0 },
  7. people : { wealth : 0 , wellBeing : 0 }
  8. },
  9. coefficient : {
  10. clergy : { wealth : 0, influence : 0 },
  11. nobility : { wealth : 0 , influence : 0 , army : 0 },
  12. people : { wealth : 0 , wellBeing : 0 }
  13. }
  14. },
  15. ]