Skip to content

Commit

Permalink
Added Imagine day and day of the long boat events
Browse files Browse the repository at this point in the history
  • Loading branch information
itstonywu committed Mar 23, 2020
1 parent 23aea7b commit a367ca9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/choices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}
20 changes: 20 additions & 0 deletions src/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
4 changes: 3 additions & 1 deletion src/game-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"CryMidtermPaperEvent",
"BlockPartyEvent",
"CoronaEvent",
"StormTheWallEvent"
"StormTheWallEvent",
"DayOfTheLongBoatEvent",
"ImagineDayEvent"
],
"followUp": [
"LandingEvent",
Expand Down

0 comments on commit a367ca9

Please sign in to comment.