make quest episode filter configurable
This commit is contained in:
@@ -648,18 +648,19 @@
|
||||
// 0x10 - appears at government counter (BB)
|
||||
// 0x20 - appears in download quest menu
|
||||
// 0x40 - appears in Episode 3 download quest menu
|
||||
// 0x80 - hide quests that don't match the game's episode
|
||||
// directory_name: the directory inside system/quests that contains quests
|
||||
// for this category.
|
||||
// category_name: what appears in the quest menu on the client.
|
||||
// description: what appears in the category description window (may
|
||||
// contain color escape codes like $C6).
|
||||
[0x01, "retrieval", "Retrieval", "$E$C6Quests that involve\nretrieving an object"],
|
||||
[0x01, "extermination", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"],
|
||||
[0x01, "events", "Events", "$E$C6Quests that are part\nof an event"],
|
||||
[0x01, "shops", "Shops", "$E$C6Quests that contain\nshops"],
|
||||
[0x01, "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"],
|
||||
[0x01, "tower", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
|
||||
[0x01, "team", "Team", "$E$C6Quests for you\nand your team\nmembers."],
|
||||
[0x81, "retrieval", "Retrieval", "$E$C6Quests that involve\nretrieving an object"],
|
||||
[0x81, "extermination", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"],
|
||||
[0x81, "events", "Events", "$E$C6Quests that are part\nof an event"],
|
||||
[0x81, "shops", "Shops", "$E$C6Quests that contain\nshops"],
|
||||
[0x81, "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"],
|
||||
[0x81, "tower", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
|
||||
[0x81, "team", "Team", "$E$C6Quests for you\nand your team\nmembers."],
|
||||
[0x02, "battle", "Battle", "$E$C6Battle mode rule\nsets"],
|
||||
[0x04, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"],
|
||||
[0x04, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"],
|
||||
|
||||
Reference in New Issue
Block a user