#lang scribble/doc @(require scribble/manual) @title{RPG Utilities} @table-of-contents[] @defmodule[(planet "main.ss" ("murphy" "rpg-utils.plt" 1 0))]{ This library provides statistical and simulation procedures for pen and paper role playing games. Currently the game systems "Shadowrun" (@link["http://www.shadowrun4.com/"]{http://www.shadowrun4.com/}) and "Das Schwarze Auge" (@link["http://www.dasschwarzeauge.de/"]{http://www.dasschwarzeauge.de/}) are supported. The main module re-exports all bindings from @secref["common"] as well as all bindings from @secref["shadowrun"] with the prefix @scheme[sr:] and all bindings from @secref["das-schwarze-auge"] with the prefix @scheme[dsa:]. } @include-section["common.scrbl"] @include-section["shadowrun.scrbl"] @include-section["das-schwarze-auge.scrbl"] @section{License} Copyright (c) 2008 by @link["mailto:chust@web.de"]{Thomas Chust @""}. This package is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You can find a copy of the GNU Lesser General Public License at @link["http://www.gnu.org/licenses/lgpl-3.0.html"]{http://www.gnu.org/licenses/lgpl-3.0.html}.