diff --git a/basement.order b/basement.order index 5acdf0b..982bc88 100644 --- a/basement.order +++ b/basement.order @@ -15,7 +15,11 @@ src/epistolary/meta.md src/epistolary/00004.md src/epistolary/00005.md src/epistolary/00006.md -src/bestiary.md +src/bestiary/index.md +src/bestiary/blahoblin.md +src/bestiary/egre.md +src/bestiary/gnome.md +src/bestiary/kobit.md src/geography.md src/cosmology.md src/history.md diff --git a/includes/styles.html b/includes/styles.html index 974f3ad..14b7401 100644 --- a/includes/styles.html +++ b/includes/styles.html @@ -20,4 +20,7 @@ h1 { -webkit-text-fill-color: transparent; font-size: 5rem; } +summary p { + display: inline; +} diff --git a/justfile b/justfile index 2a5eeb2..5bdca26 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ spoilers: # build public facing html public: cat basement.order |\ - xargs -I % pandoc -f markdown -t markdown --template=templates/player.tmpl % |\ + xargs -I % pandoc -f markdown -t markdown --template=templates/public.tmpl % |\ pandoc -t html \ --standalone \ --toc \ @@ -32,16 +32,20 @@ rss: echo "" > www/rss.xml echo "" >> www/rss.xml echo " " >> www/rss.xml - echo " " >> www/rss.xml + echo " " >> www/rss.xml echo " BASEMENT QWEST" >> www/rss.xml - echo " https://tilde.town/~dozens/basementquest/rss.xml" >> www/rss.xml + echo " https://tilde.town/~dozens/quest/rss.xml" >> www/rss.xml echo " Friends having ADVENTURES! Huzzah!" >> www/rss.xml - fd . 'src/' -e md -x pandoc -f markdown+autolink_bare_uris --template=templates/item.tmpl >> www/rss.xml + fd . 'src/' -e md -x pandoc -f markdown+autolink_bare_uris --template=templates/feeditem.tmpl >> www/rss.xml echo " " >> www/rss.xml echo " " >> www/rss.xml echo "Done building xml file \o/" +# upload +up: + rsync -zaP www/* tilde:public_html/quest/ + # build public, spoilers, and rss all: spoilers public rss diff --git a/src/about.md b/src/about.md index 6beb251..bc6d12e 100644 --- a/src/about.md +++ b/src/about.md @@ -1,7 +1,7 @@ --- title: about -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ## About diff --git a/src/bestiary.md b/src/bestiary.md deleted file mode 100644 index 27ceee9..0000000 --- a/src/bestiary.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: bestiary -created: 2022-07-24 -updated: 2022-07-24 -public: yes ---- -## Bestiary - -Blahoblin - -: a little goblinoid with the head of a goblin shark - -: ![blahoblin](goblin.gif) - -Egre - -: Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage. - -Gnome - -: Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal - -: All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers. - -Kobit - -: literally "tunnel host" - -: Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches. - - diff --git a/src/bestiary/blahoblin.md b/src/bestiary/blahoblin.md new file mode 100644 index 0000000..c053dfe --- /dev/null +++ b/src/bestiary/blahoblin.md @@ -0,0 +1,10 @@ +--- +title: bestiary +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 +public: yes +--- +

+Blahoblin +: a little goblinoid with the head of a goblin shark +:
![blahoblin](goblin.gif)
diff --git a/src/bestiary/egre.md b/src/bestiary/egre.md new file mode 100644 index 0000000..1e0927c --- /dev/null +++ b/src/bestiary/egre.md @@ -0,0 +1,9 @@ +--- +title: bestiary +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 +public: yes +--- +

+Egre +: Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage. diff --git a/src/bestiary/gnome.md b/src/bestiary/gnome.md new file mode 100644 index 0000000..d6d14d9 --- /dev/null +++ b/src/bestiary/gnome.md @@ -0,0 +1,10 @@ +--- +title: bestiary +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 +public: yes +--- +

+Gnome +: Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal +: All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers. diff --git a/src/bestiary/index.md b/src/bestiary/index.md new file mode 100644 index 0000000..3c83deb --- /dev/null +++ b/src/bestiary/index.md @@ -0,0 +1,10 @@ +--- +title: bestiary +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 +public: yes +--- +## Bestiary + +Some of the creatures who inhabit the world of Basmentaria + diff --git a/src/bestiary/kobit.md b/src/bestiary/kobit.md new file mode 100644 index 0000000..dbe93fc --- /dev/null +++ b/src/bestiary/kobit.md @@ -0,0 +1,10 @@ +--- +title: bestiary +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 +public: yes +--- +

