Skip to content

Commit

Permalink
updated system and games options (#276)
Browse files Browse the repository at this point in the history
* updated system and games options

* switch back to old capitalization of PBTA
  • Loading branch information
jongrim authored Sep 13, 2024
1 parent 9a79933 commit 67b34f0
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions src/util/gameSystemList.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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) => ({
Expand Down

0 comments on commit 67b34f0

Please sign in to comment.