wiki from old repository authored by Merlin's avatar Merlin
This is a list of the features that are complete:
* Movement
* Teleportation to other maps
* Chat
* Local - people close to you (5 spaces?)
* Area - people on the same map
* NPCs
* New behavior is added with the strategy pattern
* Quests
* are a set of adventures
* Completing a specific number of the adventures fulfills the quest
* Completing all of the adventures completes the quest
* Upon completion, can cause a teleport
* Framework for new completion actions exists
* Adventures
* Are things to do
* Existing types of adventures (listed in AdventureCompletionType:
* Real life - completed outside of the game
* Movement - must get to a particular location (map and x,y coordinate)
* Chat - must chat with a specific player (doesn't matter what you say)
* Knowledge Points - must get a specific number of knowledge points from the quizbot
* Keystroke - must type a specific character
* Dual criteria - two of the other criteria
* Interact - touch a specific interactable object
* Completing one gives you experience points
* Interactable Objects
* When you are near, you interact by typing 'e'or 'E'
* Reactions can be:
* A message is sent to you
* You get a buff which temporarily doubles the points you earn in the quiznasium
* High Scores
* Crews - each player is assigned to a crew in the onramping quest
* The UI is colored based on the player's crew
* The players clothes are based on the player's crew
* Majors - each player has a major
* Cheat Codes
* You can find all of the existing cheat codes by looking at the behaviors in GameServers' model.cheatCodeBehaviors package
\ No newline at end of file