Skip to content

Commit

Permalink
Add big bad group game preset
Browse files Browse the repository at this point in the history
  • Loading branch information
relsqui authored Oct 27, 2024
1 parent 84ec4ea commit e2c6fcd
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions src/static/presets/bbc-ggj.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"title": "BBC GGJ",
"description": "Big Bad Con '24 / Group Game Jam / Group 1",
"link": "",
"schemaVersion": "0.1.0",
"contentVersion": "",
"generators": {
"Scenario": [
"<Opponent-has> <verbed> <victims> <macguffin>.",
"You must travel to <an-adjective><place> <location> to resolve the issue."
],
"Character": [
"<Invitation> <a-trait> <role>."
]
},
"tables": {
"Opponent-has": [
"Goblins have",
"A dragon has",
"A rival party has",
"Ghosts have",
"Mercenaries have",
"A dark wizard has"
],
"verbed": [
"stolen",
"cursed",
"sabotaged",
"replaced",
"occupied",
"trapped"
],
"victims": [
"the mayor's",
"a party member's",
"a dragon's",
"their own",
"your favorite NPC's",
"their rival's"
],
"macguffin": [
"underpants",
"weapon",
"fiance",
"house",
"brewery",
"spellbook"
],
"an-adjective": [
"a dank",
"a fantastic",
"a treacherous",
"a whimsical",
"an abandoned",
"a haunted"
],
"place": [
"swamp",
"cottage",
"mansion",
"village",
"dungeon",
"mineshaft"
],
"location": [
"deep underground",
"on another plane",
"in a neighboring county",
"across the sea",
"on a floating island",
"in a magical dreamworld"
],
"a-trait": [
"a dextrous",
"a foolhardy",
"a timid",
"an impulsive",
"a generous",
"a quick-witted"
],
"role": [
"thief",
"wizard",
"barbarian",
"bard",
"druid",
"ranger"
],
"Invitation": [
"What this party needs is",
"Consider playing",
"You should really be",
"The optimal choice is",
"It might be fun to play",
"Tell a story about"
]
}
}

0 comments on commit e2c6fcd

Please sign in to comment.