From 67b34f0a78db374379d56c27b8db4b4f712cf2ae Mon Sep 17 00:00:00 2001 From: Jon Grim Date: Fri, 13 Sep 2024 10:26:35 +0200 Subject: [PATCH] updated system and games options (#276) * updated system and games options * switch back to old capitalization of PBTA --- src/util/gameSystemList.ts | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/src/util/gameSystemList.ts b/src/util/gameSystemList.ts index 6aace30..05150ba 100644 --- a/src/util/gameSystemList.ts +++ b/src/util/gameSystemList.ts @@ -1,16 +1,23 @@ export default [ + "AGON", "ALIEN", "Apocalypse World", "Blades in the Dark", + "Brindlewood Bay", "Call of Cthulhu", + "Carved from Brindlewood", "Cyberpunk", + "Deathmatch Island", "Delta Green", + "Descended from the Queen", "Dungeons & Dragons 5th Edition", "Dungeon World", "Fate", "Fiasco", + "Forged in the Dark", "Heart", "Ironsworn", + "Lasers & Feelings", "Masks", "Monsterhearts", "Monster of the Week", @@ -19,14 +26,25 @@ export default [ "Night Witches", "Numenera", "Old-School Essentials", - "The One Ring", + "Paragon System", + "Pathfinder 1st Edition", + "Pathfinder Society 1st Edition", "Pathfinder 2nd Edition", + "Pathfinder Society 2nd Edition", + "Powered by the Apocalypse", + "Public Access", + "Rooted in Trophy", "Savage Worlds", "Shadowrun", - "Starfinder", + "Spire", + "Starfinder 1st Edition", + "Starfinder Society 1st Edition", "Starforged", "Star Trek", "Star Wars", + "The Between", + "The One Ring", + "The Silt Verses", "Thirsty Sword Lesbians", "Troika", "Trophy Dark", @@ -37,23 +55,34 @@ export default [ "Warhammer", ]; +/** + * Note: adding new tags is always possible, but changing the spelling or capitalization + * of one can lead to a mismatch in the community info and require manual fixing. + */ export const GAME_TAGS = [ "Call of Cthulhu", + "card-based", + "CfB", "Crunchy", + "Cyberpunk", "D&D", + "DftQ", "Fantasy", "Fate", + "FitD", + "gmless", "Indie", "LARP", - "gmless", "Narrative", "OSR", "PBTA", + "RiT", "Rules light", "Sci-fi", "Star Trek", "Star Wars", "Story games", + "VTT", ]; export const GAME_TAG_OPTIONS = GAME_TAGS.map((val) => ({