rank_upgrades
Identify which gear slot gives the biggest upgrade by recrafting each to its best possible roll and ranking the gain over your current item. Helps prioritize what to upgrade next.
Instructions
Rank gear slots by upgrade potential — "what should I craft/upgrade next?".
Recrafts each gear slot to its best (same crafter as optimize_item — a single metric or a
weighted goals blend like {"TotalDPS":0.6,"TotalEHP":0.4}) and ranks slots by the gain over
your CURRENT item there, so the top slot is where the next upgrade buys the most. Read-only —
every probe is snapshotted and restored. Gains are NOT additive (recrafting one slot shifts the
others): recraft the top slot, equip it, then re-run. Empty slots with no base are skipped —
explore those with optimize_item(slot, base=…). Targets are theoretical; price with get_prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | TotalDPS | |
| goals | No | ||
| slots | No | ||
| rolls | No | realistic | |
| top | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||