blob: aac6f326c66ec5e1ab21c6be2a45156e0a4eebea (
plain)
1
2
3
4
|
// Package combat tracks in-progress combat engagements (one player per mob)
// and provides the classic attack-roll, hit-chance, and damage formulas. The
// Tracker struct replaces the previous package-level globals.
package combat
|