12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "events": {
- "general": [
- {
- "name": "generic-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", "unusable", "route-change"]
- },
- {
- "name": "crash",
- "probability": 0.01,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change"]
- },
- {
- "name": "flip over",
- "probability": 0.05,
- "karma-probability-modifier": -1.00,
- "explanations": ["You have to take a sharp turn and your canoe flips over."],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change"]
- },
- {
- "name": "leaking-canoe",
- "probability": 0.05,
- "karma-probability-modifier": -1.00,
- "explanations": ["You should have checked the canoe before canoeing."],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change"]
- },
- {
- "name": "lose-paddle",
- "probability": 0.05,
- "karma-probability-modifier": -2.00,
- "explanations": ["While looking at the beautiful nature, the paddle hits a stone under water and slips from your hands."],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change"]
- }
- ]
- }
- }
|