Quests


TBA

You may define some quests by creating a quests.kdr file.

The following properties that exist:

Key Type Required Default Explanation
quest_name String Yes N/A The internal name of the Quest.
quest_title String Yes N/A The name of the quest that the player will see in-game.
quest_desc String Yes N/A The description of the quest that the player will see in-game.
quest_pc_desc String Yes N/A
quest_type String No N/A The type of quest this is. See Quest Types for more.
quest_start_month Number Yes N/A
quest_start_day Number Yes N/A
quest_end_month Number Yes N/A
quest_end_day Number Yes N/A
quest_pc_sprite String No spr_quest_notice_general_1
quest_ending String No -1
obj String Yes N/A
obj_type String Yes N/A
obj_item String Yes N/A
obj_dest String Yes N/A
obj_title String Yes N/A
obj_desc String Yes N/A
reward String No none
custom_person String Yes N/A
custom_person_name String No Guy
custom_person_sprite String No spr_tmp_person
quest_person_sprite_done String No spr_tmp_person
dialogue_turn_in_greeting String No quest_turn_in_greeting
dialogue_turn_in_reject String No quest_turn_in_reject
dialogue_turn_in_done String No quest_turn_in_done
dialogue_turn_in_complete String No quest_complete_general

Example

{
	
}