saints-mile 1.0.2

A frontier JRPG for the adults who loved those games first
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Combat system — 4-slot party battle with standoff opener, nerve, ammo, wounds.

pub mod types;
pub mod engine;
pub mod convoy;
pub mod crowd;
pub mod environment;
pub mod reckoning;
pub mod split_party;
pub mod party_defs;
pub mod wounds;