Skip to content

Instantly share code, notes, and snippets.

@dunedain289
dunedain289 / character-ideas.md
Last active July 27, 2019 04:53
Wizards Fate Game

Example Characters

Lyle, the Studious Potions Expert

  • Careful 3
  • Clever 2
  • Sneaky 2
  • Forceful 1
  • Flashy 1
  • Quick 0
@dunedain289
dunedain289 / summary.md
Last active October 26, 2017 04:56
DnD Summary 2017-10-19

October 19, 2017

fragment of 'The Travelogue of Varis Liadon'

Ziggy, I popped back into Sabine's world just in time to take a punch from DAINA in the yeast bowl. I swear, this world is the worst, except for all the others. At least I don't hear nonsense about someone called 'Katniss' here...

It got slightly better from there. DAINA and several other Scarlet Tunic Brigade had captured a nobleman, LORD JERREFOR, and were hauling him to face DOLF's justice. I'm always ready to see some fancy-pants nobleman get a taste of the real world outside their pretty manicured manor houses.

The scene with DOLF was a lot less clear to me. Someone new to me (even for this world) cast a Zone of Truth to get reliable (ish) testimony from the lordling. He talked circles around us as much as possible. I really should have just stabbed him in the carriage. In the end, we did get JERREFOR to admit to assaulting NYX (but not controlling shadow demons). He demanded equal questioning of our own NOCTURNUS WAYNE though, because

@dunedain289
dunedain289 / app
Created July 16, 2012 18:47
Thor layout for NewReg
require "cli.rb"
CLI::Base.start
@dunedain289
dunedain289 / Gemfile
Created September 15, 2011 06:02
Codebrawl selective color
# A sample Gemfile
source "http://rubygems.org"
gem "chunky_png"
# gem "rails"
@dunedain289
dunedain289 / app.rb
Created May 6, 2011 17:57 — forked from shiftb/app.rb
A fast sinatra redis data viewer
require 'rubygems'
require 'haml'
require 'sinatra'
require 'redis'
helpers do
def redis
@redis ||= Redis.connect
end
end