Current section
Files
Jump to
Current section
Files
lib/gear.ex
defmodule ShadowdarkTables.Gear do
@moduledoc "The gear dungeon delvers use"
use ShadowdarkTables.SimpleTable
def data do
[
"Torch",
"Dagger",
"Pole",
"Shortbow and 5 arrows",
"Rope, 60\'",
"Oil, flask",
"Crowbar",
"Iron spikes (10)",
"Flint and steel",
"Grappling hook",
"Club",
"Caltrops (one bag)"
]
end
end