diff options
| author | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
| commit | 43f21aabae8924f35c12c8485e690aeefe0089fb (patch) | |
| tree | b5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /internal/combat/doc.go | |
| parent | 4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff) | |
| download | thehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz | |
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'internal/combat/doc.go')
| -rw-r--r-- | internal/combat/doc.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/combat/doc.go b/internal/combat/doc.go deleted file mode 100644 index 758be47..0000000 --- a/internal/combat/doc.go +++ /dev/null @@ -1,11 +0,0 @@ -// Package combat implements OSRS-style combat formulas and per-player -// combat state tracking. -// -// Combat uses attack/defense roll formulas, style bonuses, and max-hit -// calculations. The State type tracks active combat between a player and -// a mob instance, with a lock timer preventing immediate disengagement. -// -// Combat state is managed through package-level maps protected by a mutex. -// TickCombat decrements lock timers each tick. EnterCombat and LeaveCombat -// manage the relationship between player names and mob instance IDs. -package combat |
