Build & encode a GW1 skill template
gw1_template_encodeBuild a Guild Wars skill template from professions, attributes, and skill names. Returns an importable template code with legality checks, skill costs, and energy sustainability analysis.
Instructions
Build a Guild Wars skill template from professions, attributes, and skill names. Returns an importable template code, a legality report (one elite max, three PvE-only max, single allegiance, 200 attribute-point budget, profession checks), per-skill energy/cast/recharge/adrenaline costs, and an energy-sustainability outlook. Use this to construct and sanity-check a build before sharing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Up to 8 skill names, e.g. 'Wounding Strike'. Use exact wiki names. | |
| primary | Yes | Primary profession, e.g. 'Dervish'. | |
| secondary | No | Secondary profession, or 'None'. | None |
| attributes | No | Base attribute spend (0-12 each), e.g. [{attribute:'Scythe Mastery',points:12}]. |