organize quests directory by category

This commit is contained in:
Martin Michelsen
2023-11-12 16:30:03 -08:00
parent afba337575
commit 9c821b2988
1461 changed files with 533 additions and 592 deletions
+17 -35
View File
@@ -127,40 +127,22 @@
},
"QuestCategories": [
// Each entry here is [type, token, flags, category_name, description]. The
// order these are defined matches the order they'll appear in the quest
// categories menu on the client.
// The fields in each entry are:
// flags: a bit field containing an OR'ed combination of one or more of:
// 0x01 - appears in normal mode
// 0x02 - appears in battle mode
// 0x04 - appears in challenge mode
// 0x08 - appears in solo mode (BB)
// 0x10 - appears at government counter (BB)
// 0x20 - appears in download quest menu
// 0x40 - appears in Episode 3 download quest menu
// 0x80 - hidden on pre-V3 versions (DC and PC)
// type: the character that newserv expects at the beginning of the quest
// filename
// short_token: the token newserv expects to see in quest filenames after
// the quest number
// 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)
[0x21, "q", "ret", "Retrieval", "$E$C6Quests that involve\nretrieving an object"],
[0x21, "q", "ext", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"],
[0x21, "q", "evt", "Events", "$E$C6Quests that are part\nof an event"],
[0x21, "q", "shp", "Shops", "$E$C6Quests that contain\nshops"],
[0xA1, "q", "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"],
[0xA1, "q", "twr", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
[0x02, "b", "", "Battle", "$E$C6Battle mode rule\nsets"],
[0x04, "c", "", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"],
[0x84, "d", "", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"],
[0x08, "q", "1p", "Solo", "$E$C6Quests that require\na single player"],
[0x10, "q", "gv1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"],
[0x10, "q", "gv2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"],
[0x10, "q", "gv4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"],
[0x20, "q", "dl", "Download", "$E$C6Quests to download\nto your Memory Card"],
[0x40, "e", "", "Download", "$E$C6Quests to download\nto your Memory Card"],
[0x21, "retrieval", "Retrieval", "$E$C6Quests that involve\nretrieving an object"],
[0x21, "extermination", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"],
[0x21, "events", "Events", "$E$C6Quests that are part\nof an event"],
[0x21, "shops", "Shops", "$E$C6Quests that contain\nshops"],
[0x21, "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"],
[0xA1, "tower", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
[0xA1, "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"],
[0x84, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"],
[0x08, "solo", "Solo", "$E$C6Quests that require\na single player"],
[0x10, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"],
[0x10, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"],
[0x10, "government-ep4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"],
[0x20, "download", "Download", "$E$C6Quests to download\nto your Memory Card"],
[0x40, "download-ep3-trial", "Trial Download", "$E$C6Quests to download\nto your Memory Card\nfrom Episode 3\nTrial Edition"],
[0x40, "download-ep3", "Download", "$E$C6Quests to download\nto your Memory Card"],
],
}