diff --git a/src/choices.json b/src/choices.json index 411325d..431e12c 100644 --- a/src/choices.json +++ b/src/choices.json @@ -203,5 +203,29 @@ "followUp": "", "statChanges": [0, 0, 5], "minigame": "" + }, + "RegisterToDayOfTheLongBoat": { + "answer": "I MUST REGISTER!", + "followUp": "", + "statChanges": [10, 0, -2], + "minigame": "" + }, + "NoThankYou": { + "answer": "Physical activity? No thank you.", + "followUp": "", + "statChanges": [0, 0, 5], + "minigame": "" + }, + "JoinLaunchPad": { + "answer": "Join Launch Pad!", + "followUp": "", + "statChanges": [40, 0, 0], + "minigame": "" + }, + "LookForOtherClubs": { + "answer": "... I'm going to look for other clubs 😒", + "followUp": "", + "statChanges": [0, 0, 0], + "minigame": "" } } \ No newline at end of file diff --git a/src/events.json b/src/events.json index 7cc861c..234dcaa 100644 --- a/src/events.json +++ b/src/events.json @@ -125,6 +125,26 @@ "hasBottomBoxBorder": false, "gamePlayMode": "Comics" }, + "DayOfTheLongBoatEvent": { + "prompt": "Day of the Longboat is coming up!", + "imgPath": "DayOfTheLongBoatEvent/longboat.png", + "choices": [ + "RegisterToDayOfTheLongBoat", + "NoThankYou" + ], + "hasBottomBoxBorder": false, + "gamePlayMode": "Comics" + }, + "ImagineDayEvent": { + "prompt": "It's Imagine Day!", + "imgPath": "ImagineDayEvent/imagineDay.png", + "choices": [ + "JoinLaunchPad", + "LookForOtherClubs" + ], + "hasBottomBoxBorder": false, + "gamePlayMode": "Comics" + }, "LandingEvent": { "prompt": "This is going to be the best 4 years of my life!", "imgPath": "", diff --git a/src/game-config.json b/src/game-config.json index 2b32a30..c4d6135 100644 --- a/src/game-config.json +++ b/src/game-config.json @@ -9,7 +9,9 @@ "CryMidtermPaperEvent", "BlockPartyEvent", "CoronaEvent", - "StormTheWallEvent" + "StormTheWallEvent", + "DayOfTheLongBoatEvent", + "ImagineDayEvent" ], "followUp": [ "LandingEvent",