Attack rules
Summary
Functions
Resolve a single attack based on a dice roll and the target's AC
Types
@type t() :: %Srd.Rules.Attack{ critical?: boolean(), hit?: boolean(), natural: pos_integer(), target_ac: pos_integer(), total: pos_integer() }
Represents the results of evaluating an attack rule