12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "events": {
- "general": [
- {
- "name": "workforce-strike",
- "probability": 0.01,
- "karma-probability-modifier": -1.00,
- "explanations": ["(based on real experience)"],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
- },
- {
- "name": "delay",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "cancelled",
- "probability": 0.03,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "crash",
- "probability": 0.001,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
- }
- ],
- "wallet": [
- {
- "name": "wallet-stolen",
- "probability": 0.01 ,
- "karma-probability-modifier": -2.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "additional-costs"]
- },
- {
- "name": "wallet-lost",
- "probability": 0.01,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "additional-costs"]
- }
- ],
- "other-passengers": [
- {
- "name": "homeless-person",
- "probability": 0.03,
- "karma-probability-modifier": -1.00,
- "explanations": ["Shortly after you get into the subway a homeless person enters the train. The homeless person starts begging for money. People start turning away, annoyed by the begging. When the homeless person realizes, that they will not succeed with these passengers, they mumble something unintelligible, then leans with their back against a glass separator between the doors and the seats. You think the begging is over, but your trouble is just about to start. Another unintelligible sound comes from the homeless person. A few moments later, you begin to smell something. The smell intensifies and people start uncomfortably looking around. Then people stand up and vacate their seats close to the doors, where the homeless person stands. The realization of what it is all about hits you full on, when you take your next breath: The homeless person decided to thank their friendly fellow human beings by taking a shit in their oversized pants. The smell gets so bad, that you have to move away as well, gagging, gasping for a breath of fresh air. All passengers of this subway compartment have accumulated far away from the homeless person, praying, to whatever belief or non-belief they subscribe to, that the homeless person can be placated, by the fact, that they have been noticed and had an effect on people's life. You decide to get out at the next stop, because it has become unbearable in either place in the compartment. Traumatizing smell in one place and too crowded on the other side. (based on real experience)"],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
- }
- ]
- }
- }
|