# V2 Player Behavior Heatmaps

`@v2/player-behavior-heatmaps` builds Phase 72.5.2.2 behavior heatmap surfaces
from anonymized positional telemetry.

The package composes `@galatea/analytics/heatmap-engine` for 2D movement and
dwell grids, then adds V2-specific death and linger overlays plus 3D voxel
density maps for arenas with verticality.

Targeted verification:

```bash
pnpm --filter @v2/player-behavior-heatmaps run typecheck
pnpm --filter @v2/player-behavior-heatmaps run test
python V2/ue/Tools/check-v2-player-behavior-heatmaps.py
```
