From 73baf818aed690e051aad8528b9982ffaac375c3 Mon Sep 17 00:00:00 2001 From: Nora Cahill <55991978+NorWhal@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:02:22 -0700 Subject: [PATCH] revert changes back to what Wes last added, per publisher request --- Adventures on a Dime/adventures-on-a-dime.css | 331 +++-------- .../adventures-on-a-dime.html | 543 +++--------------- Adventures on a Dime/translation.json | 48 +- 3 files changed, 167 insertions(+), 755 deletions(-) diff --git a/Adventures on a Dime/adventures-on-a-dime.css b/Adventures on a Dime/adventures-on-a-dime.css index 0e07607a7e..7f71c7ecb9 100644 --- a/Adventures on a Dime/adventures-on-a-dime.css +++ b/Adventures on a Dime/adventures-on-a-dime.css @@ -1,8 +1,8 @@ -@import url("https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,500;0,800;1,500;1,800&family=Alegreya:ital,wght@0,500;1,500&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,200;1,600;1,700;1,800&family=Alegreya+Sans:ital,wght@0,100;0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap"); +@import url("https://fonts.googleapis.com/css?family=Alegreya+SC:ital,wght@0,500;0,800;1,500;1,800&family=Alegreya:ital,wght@0,500;1,500&display=swap"); /* -font-family: 'Alegreya', sans; -font-family: 'Alegreya Sans', sans; +font-family: 'Alegreya', serif; +font-family: 'Alegreya SC', serif; */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ @@ -376,7 +376,7 @@ template { * { box-sizing: border-box; - font-family: "Alegreya Sans", sans; + font-family: "Alegreya", serif; } h1, @@ -385,7 +385,7 @@ h3, h4, h5, h6 { - font-family: "Montserrat"; + font-family: "Alegreya SC", serif; font-weight: 800; } @@ -400,25 +400,24 @@ h1 { /* Header */ -.header { +.sheet-header { display: grid; grid-gap: 8px; grid-template-columns: 3fr 4fr; - padding: 20px 0px; } -.header img { +.sheet-header img { max-height: 80px; } -.header ul { +.sheet-header ul { position: relative; bottom: 0; align-self: end; margin: 0; } -.header li { +.sheet-header li { text-align: right; list-style: none; color: #999; @@ -427,30 +426,20 @@ h1 { /* Main Grid */ -.grid-two-columns, -.jobs-and-features .grid-two-columns .repcontainer { +.sheet-grid-two-columns, +.sheet-jobs-and-features .sheet-grid-two-columns .repcontainer { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 5px; } -.jobs-and-features .grid-two-columns { - display: block; -} - -.npc .grid-two-columns, .npc-info .grid-two-columns { - display: grid; - grid-template-columns: 1fr 1fr; - grid-gap: 5px; -} - -.npc .grid-two-columns { +.sheet-jobs-and-features .sheet-grid-two-columns { display: block; } /* Standard Block Style */ -.outer-block { +.sheet-outer-block { background: black; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; @@ -459,13 +448,13 @@ h1 { margin-bottom: 10px; } -.outer-block h2 { +.sheet-outer-block h2 { color: white; text-align: center; - font-weight: 800; + font-weight: 500; } -.inner-bubble { +.sheet-inner-bubble { background: white; border: 2px solid black; border-radius: 15px; @@ -473,11 +462,11 @@ h1 { padding: 4px 8px; } -.inner-bubble label { +.sheet-inner-bubble label { margin: 5px; } -.inner-bubble input { +.sheet-inner-bubble input { background: transparent; border: 0 none; border-bottom: 1px solid #000; @@ -487,69 +476,67 @@ h1 { width: 100%; } -.job input:last-of-type, -.feature-line:last-of-type input, -.inventory input:last-of-type, - { +.sheet-job input:last-of-type, +.sheet-feature-line:last-of-type input, +.sheet-inventory input:last-of-type, +.sheet-training input:last-of-type { border-bottom: 0px; } -.character-name { +.sheet-character-name { text-align: center; } -.character-name input { +.sheet-character-name input { width: 20rem; } -.inner-bubble input::placeholder { +.sheet-inner-bubble input::placeholder { font-style: italic; color: #666; } -.inner-bubble textarea { +.sheet-inner-bubble textarea { border: 1px solid #ccc; box-sizing: border-box; width: calc(100% - 10px); margin: 10px 5px 5px; - overflow-y: scroll; - } -.inline-header { +.sheet-inline-header { display: flex; } -.inline-header h2 { +.sheet-inline-header h2 { padding: 0 5px 0 15px; } -.inline-header .inner-bubble { +.sheet-inline-header .sheet-inner-bubble { width: 100%; } -.inline-header .inner-bubble input { +.sheet-inline-header .sheet-inner-bubble input { border: 0 none; width: 100%; } -.outer-block .split-header { +.sheet-outer-block .sheet-split-header { display: grid; grid-template-columns: 3fr 2fr; } -.outer-block .split-header h2 { +.sheet-outer-block .sheet-split-header h2 { text-align: left; font-size: 1.6rem; margin: 5px 0 5px 8px; } -.outer-block .split-header label, -.outer-block .split-header h2 { +.sheet-outer-block .sheet-split-header label, +.sheet-outer-block .sheet-split-header h2 { line-height: 1.6; } -.outer-block .split-header label { +.sheet-outer-block .sheet-split-header label { color: #999999; display: block; margin: 0.6rem 0 0 0; @@ -558,11 +545,11 @@ h1 { font-size: 1.4rem; } -.outer-block .split-header label span { +.sheet-outer-block .sheet-split-header label span { text-transform: uppercase; } -.outer-block .split-header input { +.sheet-outer-block .sheet-split-header input { border: 0 none; border-radius: 15px; max-width: 3rem; @@ -573,30 +560,24 @@ h1 { /* Attributes */ -.npc_attributes { - display: grid; - grid-template-columns: 1fr 1fr; - grid-gap: 5px; -} - -.attributes { +.sheet-attributes { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 5px; } -.attribute, .npc_attribute { +.sheet-attribute { padding-top: 6px; } -.attribute h3, .npc_attribute h3 { +.sheet-attribute h3 { color: black; - font-family: "Montserrat"; + font-family: "Alegreya SC", serif; font-weight: 800; text-align: center; } -.attribute label, .npc_attribute label { +.sheet-attribute label { border: 2px solid black; box-sizing: border-box; font-size: 1.5rem; @@ -605,71 +586,62 @@ h1 { text-align: center; } -.attribute label:first-of-type, .npc_attribute label:first-of-type { +.sheet-attribute label:first-of-type { background-color: black; color: white; border-radius: 15px; } -.attribute label:last-of-type, .npc_attribute label:last-of-type { +.sheet-attribute label:last-of-type { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-top: 18px; margin-top: -18px; } -.attribute input[readonly], .npc-attribute input[readonly]{ +.sheet-attribute input[readonly] { border: 0 none; font-style: italic; text-align: center; width: 100%; } -.attribute select, .npc-attribute select { +.sheet-attribute select { display: block; margin: 2px 0; width: 100%; } -.ui-dialog .charsheet .attribute button[type="roll"]:first-of-type { +.sheet-attribute button[type="roll"] { display: block; margin: 5px auto; width: 3rem; - font-size: 1.3em; - -} -.ui-dialog .charsheet .attribute button[type="roll"] { - display: inline-block; - margin: 5px auto; - width: 3rem; - font-size: .7em; } /* Inventory */ /* Jobs and Features */ -input.job-or-feature-toggle ~ .job, -input.job-or-feature-toggle ~ .feature { +input.sheet-job-or-feature-toggle ~ .sheet-job, +input.sheet-job-or-feature-toggle ~ .sheet-feature { display: none; } -input.job-or-feature-toggle[value="feature"] ~ .feature, -input.job-or-feature-toggle[value="job"] ~ .job { +input.sheet-job-or-feature-toggle[value="job"] ~ .sheet-job, +input.sheet-job-or-feature-toggle[value="feature"] ~ .sheet-feature { display: block; } -input[name="attr_job_or_feature"] ~ .feature, -input[name="attr_job_or_feature"] ~ .job - { +input[name="attr_job_or_feature"] ~ .sheet-job, +input[name="attr_job_or_feature"] ~ .sheet-feature { display: none; } -.jobs-and-features select[name="attr_job_or_feature"] { +.sheet-jobs-and-features select[name="attr_job_or_feature"] { background: black; color: white; display: block; - font-family: "Alegreya Sans", sans; + font-family: "Alegreya SC", serif; font-size: 1.8rem; font-weight: 500; margin: 0 auto; @@ -677,42 +649,31 @@ input[name="attr_job_or_feature"] ~ .job width: 12rem; } -.feature-line { +.sheet-feature-line { display: flex; } -.feature-line select { +.sheet-feature-line select { flex-grow: 1; margin: 2px 5px 0 0; width: 35%; height: 2.4rem; padding: 0; } -.job label{ - float: left; - padding: 4px 0px; - margin: 0px; - width: 8%; -} -.job > input[type=text] { - width: 90%; -} - -.feature-line input { +.sheet-feature-line input { flex-grow: 2; width: calc(65% - 5px); } -.job input:first-of-type { - font-family: "Alegreya Sans", sans; +.sheet-job input:first-of-type { + font-family: "Alegreya SC", serif; font-weight: 800; - width: 100% } /* Rules */ -.rule h2 { +.sheet-rules h2 { border-bottom: 1px solid black; text-align: center; margin-bottom: 10px; @@ -720,16 +681,16 @@ input[name="attr_job_or_feature"] ~ .job font-size: 1.8rem; } -.rule p { +.sheet-rules p { margin: 0; text-indent: 2rem; } -.rule p:first-of-type { +.sheet-rules p:first-of-type { text-indent: 0; } -.session-without-skills { +.sheet-session-without-skills { display: grid; grid-gap: 5px; grid-template-columns: repeat(5, 1fr); @@ -737,14 +698,14 @@ input[name="attr_job_or_feature"] ~ .job width: 145px; } -.session-without-skills input[type="checkbox"] { +.sheet-session-without-skills input[type="checkbox"] { width: 25px; height: 25px; } /* Roll Templates */ -.rolltemplate-ability { +.sheet-rolltemplate-ability { border: 2px solid black; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; @@ -752,21 +713,21 @@ input[name="attr_job_or_feature"] ~ .job color: white; } -.rolltemplate-ability h1 { - font-family: "Montserrat"; +.sheet-rolltemplate-ability h1 { + font-family: "Alegreya SC", serif; color: white; font-size: 2rem; text-align: center; } -.rolltemplate-ability .inner { +.sheet-rolltemplate-ability .sheet-inner { background: white; border: 1px solid black; border-radius: 15px; color: black; } -.rolltemplate-ability .row { +.sheet-rolltemplate-ability .sheet-row { border-bottom: 1px solid black; display: grid; grid-template-columns: 3fr 4fr; @@ -774,174 +735,46 @@ input[name="attr_job_or_feature"] ~ .job padding: 8px; } -.rolltemplate-ability .row:last-of-type { +.sheet-rolltemplate-ability .sheet-row:last-of-type { border-bottom: 0 none; } -.rolltemplate-ability .row, -.rolltemplate-ability .description p { - font-family: "Alegreya Sans", sans; +.sheet-rolltemplate-ability .sheet-row, +.sheet-rolltemplate-ability .sheet-description p { + font-family: "Alegreya", serif; font-size: 1.4rem; } -.rolltemplate-ability .label { +.sheet-rolltemplate-ability .sheet-label { color: #666; text-align: right; } -.rolltemplate-ability .label:after { +.sheet-rolltemplate-ability .sheet-label:after { content: ":"; } -.rolltemplate-ability .result { +.sheet-rolltemplate-ability .sheet-result { font-weight: bold; } -.rolltemplate-ability .result-success { +.sheet-rolltemplate-ability .sheet-result-success { color: #3fb315; } -.rolltemplate-ability .result-complication { +.sheet-rolltemplate-ability .sheet-result-complication { color: #fc7312; } -.rolltemplate-ability .result-hijinx { +.sheet-rolltemplate-ability .sheet-result-hijinx { color: #b31515; } -.rolltemplate-ability .description { +.sheet-rolltemplate-ability .sheet-description { display: none; /* hack to only show the last description for crits */ padding: 6px 12px 0; } -.rolltemplate-ability .description:last-of-type { +.sheet-rolltemplate-ability .sheet-description:last-of-type { display: block; } - -.character, -.NPC, -.making, -.rules, -.narrator{ - display: none; -} - -/* show the selected tab */ -.tabstoggle[value="character"] ~ div.character, -.tabstoggle[value="NPC"] ~ div.NPC, -.tabstoggle[value="making"] ~ div.making, -.tabstoggle[value="rules"] ~ div.rules, -.tabstoggle[value="narrator"] ~ div.narrator{ - display: block; -} - - -.tab-navigation { - margin: auto; - width: 100%; - border: 2px solid black; - font-size: 1.2em; - text-align: center; -} -.tab-navigation button{ - margin: auto; - width: 19%; - border: 1px; -} - - -.tab-navigation button:hover { - background-color: black; /* Green */ - color: white; -} - -.tabstoggle[value="character"] ~ .tab-navigation > button:nth-child(1), -.tabstoggle[value="NPC"] ~ .tab-navigation > button:nth-child(2), -.tabstoggle[value="making"] ~ .tab-navigation > button:nth-child(3), -.tabstoggle[value="rules"] ~ .tab-navigation > button:nth-child(4), -.tabstoggle[value="narrator"] ~ .tab-navigation > button:nth-child(5){ - background-color: black; /* Green */ - color: white;} - - - -button.blank-button.btn.ui-draggable:before { - content: ''; - font-size: .5em; -} - - -.grow-wrap textarea { - border: 1px solid #ccc; - margin: 10px 5px 5px; - position: absolute; - z-index: 1; - top: 0; - left: 0; - margin: 0; - overflow: hidden; - resize: none; - height: 100%; - width: 100%; - display: block; - box-sizing: border-box; - background: transparent; - border: none; - border-radius: 0; - box-shadow: none; - color: inherit; - font: inherit; - letter-spacing: inherit; - padding: inherit; - text-align: inherit; - text-transform: inherit; - -} -.notes .inline-header, .notes_npc .inline-header{ - display: block; - -} -.grow-wrap span { - visibility: hidden; - white-space: pre-wrap; - display: block; -} - -.grow-wrap { - background: white; - border: 2px solid black; - border-radius: 15px; - color: black; - padding: 4px 8px; - height: 200px; - display: grid; - position: relative; - cursor: text; - word-wrap: break-word; - -} - -.notes > h2, .notes-npc > h2 { - background-color: black; - color: white; - padding: .5em; -} - -.training tr { - border-bottom: 1px solid black; - border-top: 1px solid black; - width: 100%; - padding-left: 4px; - -} -.training th { - padding: 6px; -} -.training .inner-bubble input { - border: 0 none; - padding-left: 1em; -} - -.training .inner-bubble checkbox { - column-gap: 4px; -} diff --git a/Adventures on a Dime/adventures-on-a-dime.html b/Adventures on a Dime/adventures-on-a-dime.html index 84759f871b..669a814792 100644 --- a/Adventures on a Dime/adventures-on-a-dime.html +++ b/Adventures on a Dime/adventures-on-a-dime.html @@ -1,35 +1,24 @@ +
+
During each sessionof play of AOAD, you should get the + chance to learn a new Skill for a Job you are + training to get.
+Mark sessions played where you haven't learnt a skill + below, which you can make up for later with the + Narrator.
+This is an easy to read and simple to use roleplaying game written with both new and experienced players in mind. Adventures on a Dime aims to introduce skills found in many different games and be a stepping stone into other systems.
There are two roles in this game. One player is the Narrator, who coordinates the story and fairly applies the rules for the other players, who are capable Adventurers. While playing AOAD, you will tell stories about daring adventurers in any setting – a fantasy kingdom, a creaking spaceship, another planet or even your own day-to-day life.
The Adventurers will use the Skills and Features they’ve accumulated during their life to overcome obstacles presented by the Narrator. Where an outcome is uncertain, the Narrator will ask the Adventurers to roll dice to determine what happens next in the story. The Narrator will use the Perks and Flaws of each Adventurer to customise the obstacles and outcomes they each experience. Adventures on a Dime is a game that can tell stories over a single session, or over several sessions.
Stories will be told of everyday people who can accomplish amazing things. However, their adventures are not without danger – Adventurers can get hurt, lose their equipment or even permanently leave the story.
A Tabletop Roleplaying Game (also called a TTRPG, a Roleplaying Game or Storytelling Game) is a way of collaboratively telling a story. These games can be played with anyone. Like conversations at a party, they are great fun with people you already know.
When you play, you tell a story. In most games, each player takes on the role of a character in that story. Everyone’s goal is to tell an entertaining and fun story, no matter which character they are playing as.
When something happens in the story where the outcome isn’t clear, everyone uses the rules to find out what happens next. This might involve rolling dice, completing a puzzle or drawing cards from a deck. Once an outcome is agreed upon, everyone continues telling the story.
At some point, the story has to end. Some games are designed to tell a full story in a single session, while others may use multiple sessions to tell a story in many parts, like episodes of a TV show.
Through roleplaying, you can write, draw, tell stories, design characters and explore worlds beyond your own imagination. You can use them as a way of getting to know people better, make new friends and improve your social skills.
Like any good book, film or video game, a great TTRPG can hold a mirror up to your own interests, helping you find out more about yourself. Different games help you tell different stories and explore many exciting themes. Roleplaying games can also create a safe, distanced space to talk about serious issues on your mind, such as mental health, race, gender, sexuality and contemporary politics.
They can also just be fun! Not every game has to be a manifesto of personal growth. Many players find comfort in the stories they tell – an escape from their current problems.
-You are an Adventurer and you’re going on a quest. Use the following rules to create your own Adventurer and learn how to play the game.
First, you will pick characteristics that define your Adventurer and discover what Skills they have gained from their current Job. Next, you will choose Equipment to bring on your quest. Continue reading to start your adventure!
Your potential is measured with three Abilities: Cunning, Vigour and Willpower. They are measured using Ability Dice which you roll when solving problems and handling dangerous situations.
Your Adventurer’s abilities are represented by their Ability Dice. Ability dice can be of different sizes, such as a six-sided D6 or a ten-sided d10. The more sides a die has the stronger your talents with that Ability.
Select one adjective for each Ability, writing it and its die size on your Character Sheet. The total sides of your Ability Dice must equal 24, such as a D6 + D8 + D10 (6 + 8 + 10 = 24).
Abilities | Adjectives / Die Size (Base total = 24) | ||||
D4 An Unprepared Adventurer is... | D6 An Average Adventurer is... | D8 A Well-Prepared Adventurer is | D10 An Adept Adventurer is... | D12 A Heroic Adventurer is... | |
Cunning | Foolish | Cautious | Resourceful | Sly | Devious |
Vigour | Reckless | Capable | Adept | Diligent | Relentless |
Willpower | Fearful | Present | Confident | Inspiring | Enthralling |
The die size chosen for each Ability is its Base Size. All your Ability dice start play at their Base Size.
During play, effects may temporarily make an Ability Die larger or smaller than its Base. In time your dice will return to their Base Size, usually when you Rest.
When a die changes size, it is Raised or Lowered by one or more Steps. For example, a D4 Raised by 2 steps becomes a D8, while a D12 Lowered by 1 step becomes a D10.
-Adventurers aren’t born, they’re made. Common folk use the talents they’ve developed across their lives to become heroes in moments of danger and peril. Jobs and Features are our way of summing up those talents and finding ways to apply them to solve problems. Every Job has:
When you make an Adventurer, think about what their life was like before they were called to action.
Think small. Consider the heroism that can be found in everyday life. No job can solve every problem, so delight in choosing oddly specific, quirky or intriguing skills.
-
-Here are some filled in examples: -
-Unusual talents or abilities can also be phrased as Skills.
For example, a wizard’s apprentice might know how to Create Flames or Talk to Animals, while a New York superhero might be able to Walk on Walls or Shoot Sticky Webs. Special Items might also grant their user access to a specific Skill, such as a magic cloak that allows you to Turn Invisible.
A feature is a Skill, Perk or Flaw that's not attached to a Job. However, it is used normally in play.
When you create your Adventurer, give them one Feature. What is something special about you that is independent of any profession? For example, our Pirate from before also knows how to knit, and has the Feature ‘Skill: Knit Jumpers.’ -
Every Adventurer starts with their Standard Gear. They always have the ability to carry this equipment. In addition, you can carry a number of Items (weapons, tools, objects, etc.) equal to your Base Vigour. For example, if your Base Vigour is a D8, then you can carry up to 8 Items.
What counts as an Item, Heavy Item or Pocket Item is relative to each Adventurer. To a human, a boulder might be a heavy item. To a giant robot, that same boulder might be a pocket item!
A new adventurer starts with the following Standard Gear:
A Tool is anything that you would use day-to-day in one of your Jobs. You can use them to solve problems and interact with the world.
Up to five Tools or Weapons fit in your Standard Gear, with additional objects being carried as Items.
A Weapon is anything you can carry that you can also use to defend yourself. All weapons deal the same damage, so choose anything that fits your character and their background.
You don’t have to carry a weapon if you don’t want to.
Some objects are specially crafted, magically enchanted or otherwise really cool. The rules that come with Special Items explain how they work, and override the standard rules written here. If in doubt, the Narrator can make a final decision as to how things work.
Items, Tools and Weapons have a ‘narratively sensible’ limit. Under normal use, an item won’t run out or break and doesn’t have to be measured. However, items are not infinite. If the Narrator believes that an action could use up or otherwise break an item, they will warn you.
For example, while exploring a labyrinth you use chalk to mark your way without fear of using it up. Then you find some ancient tablets in a hidden library and want to take a rubbing of each one. Now the Narrator warns you that this would use up all of your chalk. You could choose to take only a few rubbings and save your chalk to continue marking your way or use it all up and get a rubbing of each tablet right now.
- - -Adventurers on a Dime follows a natural rhythm of actions. The Narrator describes what is happening in the story, then the Adventurers react by describing what actions they take. Like a conversation, the spotlight moves back and forth with the Narrator and Adventurers reacting to each other's ideas.
This section provides a set of rules to help frame that conversation and answer questions such as, ”What happens next?” and, ”What if something bad happens?”
Together, all Players should use these rules to tell a story that everyone enjoys.
During play, you tell the Narrator what you want to do. When you attempt something that isn’t guaranteed, your Narrator will ask you to describe your approach in detail. Then they will ask you to make an Ability Roll with one of your three abilities. The result of the roll tells everyone what happens next. When you roll...
Die Roll | Outcome | |
Highest | Critical Success | You do better than could be expected! The Narrator describes how things go in your favour. |
4+ | Success | You do as well as you can. The Narrator describes if you succeed and how successful you are. |
2-3 | Complication | You do worse than expected. The Narrator describes the cost of your success as the situation becomes tenser. |
1 | Hijinx | Something dramatic happens. The Narrator describes how things go awry – unintended consequences may follow. |
The description of your approach decides which Ability the Narrator will ask you to roll. For example, methodically pulling every book on a bookcase to search for a hidden door might require a Vigour Roll for diligently working. Dusting the bookcase for fingerprints might instead require a Cunning Roll for cleverly using a tool.
Part of adventuring is facing challenges, especially those that stretch outside of your comfort zone. However, if you want to roll a different Ability than the one the Narrator suggests, you can rephrase your action or specify your intentions. The Narrator may still decide that their suggestion makes more sense in the situation.
If the Narrator thinks an action is guaranteed to fail or just isn’t possible, they will let you know. You can always choose not to perform an action up until you roll the dice.
When two or more characters actively oppose each other, the Narrator calls for a Contest to decide who gets what they want.
Sometimes the odds are in your favour, other times they’re stacked against you. The Narrator might tell you to roll with…
Advantage and Disadvantage do not stack: you will only ever roll twice (e.g. you can’t get double Advantage and roll three times). Additionally, if any roll has both Advantage and Disadvantage, everything cancels out resulting in a single roll.
Non-Player Characters (NPCs), played in the story by the Narrator, have their own strengths that can give them advantage, and weaknesses that can be exploited by an Adventurer to give the NPC disadvantage.
You can describe to the Narrator how you think a Tool or Skill is especially useful during an Ability Roll. If they agree, they may let you ‘tag’ it to roll with Advantage.
Bear in mind that sometimes a Skill or Tool may allow you to make an Ability Roll instead of granting Advantage, because without such assistance the roll would have been impossible.
Perks open the door to special narrative opportunities. Your Narrator may grant Advantage on a roll, give you additional information or let you make a roll because of a Perk.
For example, the Narrator might allow an Adventurer with the Perk ‘Sensitive Hearing’ to make a Cunning Roll to overhear a conversation, where other characters are assumed not to have heard it.
Flaws pave the way for personalized moments in the story. Your Narrator may grant Advantage or Disadvantage, or present additional obstacles for a character to overcome because of a Flaw they have.
For example, your Narrator might decide that the doorman of an exclusive club won’t let you in because you have the Flaw ‘Known Troublemaker’. Later, when you sneak into the club through the kitchens, the cook will pretend not to see you even though they also know you’re a troublemaker, because they hate their boss.
You can ask the Narrator about any information your Adventurer might know that you don’t, such as the context of a scene, certain social customs or a relevant piece of common knowledge. The Narrator will help you understand the scenario better, highlighting specific things your Adventurer does or doesn’t know.
Sometimes the Narrator may confirm details for the Players to make the game more entertaining. Adventurers don’t necessarily know everything that the Players do, so keep that in mind when roleplaying.
-As you complete quests and the story continues, your adventurer will become more and more competent. This is represented by earning new Features and taking the time to learn new Skills.
To gain a new Skill, you must spend time Learning the Basics from an accurate source (reading a book, learning from a tutor, teaching yourself, etc).
After you learn the basics, you need to Practise your new Skill. Do this by tagging it in a successful Ability Roll on 3 separate occasions. When you tag a Skill you are Practising, you do not get advantage.
Once you have Practiced your new Skill, it becomes Learned. Now you can tag it to gain advantage!
You can tell your Narrator about specific skills that interest you, and they can try to provide opportunities to learn and practise those skills in the story.
(tick the boxes) | Basics? | Practising | Learned! | ||
New Skill | B | P1 | P2 | P3 | L |
When finding new Skills to learn, consider what might be a logical follow-up from your existing skillset. A wizard’s apprentice who can Create Fire might be looking to learn how to Extinguish Flames.
Once you have 3 Learned Skills, you should combine them into a Job. When you do so, reflect on the successes and failures of the learning process to create a Perk and Flaw for your new Job.
When you get a new Job, you can choose to lower an Ability’s Base by one step to raise another Ability’s Base by one step. This reflects personal growth and change of worldview in your Adventurer.
No Ability Base can be raised above a D12 or lowered below a D4. -
When an Adventurer’s body or ego is hurt, they take Damage. Receiving Damage reduces an Ability’s size, often by one Step (such as from a D8 to a D6). In extreme circumstances, Damage may affect multiple Abilities at once or reduce one Ability by multiple Steps.
Damage is only inflicted for significant hurts, such as from falling from a great height or feeling immense shame. Light scuffs and scrapes can be endured without taking Damage.
If an Ability with a D4 receives Damage, roll it. If you roll…
2 - 4: You shrug off the Damage and keep adventuring.
1: You succumb to the Damage and sustain an Injury.
When you are Injured, the Narrator gives a Cause for the Injury related to the ability that was Damaged. For example, a Vigour Injury might be a dislocated shoulder, while a Willpower Injury might erode an Adventurer’s confidence and paralyze them with anxiety.
While injured, you can perform simple actions within the limitations of your Injury but are unable to make rolls for any Ability. Abilities can still be raised or lowered while you are Injured.
An Injury is removed by taking action to resolve its Cause, such as bandaging your shoulder or calming your fears with a quiet pause. Once the Cause is resolved, you are no longer Injured and can make Ability Rolls again.
At the Narrator’s discretion, helping resolve another player’s Injury can also count as roleplaying a Breather (explained later, in Resting).
During your journey, you may come into conflict with someone or something that wants to cause you harm. There are many such situations – a sword fight, a battle of wits or an aggressive demonstration of skill are just some of them.
When this happens, you describe how you engage your opponent while the Narrator begins a Contest. The loser of the Contest takes Damage in the winner’s choice of Ability. The winner describes how they inflict Damage on the loser, or alternatively, the winner can choose not to do harm.
For example, two gladiators begin a Vigour Contest as they trade blows with their weapons. The winner spits vicious insults at the loser, and the Narrator decides the loser takes Willpower Damage.
Adventurers must Rest to heal and repair the Damage they have suffered on their adventures.
If any Ability has been raised above its Base Size, the Narrator decides if resting will lower it back down. For example, having a hearty breakfast might raise your Willpower above its Base. However, the effects of the breakfast pass after a night’s sleep.
The act of resting does not automatically remove Injuries. In the time it takes to rest, the cause of an injury could get worse, or even become fatal – a bleeding sword wound or a poisonous bite will need quick attention.
-Characters the Narrator controls are called Non-Player Characters or NPCs.
NPCs use a simpler character sheet. The higher the total of their Ability Dice, the more difficult a threat they could pose to Adventurers.
Difficulty | Petty | Simple | Moderate | Difficult | Troublesome | Daunting |
Example NPC | A Placid Sheep | A Terse Shopkeeper | A Vicious Wolf | A Sly Adventurer | A Veteran Hero | A Conniving Dragon |
Ability | 12 | 16 | 20 | 24 | 30 | 36 |
Instead of Jobs, NPCs have Strengths and Weaknesses. The number of Strengths and Weaknesses an NPC has will also affect how difficult a challenge they can pose.
For example, an Adventurer has heard the local beasts run away from torch-bearing villagers. While in the forest, a Vicious Wolf attacks! So long as the Adventurer stays near their campfire, the wolf is cautious – they have the weakness ‘Afraid of Fire’. When the wolf tries to bite the Adventurer, the wolf has disadvantage on their Ability roll because they are afraid of getting burned.
Difficulty | Petty | Simple | Moderate | Difficult | Challenging | Daunting |
Strengths | 1 | 1 | 2 | 3 | 4 | 5 |
Weaknesses | 3 | 2 | 1 | 1 | 2 | 2 |
- -
Each Ability Roll should give direction to the story and move it forward, whether the action goes well or not. Avoid describing a roll’s result as a complete halt of progress in the story – this can be boring and dishearten the other Players.
For example, an Adventurer tries to open a door with brute force and rolls a 1 (a Hijinx). Failing to open the door is boring. Loudly kicking the door off of its hinges and attracting nearby guards is more exciting and keeps the story moving.
The abilities Cunning, Vigour and Willpower can describe any action the adventurers take. Ask the players to describe their actions. Consider their logic then decide which ability suits best at that moment – it might not always be the same ability, even for similar actions! Below are some examples:
Cunning | Vigour | Willpower |
Fighting in Combat | ||
Feinting to the left, tricking the enemy into exposing a weak point. | Waiting for the enemy to attack so you can parry their blow and strike with your own. | Letting out a battle cry and swinging your weapon while the enemy is afraid. |
Climbing a Wall | ||
Looking for bricks that jut out, planning a reliable route to scale the wall. | Starting with a run and using your momentum to jump up to a handhold. | Visualising their goal atop the wall, and using their determination to reach it despite slips and falls. |
Distracting a Guard | ||
Commenting on their hard work and offering to buy them a drink. | Tripping them, then running fast enough to give chase without getting caught. | Regaling them with a tale from your latest adventure while your friends slip by unnoticed. |
There are four consequences an Adventurer can face: encountering a Complication, Losing an Item, taking Damage, becoming Injured. These are normally encountered after rolling a 1, 2 or 3 on an Ability Roll, but the narrator can also decide that a consequence is necessary because of the Adventurers’ actions in the story.
Adventurers often face physical, mental and emotional perils. Just like Ability Rolls, how Damage is awarded is tied to how it is described.
For example, staying awake all night to watch over a campsite would leave an Adventurer exhausted the next day. This could look like:
Cunning Damage | Vigour Damage | Willpower Damage |
Their eyelids droop with fatigue. | Their muscles ache from standing all night long. | Their brave mood is dampened by irritable thoughts. |
Players may find choosing their fate to be tenser than just receiving a set outcome. If you feel a consequence is necessary but can’t choose between two, let the Adventurers decide. For example, overcoming an obstacle either by Taking Damage or Losing an Item.
Adventurers can succumb to their injuries and leave the story, and some dangers cannot be escaped. Check in with the players before guiding the story in this direction. Make sure everyone understands why something has happened, and ensure everyone agrees that the story is more interesting because of it. You can warn Players directly about especially perilous consequences their Adventurers might face.
Players can join in without roleplaying an Adventurer. These are a few ideas to get you started:
-