[][src]Module weasel::character

Character rules.

Structs

AlterStatistics

An event to alter the statistics of a character.

AlterStatisticsTrigger

Trigger to build and fire an AlterStatistics event.

RegenerateStatistics

An event to regenerate the statistics of a character.

RegenerateStatisticsTrigger

Trigger to build and fire a RegenerateStatistics event.

Traits

Character

A trait for objects which possess statistics.

CharacterRules

Rules to define the structure and the behavior of characters.

Type Definitions

Statistic

Type to represent an individual statistic.

StatisticId

Alias for Statistic<R>::Id.

StatisticsAlteration

Encapsulates the data used to describe an alteration of one or more statistics.

StatisticsSeed

Type to drive the generation of all statistics of a character.