Current section
Files
Jump to
Current section
Files
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