bus.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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": ["Ha! You thought the bus would be on time! Well, you assumed wrongly. Without a way to find out why the bus is not showing up, you wait a little longer."],
  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", "route-change", "unusable", "disable-other-events"]
  27. },
  28. {
  29. "name": "crash",
  30. "probability": 0.01,
  31. "karma-probability-modifier": -1.00,
  32. "explanations": ["The bus ride takes you further, until you see a roundabout coming up ahead. Those are always fun to watch, as the busses barely make the turns. Sometimes they will also cause people in the back of the bus to throw up. Just when the bus makes its turn in the roundabout, some reckless car driver decides it would be a great idea to try to get into the roundabout before the bus passes. The bus driver curses and hits the breaks hard. While your last meal has the unexpected and spontaneous idea to attempt an uprising, the driver's reactions could not prevent the inevitable. Just before the bus comes screechingly to a halt, you hear the soft bump of the bus hitting the car, that tried to make it into the roundabout. Another curse of the bus driver, lets you discreetly know, that a problem is coming up now. The friendly person in the car in front of the bus decides make up for their mistake by very quickly clearing the way for the bus, and within seconds is out of sight. The bus driver writes something down on a sheet of paper, then reaches for their microphone, clears their throat and announces: \"Well! Someone was surely in a hurry today. Hopefully none of you are, because this bus ain't goin' nowhere. According to the regulations for safe passenger transport, I have to ask you all to leave the bus at the next possible stop. I will stop the bus when we are out of the roundabout. Before anyone asks, no you cannot stay inside the bus until we reach the next regular stop. Do not forget your belongings or children. Yes, that really happens these days.\". With this announcement done, the driver mumbles something angrily, probably responding to the honking cars behind the bus, and leaves the roundabout, to reach a safe place for the passengers to exit the bus."],
  33. "actions": [],
  34. "default-effects": ["unusable", "route-change", "disable-other-events"]
  35. }
  36. ],
  37. "bus-stop": [
  38. {
  39. "name": "unserved-bus-stop",
  40. "probability": 0.03,
  41. "karma-probability-modifier": -1.00,
  42. "explanations": ["While you wait at the bus stop, you notice something weird. Usually there would be other people waiting with you, however, today there is no one else standing at the bus stop. After waiting for 10 more minutes and worrying about the bus being late, you decide to ask someone passing by, whether they know something about interrupted bus service. The person you ask makes an annoyed face and tells you: \"The stop is not being served currently! You need to go to the next stop!\" You thank the person and look around. No indication of such a thing to be seen at the bus station. Did that person lie to you? But then you see it: A tiny handwritten note is put into the display case of the bus station. The handwriting is not readable. In any case, you need to walk to the next stop."],
  43. "actions": [],
  44. "default-effects": ["delay"]
  45. },
  46. {
  47. "name": "moved-bus-stop",
  48. "probability": 0.10,
  49. "karma-probability-modifier": -1.00,
  50. "explanations": ["While you wait at the bus stop, you notice something weird. Usually there would be other people waiting with you, however, today there is no one else standing at the bus stop. After waiting for 10 more minutes and worrying about the bus being late, you decide to ask someone passing by, whether they know something about interrupted bus service. The person you ask makes an annoyed face and tells you: \"The stop has been moved! Since last week already!\" You thank the person and look around. No indication of such a thing to be seen at the bus station. Did that person lie to you? But then you see it: A tiny handwritten note is put into the display case of the bus station. The handwriting is barely readable, but you can make out the street name of the new location for the stop. It is only 2 parallel streets further. Probably 2 or 3 busses have left from there, since you started waiting for the bus at the usual place."],
  51. "actions": [],
  52. "default-effects": ["delay"]
  53. }
  54. ],
  55. "bus-ticket": [
  56. {
  57. "name": "ticket-lost",
  58. "probability": 0.1,
  59. "karma-probability-modifier": -1.00,
  60. "explanations": [
  61. "You had to run to get to the bus stop in time. It seems that your ticket fell out of your pocket while running. This should teach you to always allocate some buffer time, when going to the bus stop.",
  62. "Just when you are about to enter the bus and take the ticket out of your pocket, a gust of wind blows it out of your hand. Without the ticket you cannot ride that bus.",
  63. "While entering the bus, another person shoves you to the side. Being distracted, you do not notice, how your ticket fell out of your hand. Exasperated you stare at the other person. The other person only shrugs and mumbles something inaudible. Meanwhile a little child picked up your ticket. For a moment you look relieved at the child, thankful for it to pick up the ticket. The child smiles back at you. To your disbelieve, the child then puts the ticket in their mouth and chews on it. You look back at the bus driver, who only shrugs and explains to you annoyingly: \"No ride without ticket.\". While you still linger in disbelieve, the bus driver reaches for the microphone and proclaims to the passengers: \"Because of a single passenger lacking a ticket, we will have to wait.\". Angry about the mean bus driver, you look at the ticket machine. It is turned off, so buying a ticket inside the bus is out of the question. This must be your unlucky day."
  64. ],
  65. "actions": [],
  66. "default-effects": ["delay", "additional-costs", "disable-other-events"]
  67. }
  68. ],
  69. "luggage": [
  70. {
  71. "name": "forgot-luggage-in-bus",
  72. "probability": 0.1,
  73. "karma-probability-modifier": -1.00,
  74. "explanations": ["no explanations"],
  75. "actions": [],
  76. "default-effects": ["additional-costs"]
  77. }
  78. ]
  79. }
  80. }