weasel 0.11.0

A customizable battle system for turn-based games.
Documentation
1
2
3
4
5
6
7
8
//! Collection of generic rules.

pub mod ability;
pub mod empty;
pub mod entropy;
mod generic;
pub mod statistic;
pub mod status;