inter-city.json 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "events": {
  3. "general": [
  4. {
  5. "name": "generic-delay",
  6. "probability": 0.10,
  7. "karma-probability-modifier": -1.00,
  8. "explanations": ["no explanations"],
  9. "actions": [],
  10. "default-effects": ["delay"]
  11. },
  12. {
  13. "name": "generic-cancelled",
  14. "probability": 0.03,
  15. "karma-probability-modifier": -2.00,
  16. "explanations": ["no explanations"],
  17. "actions": [],
  18. "default-effects": ["delay", "route-change", "unusable", "disable-other-events"]
  19. },
  20. {
  21. "name": "generic-failure",
  22. "probability": 0.01,
  23. "karma-probability-modifier": -1.00,
  24. "explanations": [
  25. "Your means of transportation has failed you! For (insert reason here) you cannot continue with (insert means of transportation here)."
  26. ],
  27. "actions": [],
  28. "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
  29. }
  30. ]
  31. }
  32. }