12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "events": {
- "encounters": [
- {
- "name": "get-to-know-friendly-person",
- "probability": 0.05,
- "karma-probability-modifier": 2.00,
- "explanations": ["You get to know a friendly person during the time you are on the ferry. Turns out they need to head in the same direction as you are heading after landing. They offer you a ride on their personal vehicle, to get you to your next stop faster."],
- "actions": [],
- "default-effects": ["delay", "additional-costs"]
- }
- ],
- "general": [
- {
- "name": "delayed-departure",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "delayed-arrival",
- "probability": 0.05,
- "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.001,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay", "unusable", "route-change"]
- }
- ]
- }
- }
|