| 123456789101112131415 |
- let events = [
- {
- name : "Nom de l'evenement",
- threshold : {
- clergy : { wealth : 0, influence : 0 },
- nobility : { wealth : 0 , influence : 0 , army : 0 },
- people : { wealth : 0 , wellBeing : 0 }
- },
- coefficient : {
- clergy : { wealth : 0, influence : 0 },
- nobility : { wealth : 0 , influence : 0 , army : 0 },
- people : { wealth : 0 , wellBeing : 0 }
- }
- },
- ]
|