# srd_5e

Pure-Elixir tabletop RPG resolution — dice and rules — modeled on the System
Reference Document (SRD) 5.1.

This is an early scaffold. The API is not stable and most of it is not built yet.

## Installation

Add `srd_5e` to your dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:srd_5e, "~> 0.1"}
  ]
end
```

## License

The code is released under the Apache License 2.0. See [LICENSE](LICENSE).

This library models material from the System Reference Document 5.1 ("SRD 5.1")
by Wizards of the Coast LLC and available at
https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is
licensed under the Creative Commons Attribution 4.0 International License,
available at https://creativecommons.org/licenses/by/4.0/legalcode.

This project is not affiliated with or endorsed by Wizards of the Coast, and uses
no Wizards trademarks or Product Identity.
