Update Adding Quests authored by Devin's avatar Devin
......@@ -14,11 +14,11 @@ Once you have launched the game manager, click the `Create/Edit a Quest` button.
- Quest title: Do not use this drop-down. It is used to edit existing quests, but we are creating new quests, not editing an existing one.
- Quest description: The quest description.
- Experience gained: How much experience the player gains from completing this quest.
- Trigger map:
- Trigger row:
- Trigger column:
- Objectives for fulfillment:
- Completion action type:
- Trigger map: If this is an in-game quest, the map can the player find and trigger this quest. Otherwise, if this is not an in-game quest, use RestfulMap.tmx as the map.
- Trigger row: If this is an in-game quest, the tile (or X coordinate) where the player can walk to find and acquire this quest.
- Trigger column: If this is an in-game quest, the tile (or Y coordinate) where the player can walk to find and acquire this quest.
- Objectives for fulfillment: The number of objectives needed to be completed to fulfill this quest.
- Completion action type: What to do when the player completes the quest (nothing, teleport them, etc)
- Start date: The date when this quest starts. Players cannot complete the quest before this date.
- End date: The date when this quest expires. Players cannot complete the quest after this date.
......
......