optimize_passives
Improve your active build by allocating passive points to maximize a chosen stat, greedily selecting the most impactful nodes within a point limit.
Instructions
Greedily allocate passive points to maximize a stat on the active build.
Spends up to points points, each step allocating the reachable node (and its path) that
most improves metric (e.g. "TotalDPS", "Life", "TotalEHP"). Pass points=0 to use the
full remaining point budget at the character's current level (slower). node_type defaults
to "Notable". Returns the chosen nodes with per-step gains and start/final metric values.
This is a bounded greedy search, not a guaranteed global optimum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | TotalDPS | |
| points | No | ||
| node_type | No | Notable | |
| candidates | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||