SRD weapons, looked up by slug.
Summary
Functions
Every weapon.
Look up a weapon by slug, raising if there is none.
Look up a weapon by slug, returning nil if there is none.
Functions
@spec all() :: [Srd.Content.Weapon.t()]
Every weapon.
@spec fetch!(String.t()) :: Srd.Content.Weapon.t()
Look up a weapon by slug, raising if there is none.
@spec get(String.t()) :: Srd.Content.Weapon.t() | nil
Look up a weapon by slug, returning nil if there is none.