canoe.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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": "cancelled",
  14. "probability": 0.03,
  15. "karma-probability-modifier": -1.00,
  16. "explanations": ["no explanations"],
  17. "actions": [],
  18. "default-effects": ["delay", "unusable", "route-change"]
  19. },
  20. {
  21. "name": "crash",
  22. "probability": 0.01,
  23. "karma-probability-modifier": -1.00,
  24. "explanations": ["no explanations"],
  25. "actions": [],
  26. "default-effects": ["delay", "unusable", "route-change"]
  27. },
  28. {
  29. "name": "flip over",
  30. "probability": 0.05,
  31. "karma-probability-modifier": -1.00,
  32. "explanations": ["You have to take a sharp turn and your canoe flips over."],
  33. "actions": [],
  34. "default-effects": ["delay", "unusable", "route-change"]
  35. },
  36. {
  37. "name": "leaking-canoe",
  38. "probability": 0.05,
  39. "karma-probability-modifier": -1.00,
  40. "explanations": ["You should have checked the canoe before canoeing."],
  41. "actions": [],
  42. "default-effects": ["delay", "unusable", "route-change"]
  43. },
  44. {
  45. "name": "lose-paddle",
  46. "probability": 0.05,
  47. "karma-probability-modifier": -2.00,
  48. "explanations": ["While looking at the beautiful nature, the paddle hits a stone under water and slips from your hands."],
  49. "actions": [],
  50. "default-effects": ["delay", "unusable", "route-change"]
  51. }
  52. ]
  53. }
  54. }