CLICommands

talent

snug talent <COMMAND>

Talent tree progression, allocation, and respec.

Subcommands

CommandWhat it does
definitionsTalent tree definition management (admin)
curvesXP curve management (admin)
xpExperience and point wallet operations
walletShow the caller's point wallet and XP
stateShow the caller's annotated allocation state for a tree
allocateAllocate ranks into a node
respecRespec a tree (full or a single node)
analyticsAllocation analytics (admin)

Run snug talent <command> --help for that command's own options. The global options apply everywhere.

Examples

snug talent definitions create --file ./pyromancer.json
snug talent definitions validate --file ./pyromancer_v5.json
snug talent definitions publish --tree-id tree_pyromancer --file ./pyromancer_v5.json
snug talent definitions get --tree-id tree_pyromancer
snug talent definitions list --active-only
snug talent definitions delete --tree-id tree_pyromancer --version 3
snug talent curves create --file ./curve_standard.json
snug talent curves get --curve-id curve_standard
snug talent xp grant --curve-id curve_standard --amount 350 --source quest:quest_forge_apprentice
snug talent wallet
snug talent state --tree-id tree_pyromancer
snug talent allocate --tree-id tree_pyromancer --node-id node_ignite --ranks 1
snug talent respec --tree-id tree_pyromancer --full
snug talent respec --tree-id tree_pyromancer --node-id node_firewall --ranks 1
snug talent analytics paths --tree-id tree_pyromancer
snug talent analytics archetypes --tree-id tree_pyromancer

Next

On this page