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