[][src]Type Definition weasel::character::Statistic

type Statistic<R> = <<R as BattleRules>::CR as CharacterRules<R>>::Statistic;

Type to represent an individual statistic.

Statistics are the primary way to describe attributes of characters. For instance, the health points of a creature are a prime example of statistic.