tram.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "events": {
  3. "general": [
  4. {
  5. "name": "workforce-strike",
  6. "probability": 0.01,
  7. "karma-probability-modifier": -1.00,
  8. "explanations": ["(based on real experience)"],
  9. "actions": [],
  10. "default-effects": ["delay", "unusable", "route-change", "disable-other-events"]
  11. },
  12. {
  13. "name": "delay",
  14. "probability": 0.10,
  15. "karma-probability-modifier": -1.00,
  16. "explanations": ["no explanations"],
  17. "actions": [],
  18. "default-effects": ["delay"]
  19. },
  20. {
  21. "name": "cancelled",
  22. "probability": 0.03,
  23. "karma-probability-modifier": -1.00,
  24. "explanations": ["no explanations"],
  25. "actions": [],
  26. "default-effects": ["delay"]
  27. },
  28. {
  29. "name": "crash",
  30. "probability": 0.001,
  31. "karma-probability-modifier": -1.00,
  32. "explanations": ["no explanations"],
  33. "actions": [],
  34. "default-effects": ["unusable", "route-change", "disable-other-events"]
  35. }
  36. ],
  37. "other-passengers": [
  38. {
  39. "name": "the-music-man",
  40. "probability": 0.10,
  41. "karma-probability-modifier": -1.00,
  42. "explanations": ["While you are on the tram, a young man with a bike enters. On his bike he has some speakers, which allow you to \"enjoy\" his latest taste in what he calls \"music\". Many annoyed eye-rolls later, thankfully the incident has not escalated and, to the relief of all other passengers, the man exits the tram."],
  43. "actions": [],
  44. "default-effects": []
  45. }
  46. ]
  47. }
  48. }