Create a build guide page
create_build_guideGenerate a local web page build guide with phase-by-phase skills, passives, gear, checklists, and a zoomable tree so players can follow their planned path while leveling.
Instructions
Write a full build guide as a local web page and open it in the player's browser (like a Maxroll or Mobalytics guide): overview, strengths and weaknesses, a tab per phase (skills and supports, key passives with levels, ascendancy, gear to look for, quest rewards, a checklist before moving on, when to switch setups), automatic checks per phase, a zoomable passive tree highlighting each phase, and a downloadable Build Planner file per phase. When the Path of Building engine is available, each phase also gets real numbers and a verdict band at its last level. Use after planning; ask the player first. passivePlan is the plan_passive_tree output (id + takeAtLevel); phases split it by level. Give a phase its own passives only when it respecs. Gear slots use stat_priorities names (Ring, Wand, Focus…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| open | No | Open in the browser (default true) | |
| avoid | No | ||
| class | Yes | Class or ascendancy name | |
| goals | No | The player's goals from build_intake: stricter targets, an honest goalCheck, and budget-matched end-game gear | |
| notes | No | ||
| terms | No | What the build scales, for the assumed gear in Path of Building numbers | |
| phases | Yes | ||
| defence | No | Defence layers for the assumed gear (default: life) | |
| summary | Yes | The play fantasy and how the build delivers it, in plain language | |
| weapons | No | ||
| playstyle | No | ||
| strengths | No | ||
| ascendancy | No | ||
| weaknesses | No | ||
| leagueStart | Yes | ||
| passivePlan | Yes | ||
| ascendancyPassives | No |