1w6 - Ein Würfel System - Einfach saubere, freie Rollenspiel-Regeln

English

Bild von Drak

Dryads Wake — a game of uncertain choices and dialogue

I’ve been searching for good ways to build text-rpgs since writing my Python-Based TextRPG in 2008. With Dryads Wake I finally found a structure that I really like and that can be played from the browser as well as from the text-terminal.

Dryads Wake is a pure text-based game using the 1d6-rules. You can play an introductory chapter on dryads-wake.1w6.org.

Dieser Text ist mir was wert: Flattr this ?
Bild von Drak

Useful prep-stuff from the one die system for Nanowrimo

Want to make a memorable character or NPC? Get a jump-start for your creativity? Aim for a diverse cast to avoid stumbling into your personal clichés? These tables will get you moving in minutes!

Nanowrimo prep will start soon. Take me to the tables!

These tables are extracted from the German one die system, version rαF: Terminal, translated to English. They are also available in German. If you want something tangible, get the tables and random characters optimized to print and fold and fit into your pocket:

Dieser Text ist mir was wert: Flattr this ?
Bild von Drak

Space Station Inhabitants

Random NPC generation with occupation and a keyword for portrayal, written for the 200 Word RPG Supplement Challenge 2016. Tailored for shady space stations. Also available as PDF.

Start with the first table. Roll one die. On a 5, move one column to the left. On a 6 move right. Never change direction or leave the table: Use row 5/6 instead. Else select the row for the number you rolled.

Go to the next table. Start with the row for the last number you rolled. Roll again. 5 moves up, 6 moves down, never turn around. The number gives the column. The last column is special: It never applies to the job in the row rolled in the first table.

Occupation

  5 direct 6
3 Beggar Clerk Prostitute
1 Peon Mechanic Guard
2 Pirat Trader Smuggler
4 Thug Docker Medic
6/5 Journalist - Waiter

Keyword for portrayal

  3 1 2 4 5/6
5 Cigaretts Pestering Weary Newspad Cold
3 Rags Glasses Sorrow Scarf Blaster
1 Frank Dice Toolbelt Gregarious Bold
2 Finger-Tent Earring Pipe Fearful Naive
4 Bragging Open Crowbar Notepad Snob
6 Pen Notebook Drink Flirting Shy
Dieser Text ist mir was wert: Flattr this ?
Bild von Drak

±d6 in Guile Scheme

Just for fun: This implements the ±d6 in Guile Scheme, including critical rolls.

(define* (roll-1d6)
  (let* ((numbers '(-5 -3 -1 2 4 6))
         (rolld6
          (lambda () (list-ref
                      numbers
                      (random 6)))))
    (let rolling ((rolled
                   (cons (rolld6) '())))
      (cond
       ((and (= 1 (length rolled))
             (member
              (car rolled) '(-5 6)))
        (rolling (cons (rolld6) rolled)))
       ((and (> (length rolled) 1)
             (equal? (car rolled)
                     (car (cdr rolled))))
        (rolling (cons (rolld6) rolled)))
       ((= 1 (length rolled))
        (car rolled))
       (else
        (apply + (cdr rolled)))))))
Dieser Text ist mir was wert: Flattr this ?
Bild von Drak

The just-link permission for the GPL

This is an additional permission for the GPL. We call it the “just-link” permission.

As additional permission under GNU GPL version 3 section 7, you may distribute these works without the copy of the GNU GPL normally required by section 4, provided you include a license notice and a URL through which recipients can access the Corresponding Source and the copy of the GNU GPL.

Dieser Text ist mir was wert: Flattr this ?
Inhalt abgleichen
Über 1w6
Downloads
GNU General Public License v3
GNU General Public License v3
Flattr this ?

Benutzeranmeldung

CAPTCHA
Bist du ein biologisches Wesen? (5 Zeichen, Groß- und Kleinschreibung zählt!)
Image CAPTCHA
Enter the characters shown in the image.

Kommentare



„Das Beste, was ich je - JE - über Magie gelesenen habe.“
— Gastx zu Magie: Das Mittel der Reichen, der Meister und der Spinner…
    was Leute sagen…