12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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": ["unusable", "route-change", "disable-other-events"]
- }
- ],
- "other-passengers": [
- {
- "name": "the-music-man",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["While you are on the tram, a young man with a bike enters. On his bike he has some speakers, which allow you to \"enjoy\" his latest taste in what he calls \"music\". Many annoyed eye-rolls later, thankfully the incident has not escalated and, to the relief of all other passengers, the man exits the tram."],
- "actions": [],
- "default-effects": []
- }
- ]
- }
- }
|