Current section

Files

Jump to
shadowdark_tables lib dieties.ex
Raw

lib/dieties.ex

defmodule ShadowdarkTables.Dieties do
@moduledoc "The dieties that exist in the world of shadowdark"
use ShadowdarkTables.SimpleTable
def data do
[
# TODO: weighted tables
"Saint Terragnis",
"Saint Terragnis",
"Gede",
"Madeera the Covenant",
"Ord",
"Memnon",
"Shune the Vile",
"Ramlaat"
]
end
end