pub type StatRef = String;
A stat reference: a name string, interned to a stat index by the loader and resolved to P::Stat by the game binding.
P::Stat
pub struct StatRef { /* private fields */ }