— By Himeutsugi.

As a new KN player, these are some things that have been endlessly useful to me. This is only taking into account the base game + Book of Masteries.

Of course, you first want the game itself! Buy the PDFs (or hard copy of the core rules) direct so that Alex T. can have more money to take over the world with—I mean, continue making wonderful games for us all.

For use with Obsidian

I mean pen and paper is best, but sometimes digital is just so much easier.

I use Solo RPG Toolkit to create this footer that lives at the bottom of my KN pages:

image.png

The footer is always visible, as I’m typing above it. This has the Overseer’s influence, some of the most commonly used dice, and my character’s current attributes.

Each of those dice icons is clickable, which then rolls the dice. I reuse them for other things if need be, ie: if I need a d6 for the enemy’s action, I typically just roll that “weapon dmg” die since it’s a d6 anyway.

The attributes are easy to increase and decrease so I can see where my character is at a glance during a fight or exploration. I typically then update the character sheet at the end of an encounter or rest.

If you have the Solo RPG Toolkit plug-in installed, this is the code I used to make that footer:

---

**Corrupting Influence.** Each time the creature deals 3+ damage on a single attack, the target must make a Resolve check or lose 1 Sanity.

Attack `d100|red: 1` Defense `d100|blue: 1`
Hit Location `d20|purple: 1` Weapon dmg `d6|orange: 1` 
Dodge (Acrobatics) `d100|green: 1`
Tension  `d8|black: 1`  Encounter  `d20|gray: 1`

LIGHT `    ` `0`
TOUGHNESS`  ` `0`
HEALTH`   ` `0`
AETHER`   ` `0`
SANITY`    ` `0`
EXHAUSTION `  ` `0`

Flowcharts

Generators

These can be used to help eliminate some of the dice roll → flip through book to find table → repeat that happens a lot throughout this game. While some of those can be very fun and suspenseful, it definitely adds time!