├── LICENSE ├── README.md ├── damage-roller.lisp ├── hp-roller.lisp ├── package.lisp ├── read-org-tables.lisp ├── simple-maps.lisp ├── tables ├── README-LICENSE ├── crits.org ├── fumble.org └── monsters.org ├── tasks-attacks-roller.lisp ├── whiteshell.asd └── whiteshell.lisp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/README.md -------------------------------------------------------------------------------- /damage-roller.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/damage-roller.lisp -------------------------------------------------------------------------------- /hp-roller.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/hp-roller.lisp -------------------------------------------------------------------------------- /package.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/package.lisp -------------------------------------------------------------------------------- /read-org-tables.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/read-org-tables.lisp -------------------------------------------------------------------------------- /simple-maps.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/simple-maps.lisp -------------------------------------------------------------------------------- /tables/README-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/tables/README-LICENSE -------------------------------------------------------------------------------- /tables/crits.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/tables/crits.org -------------------------------------------------------------------------------- /tables/fumble.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/tables/fumble.org -------------------------------------------------------------------------------- /tables/monsters.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/tables/monsters.org -------------------------------------------------------------------------------- /tasks-attacks-roller.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/tasks-attacks-roller.lisp -------------------------------------------------------------------------------- /whiteshell.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/whiteshell.asd -------------------------------------------------------------------------------- /whiteshell.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehackrpg/whiteshell/HEAD/whiteshell.lisp --------------------------------------------------------------------------------