Working with both Dice and Frequency tables
Some of these tables are getting complicated, so I have created three different tables, and this should be sufficient. Describing it, however, seems to be a lot for source code, and I thought I would describe it using a literate programming style. We'll see.
This commit is contained in:
parent
558d7eb984
commit
7dab533415
7 changed files with 975 additions and 270 deletions
14
rpgdm-tables-dice.el
Normal file
14
rpgdm-tables-dice.el
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
;; [[file:docs/rpgdm-tables-dice.org::+BEGIN_SRC emacs-lisp][No heading:1]]
|
||||
;;; rpgdm-tables-dice.el --- Rolling dice for choosing items from Tables -*- lexical-binding: t; -*-
|
||||
;;
|
||||
;; Copyright (C) 2021 Howard X. Abrams
|
||||
;;
|
||||
;; Author: Howard X. Abrams <http://gitlab.com/howardabrams>
|
||||
;; Maintainer: Howard X. Abrams <howard.abrams@gmail.com>
|
||||
;; Created: February 5, 2021
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
;;
|
||||
;;
|
||||
;;; Commentary:
|
||||
;; No heading:1 ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue