123456789101112131415161718192021222324252627282930313233 |
- {
- "events": {
- "general": [
- {
- "name": "generic-delay",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "generic-cancelled",
- "probability": 0.03,
- "karma-probability-modifier": -2.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "route-change", "unusable", "disable-other-events"]
- },
- {
- "name": "generic-failure",
- "probability": 0.01,
- "karma-probability-modifier": -1.00,
- "explanations": [
- "Your means of transportation has failed you! For (insert reason here) you cannot continue with (insert means of transportation here)."
- ],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
- }
- ]
- }
- }
|