+Kobit +: literally "tunnel host" +: Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches. diff --git a/src/characters/corraidhin.md b/src/characters/corraidhin.md index 04ffc91..07e43f5 100644 --- a/src/characters/corraidhin.md +++ b/src/characters/corraidhin.md @@ -1,7 +1,7 @@ --- title: corraidhin -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Corraidhín diff --git a/src/characters/glarg.md b/src/characters/glarg.md index 374dcba..6a027e4 100644 --- a/src/characters/glarg.md +++ b/src/characters/glarg.md @@ -1,7 +1,7 @@ --- title: glarg -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Glarg diff --git a/src/characters/index.md b/src/characters/index.md index 7e773ae..138e9d0 100644 --- a/src/characters/index.md +++ b/src/characters/index.md @@ -1,7 +1,7 @@ --- title: characters -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ## Characters diff --git a/src/characters/inky.md b/src/characters/inky.md index 899196d..4be5381 100644 --- a/src/characters/inky.md +++ b/src/characters/inky.md @@ -1,7 +1,7 @@ --- title: inky -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Inky diff --git a/src/characters/jarrod.md b/src/characters/jarrod.md index 6f8716d..c529cb7 100644 --- a/src/characters/jarrod.md +++ b/src/characters/jarrod.md @@ -1,7 +1,7 @@ --- title: jarrod -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Jarrod diff --git a/src/characters/sneaky.md b/src/characters/sneaky.md index 32ee730..01c199e 100644 --- a/src/characters/sneaky.md +++ b/src/characters/sneaky.md @@ -1,7 +1,7 @@ --- title: sneaky -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Sneaky Willows diff --git a/src/characters/tea.md b/src/characters/tea.md index a704915..a3e5f3e 100644 --- a/src/characters/tea.md +++ b/src/characters/tea.md @@ -1,7 +1,7 @@ --- title: tea -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ### Tea Filler diff --git a/src/cosmology.md b/src/cosmology.md index 210923d..2b16aab 100644 --- a/src/cosmology.md +++ b/src/cosmology.md @@ -1,7 +1,7 @@ --- title: cosmology -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 --- ## Cosmology diff --git a/src/epistolary/00001.md b/src/epistolary/00001.md index 8b8ac2d..d4475a2 100644 --- a/src/epistolary/00001.md +++ b/src/epistolary/00001.md @@ -1,7 +1,7 @@ --- title: 00001 - we meet in a tavern -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 20 Jul 2022 20:32:23 -0600 +updated: Tue, 20 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/epistolary/00002.md b/src/epistolary/00002.md index df2317d..e21cd2d 100644 --- a/src/epistolary/00002.md +++ b/src/epistolary/00002.md @@ -1,7 +1,7 @@ --- title: 00002 - shoe shine -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 21 Jul 2022 20:32:23 -0600 +updated: Tue, 21 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/epistolary/00003.md b/src/epistolary/00003.md index 4eaa123..c157160 100644 --- a/src/epistolary/00003.md +++ b/src/epistolary/00003.md @@ -1,7 +1,7 @@ --- title: 00003 - polish -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 22 Jul 2022 20:32:23 -0600 +updated: Tue, 22 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/epistolary/00004.md b/src/epistolary/00004.md index d2507f1..1896210 100644 --- a/src/epistolary/00004.md +++ b/src/epistolary/00004.md @@ -1,7 +1,7 @@ --- title: 00004 - pockets picked -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 24 Jul 2022 20:32:23 -0600 +updated: Tue, 24 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/epistolary/00005.md b/src/epistolary/00005.md index 773de99..f32f1a9 100644 --- a/src/epistolary/00005.md +++ b/src/epistolary/00005.md @@ -1,7 +1,7 @@ --- title: 00005 - gnomes -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 25 Jul 2022 20:32:23 -0600 +updated: Tue, 25 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/epistolary/00006.md b/src/epistolary/00006.md index a7670bf..7d46e36 100644 --- a/src/epistolary/00006.md +++ b/src/epistolary/00006.md @@ -1,9 +1,9 @@ --- title: 00006 - egre -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 --- -### 00006 +### xxxxx Standing guard at the entrance to the kobit tunnels is a massive egre, a fearsome bird beast, muscles rippling and bulging beneath its beautiful white plumage. It turns its head and regards you with one jet black eye and then the other, snapping its sharp beak in the air as it tosses its head back and forth. @@ -13,3 +13,24 @@ The smallest of you can stand upright in the kobit tunnels. The largest of you h Kobits are vaguely mammalian, slightly reptilian bipedal creatures. They are scaly and furry, and live in burrows and tunnels deep in the earth. They have huge eyes, and long fine whiskers at the end of their snout, all of which help them find their way around in the dark. They also have long, thick, course, drooping mustaches which are mostly decorative. The overall effect is that they look like tiny, monstrous, perpetually startled cowboy extras from the set of some old spaghetti western movie. +--- + +Suddenly three gophers come crashing through the trees behind you into the dig site. One is wearing a sash of many pockets. One is wearing cargo shorts of many pockets. And the last is wearing a vest of many pockets. All three are wearing hats that resemble waffles. + +They march up to you. + +"Out of the way, losers!" Sash cries, grabs the zipline trolley, and immediately dives off the side of the cliff down into the hole. + +Vest introduces himself, "Retrieval Team 70 here! We are here to retrieve the Ginnarak Crystal that is reported to be in this location. After we collect all five, then it will be *us* who get to hang out in the Benefactor's hot tub! Not you!" + +Sash has reached the bottom of the deep hole, and Shorts has started reeling in the pulley. + +Vest leans in close and looks at you closely. "You must be the new Retrieval Team 43. Hmmph. Shame what happened to the old Team 43. Hope you know what you're doing!" + +Shorts grabs the trolley and leaps down into the hole, sailing down the line toward Sash at the bottom. + +"Welp!" Vest concludes. "No hard feelings, I hope! After we collect this crystal, we just need four more, and then we get to meet the Benefactor!" + +He waddles off and starts reeling in the trolley. + +WHAT DO YOU DO diff --git a/src/epistolary/index.md b/src/epistolary/index.md index 74c7da8..8294a5f 100644 --- a/src/epistolary/index.md +++ b/src/epistolary/index.md @@ -1,7 +1,7 @@ --- title: epistolary -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ## Epistolary @@ -10,5 +10,5 @@ These are all the letters I send to the email list. You can subscribe to these updates with the rss feed. -https://tilde.town/~dozens/basementquest/rss.xml + diff --git a/src/epistolary/meta.md b/src/epistolary/meta.md index c7a08b5..6ddb255 100644 --- a/src/epistolary/meta.md +++ b/src/epistolary/meta.md @@ -1,7 +1,7 @@ --- title: meta -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 23 Jul 2022 20:32:23 -0600 +updated: Tue, 23 Jul 2022 20:32:23 -0600 syndicated: yes public: yes --- diff --git a/src/geography.md b/src/geography.md index 20f86e5..c601961 100644 --- a/src/geography.md +++ b/src/geography.md @@ -1,7 +1,7 @@ --- title: geography -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 --- ## Geography diff --git a/src/history.md b/src/history.md index c394dc9..d2b1fc1 100644 --- a/src/history.md +++ b/src/history.md @@ -1,11 +1,11 @@ --- title: history -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 --- ## History -Long ago, the Artifice Wars ravaged the lands of Basementora. +Long ago, the Artifice Wars ravaged the lands of Basmentaria. They reduced the once fertile lands of Ginnarak to ash and embers. diff --git a/src/meta.md b/src/meta.md index 5e01c2b..5897fdd 100644 --- a/src/meta.md +++ b/src/meta.md @@ -1,7 +1,7 @@ --- title: meta -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 public: yes --- ## Meta @@ -23,7 +23,8 @@ We're gonna play this by ear, and cross each bridge only when we get to it. ### Mechanics Shoes in the Dark: -https://dozens.itch.io/shoes-in-the-dark + + To do something, say that you do it, and then it probably happens! diff --git a/src/notes.md b/src/notes.md index fe9f9d9..1a341d8 100644 --- a/src/notes.md +++ b/src/notes.md @@ -1,7 +1,7 @@ --- title: notes -created: 2022-07-24 -updated: 2022-07-24 +created: Tue, 26 Jul 2022 20:32:23 -0600 +updated: Tue, 26 Jul 2022 20:32:23 -0600 --- ## Spoilers diff --git a/templates/item.tmpl b/templates/feeditem.tmpl similarity index 65% rename from templates/item.tmpl rename to templates/feeditem.tmpl index d9a93d8..d4ea0b9 100644 --- a/templates/item.tmpl +++ b/templates/feeditem.tmpl @@ -1,8 +1,8 @@ $if(syndicated)$ $if(title)$$title$$else$Title Unknown$endif$ - dozens - $if(created)$$created$$else$Unknown Date$endif$ + dozens@tilde.team (dozens) + $title$ - $if(created)$$created$$else$Unknown Date$endif$ $if(updated)$$updated$$else$Unknown Date$endif$ @@ -305,7 +308,8 @@
  • Linearity: Respond only to the most recent email in the thread. (We might play around with time later, but for now, let’s keep it simple.)

  • Mechanics

    -

    Shoes in the Dark: https://dozens.itch.io/shoes-in-the-dark

    +

    Shoes in the Dark:

    +

    https://dozens.itch.io/shoes-in-the-dark

    To do something, say that you do it, and then it probably happens!

    If there is a risk, or chance of failure, we’ll roll dice to determine the outcome. We’ll use a variation of “Roll for Shoes” because it’s probably the most simple system there is. Everybody will start out pretty even skills wise. But you will eventually get really good at really specific things.

    Everybody starts with one skill: Do anything 1

    @@ -330,7 +334,7 @@

    Epistolary

    These are all the letters I send to the email list.

    You can subscribe to these updates with the rss feed.

    -

    https://tilde.town/~dozens/basementquest/rss.xml

    +

    https://tilde.town/~dozens/quest/rss.xml

    00001

    “Congratulations!” The slightly tipsy hobbit grins and salutes you with his martini. “On Retrieval Team 43’s inaugural mission! I’m so excited for you, I’m sure you’ll do fantastic!”

    You are all seated around a table in the corner at Lucy’s Basement. It is dimly lit and fairly noisy. The walls are covered in red velvet curtains, and the tablecloths have little gold tassels. A cloud of purple smoke from candles, cigars, and pipes hangs in the air. Waiters bustle between tables refilling drinks.

    @@ -430,26 +434,43 @@

    WHAT DO YOU DO

    www

    Bestiary

    +

    Some of the creatures who inhabit the world of Basmentaria

    +

    +

    Blahoblin
    -

    a little goblinoid with the head of a goblin shark

    +
    a little goblinoid with the head of a goblin shark
    -
    -blahoblin +
    +
    +blahoblin
    +
    +
    +

    +

    +
    Egre
    -

    Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage.

    +
    Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage.
    +
    +

    +

    +
    Gnome
    -

    Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal

    +
    Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal
    -

    All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers.

    +
    All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers.
    +
    +

    +

    +
    Kobit
    -

    literally “tunnel host”

    +
    literally “tunnel host”
    -

    Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches.

    +
    Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches.
    diff --git a/www/rss.xml b/www/rss.xml index 95a3d56..04362fb 100644 --- a/www/rss.xml +++ b/www/rss.xml @@ -1,15 +1,15 @@ - + BASEMENT QWEST - https://tilde.town/~dozens/basementquest/rss.xml + https://tilde.town/~dozens/quest/rss.xml Friends having ADVENTURES! Huzzah! 00003 - polish - dozens - 2022-07-24 - 2022-07-24 + dozens@tilde.team (dozens) + 00003 - polish - Tue, 22 Jul 2022 20:32:23 -0600 + Tue, 22 Jul 2022 20:32:23 -0600 00003 @@ -35,32 +35,32 @@ - 00001 - we meet in a tavern - dozens - 2022-07-24 - 2022-07-24 + 00002 - shoe shine + dozens@tilde.team (dozens) + 00002 - shoe shine - Tue, 21 Jul 2022 20:32:23 -0600 + Tue, 21 Jul 2022 20:32:23 -0600 00001 -

    “Congratulations!” The slightly tipsy hobbit grins and salutes you with his martini. “On Retrieval Team 43’s inaugural mission! I’m so excited for you, I’m sure you’ll do fantastic!”

    -

    You are all seated around a table in the corner at Lucy’s Basement. It is dimly lit and fairly noisy. The walls are covered in red velvet curtains, and the tablecloths have little gold tassels. A cloud of purple smoke from candles, cigars, and pipes hangs in the air. Waiters bustle between tables refilling drinks.

    -

    “So to recap, the Benefactor has tasked you with retrieving the five fabled Ginnarak Crystals. I, Blavin Blandfoot, will be your case manager. You will be paid handsomely for each crystal you retrieve. And if you retrieve all 5, you’ll get to meet the Benefactor at be their guest at their glorious mansion!

    -

    “The first crystal has been spotted near a Gnomish dig site in the Tammineaux Forest, just east of here.”

    -

    “I recommend getting started right away!” He polishes off his drink and squints at his empty glass. “Well, maybe first thing in the morning. Waiter!”

    -
      -
    • Who are you?
    • -
    • What role do you think you will fill on the team?
    • -
    • What do you plan to do with your cut of the money?
    • -
    +

    00002

    +

    Blavin provides you with a multibeast for your excursion. “Courtesy of the Benefactor!” You pack it up with food and supplies, and trek into the Tammineaux Forest in search of the first Ginnarak Crystal.

    +

    The forest is lush, thick, and green. You have to hack your way through the vines and the brush. There are stinging insects, squawking birds, and dangerous forest creatures a plenty. It is hot and sticky.

    +

    How will you ever find your way through this wilderness to the dig site?

    +

    “Shouldn’t be too hard,” you remember Blavin saying back at Lucy’s, gesturing carelessly and sloshing a little bit of his fourth drink. “They’re gnomes, after all! Just follow the sound of explosions and screaming.”

    +

    Sure enough, before long you hear a mechanical droning and some blasting up ahead, punctuated now and then by high pitched screams, and you guide the multibeast in that direction.

    +

    Suddenly you are ambushed by a troop of blahoblins! Awful looking things. Taut rubbery gray skin. Long flat noses stick out way far from their faces. And so do their protruding, lipless mouths full of sharp pointy teeth. You didn’t hear them over the noise of the shrieking parrots and, in the distance, the shrieking gnomes.

    +

    “SHOE SHINE!!” the first one yells. It is wearing a gold ring on each finger (minus the three fingers it is missing), two in each ear, and one in its nose. It is dragging a vat of black polish nearly as tall as it is.

    +

    “SHOE SHINE!!” a second one agrees. It is wearing a nice waistcoat with large gaudy buttons, and a nice looking pocket watch on a gold chain. It is dragging a comfy looking chair stuffed with bits of fluff and leaves and fur.

    +

    A third one screams, “SHOE SHINE SHOE SHINE!” It has several gold teeth and carries a huge block of cheese secured to its back with long loops of hempen rope.

    +

    The fourth and final one is wearing what looks like freshly painted red shoes and is carrying a lit torch. “SHOE SHIIIIINE!” it screams. It is wearing a gold medallion on a gold necklace.

    www

    ]]>
    meta - dozens - 2022-07-24 - 2022-07-24 + dozens@tilde.team (dozens) + meta - Tue, 23 Jul 2022 20:32:23 -0600 + Tue, 23 Jul 2022 20:32:23 -0600 META @@ -83,11 +83,33 @@ ]]> + + 00001 - we meet in a tavern + dozens@tilde.team (dozens) + 00001 - we meet in a tavern - Tue, 20 Jul 2022 20:32:23 -0600 + Tue, 20 Jul 2022 20:32:23 -0600 + + 00001 +

    “Congratulations!” The slightly tipsy hobbit grins and salutes you with his martini. “On Retrieval Team 43’s inaugural mission! I’m so excited for you, I’m sure you’ll do fantastic!”

    +

    You are all seated around a table in the corner at Lucy’s Basement. It is dimly lit and fairly noisy. The walls are covered in red velvet curtains, and the tablecloths have little gold tassels. A cloud of purple smoke from candles, cigars, and pipes hangs in the air. Waiters bustle between tables refilling drinks.

    +

    “So to recap, the Benefactor has tasked you with retrieving the five fabled Ginnarak Crystals. I, Blavin Blandfoot, will be your case manager. You will be paid handsomely for each crystal you retrieve. And if you retrieve all 5, you’ll get to meet the Benefactor at be their guest at their glorious mansion!

    +

    “The first crystal has been spotted near a Gnomish dig site in the Tammineaux Forest, just east of here.”

    +

    “I recommend getting started right away!” He polishes off his drink and squints at his empty glass. “Well, maybe first thing in the morning. Waiter!”

    +
      +
    • Who are you?
    • +
    • What role do you think you will fill on the team?
    • +
    • What do you plan to do with your cut of the money?
    • +
    +

    www

    + ]]> +
    +
    00005 - gnomes - dozens - 2022-07-24 - 2022-07-24 + dozens@tilde.team (dozens) + 00005 - gnomes - Tue, 25 Jul 2022 20:32:23 -0600 + Tue, 25 Jul 2022 20:32:23 -0600 00005 @@ -112,33 +134,11 @@ ]]> - - 00002 - shoe shine - dozens - 2022-07-24 - 2022-07-24 - - 00002 -

    Blavin provides you with a multibeast for your excursion. “Courtesy of the Benefactor!” You pack it up with food and supplies, and trek into the Tammineaux Forest in search of the first Ginnarak Crystal.

    -

    The forest is lush, thick, and green. You have to hack your way through the vines and the brush. There are stinging insects, squawking birds, and dangerous forest creatures a plenty. It is hot and sticky.

    -

    How will you ever find your way through this wilderness to the dig site?

    -

    “Shouldn’t be too hard,” you remember Blavin saying back at Lucy’s, gesturing carelessly and sloshing a little bit of his fourth drink. “They’re gnomes, after all! Just follow the sound of explosions and screaming.”

    -

    Sure enough, before long you hear a mechanical droning and some blasting up ahead, punctuated now and then by high pitched screams, and you guide the multibeast in that direction.

    -

    Suddenly you are ambushed by a troop of blahoblins! Awful looking things. Taut rubbery gray skin. Long flat noses stick out way far from their faces. And so do their protruding, lipless mouths full of sharp pointy teeth. You didn’t hear them over the noise of the shrieking parrots and, in the distance, the shrieking gnomes.

    -

    “SHOE SHINE!!” the first one yells. It is wearing a gold ring on each finger (minus the three fingers it is missing), two in each ear, and one in its nose. It is dragging a vat of black polish nearly as tall as it is.

    -

    “SHOE SHINE!!” a second one agrees. It is wearing a nice waistcoat with large gaudy buttons, and a nice looking pocket watch on a gold chain. It is dragging a comfy looking chair stuffed with bits of fluff and leaves and fur.

    -

    A third one screams, “SHOE SHINE SHOE SHINE!” It has several gold teeth and carries a huge block of cheese secured to its back with long loops of hempen rope.

    -

    The fourth and final one is wearing what looks like freshly painted red shoes and is carrying a lit torch. “SHOE SHIIIIINE!” it screams. It is wearing a gold medallion on a gold necklace.

    -

    www

    - ]]> -
    -
    00004 - pockets picked - dozens - 2022-07-24 - 2022-07-24 + dozens@tilde.team (dozens) + 00004 - pockets picked - Tue, 24 Jul 2022 20:32:23 -0600 + Tue, 24 Jul 2022 20:32:23 -0600 00004 diff --git a/www/spoilers.html b/www/spoilers.html index 166af53..333195a 100644 --- a/www/spoilers.html +++ b/www/spoilers.html @@ -170,6 +170,9 @@ -webkit-text-fill-color: transparent; font-size: 5rem; } + summary p { + display: inline; + } @@ -201,7 +204,7 @@
  • META
  • 00004
  • 00005
  • -
  • 00006
  • +
  • xxxxx
  • Bestiary
  • Geography
  • @@ -310,7 +313,8 @@
  • Linearity: Respond only to the most recent email in the thread. (We might play around with time later, but for now, let’s keep it simple.)

  • Mechanics

    -

    Shoes in the Dark: https://dozens.itch.io/shoes-in-the-dark

    +

    Shoes in the Dark:

    +

    https://dozens.itch.io/shoes-in-the-dark

    To do something, say that you do it, and then it probably happens!

    If there is a risk, or chance of failure, we’ll roll dice to determine the outcome. We’ll use a variation of “Roll for Shoes” because it’s probably the most simple system there is. Everybody will start out pretty even skills wise. But you will eventually get really good at really specific things.

    Everybody starts with one skill: Do anything 1

    @@ -335,7 +339,7 @@

    Epistolary

    These are all the letters I send to the email list.

    You can subscribe to these updates with the rss feed.

    -

    https://tilde.town/~dozens/basementquest/rss.xml

    +

    https://tilde.town/~dozens/quest/rss.xml

    00001

    “Congratulations!” The slightly tipsy hobbit grins and salutes you with his martini. “On Retrieval Team 43’s inaugural mission! I’m so excited for you, I’m sure you’ll do fantastic!”

    You are all seated around a table in the corner at Lucy’s Basement. It is dimly lit and fairly noisy. The walls are covered in red velvet curtains, and the tablecloths have little gold tassels. A cloud of purple smoke from candles, cigars, and pipes hangs in the air. Waiters bustle between tables refilling drinks.

    @@ -434,32 +438,60 @@

    “The entrance to their cave is right down there! The zip line is the second fastest way down.”

    WHAT DO YOU DO

    www

    -

    00006

    +

    xxxxx

    Standing guard at the entrance to the kobit tunnels is a massive egre, a fearsome bird beast, muscles rippling and bulging beneath its beautiful white plumage. It turns its head and regards you with one jet black eye and then the other, snapping its sharp beak in the air as it tosses its head back and forth.

    It looks you up and down, and its gaze rests on your freshly polished shoes. It huffs and grunts, “Your shoes look clean. You can enter.” And it steps aside.

    The smallest of you can stand upright in the kobit tunnels. The largest of you have to crawl.

    Kobits are vaguely mammalian, slightly reptilian bipedal creatures. They are scaly and furry, and live in burrows and tunnels deep in the earth. They have huge eyes, and long fine whiskers at the end of their snout, all of which help them find their way around in the dark. They also have long, thick, course, drooping mustaches which are mostly decorative. The overall effect is that they look like tiny, monstrous, perpetually startled cowboy extras from the set of some old spaghetti western movie.

    +
    +

    Suddenly three gophers come crashing through the trees behind you into the dig site. One is wearing a sash of many pockets. One is wearing cargo shorts of many pockets. And the last is wearing a vest of many pockets. All three are wearing hats that resemble waffles.

    +

    They march up to you.

    +

    “Out of the way, losers!” Sash cries, grabs the zipline trolley, and immediately dives off the side of the cliff down into the hole.

    +

    Vest introduces himself, “Retrieval Team 70 here! We are here to retrieve the Ginnarak Crystal that is reported to be in this location. After we collect all five, then it will be us who get to hang out in the Benefactor’s hot tub! Not you!”

    +

    Sash has reached the bottom of the deep hole, and Shorts has started reeling in the pulley.

    +

    Vest leans in close and looks at you closely. “You must be the new Retrieval Team 43. Hmmph. Shame what happened to the old Team 43. Hope you know what you’re doing!”

    +

    Shorts grabs the trolley and leaps down into the hole, sailing down the line toward Sash at the bottom.

    +

    “Welp!” Vest concludes. “No hard feelings, I hope! After we collect this crystal, we just need four more, and then we get to meet the Benefactor!”

    +

    He waddles off and starts reeling in the trolley.

    +

    WHAT DO YOU DO

    Bestiary

    +

    Some of the creatures who inhabit the world of Basmentaria

    +

    +

    Blahoblin
    -

    a little goblinoid with the head of a goblin shark

    +
    a little goblinoid with the head of a goblin shark
    -
    -blahoblin +
    +
    +blahoblin
    +
    +
    +

    +

    +
    Egre
    -

    Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage.

    +
    Giant muscle bird. Proud, muscly, vain, fashion forward. Beautiful plumage.
    +
    +

    +

    +
    Gnome
    -

    Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal

    +
    Tiny tinkerers. Highly combustible. Very explosive. Like making contraptions powered by steam and/or coal
    -

    All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers.

    +
    All gnomes are women. All gnomes are engineers. They have bright red noses, and very long ears. And long nimble fingers.
    +
    +

    +

    +
    Kobit
    -

    literally “tunnel host”

    +
    literally “tunnel host”
    -

    Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches.

    +
    Subterranean scaly ratdog creatures. Big luminous eyes, long droopy mustaches.

    Geography

    @@ -484,7 +516,7 @@

    Fourth god = ????

    History

    -

    Long ago, the Artifice Wars ravaged the lands of Basementora.

    +

    Long ago, the Artifice Wars ravaged the lands of Basmentaria.

    They reduced the once fertile lands of Ginnarak to ash and embers.

    Spoilers

    the five Ginnarak crystals: