Has Talent

Description

Matches if the player has points invested in the given talent.

The optional points attribute accepts a ranged value. When omitted, the condition matches if any points are invested.

Attributes

Attribute Aliases Description Default
tree t The talent tree id required
talent The talent id within the tree required
points p Required invested points, as a ranged value (e.g. >2, 3to5) (any > 0)

Examples

Conditions:
- hasTalent{tree=Wizard;talent=ArcaneIntellect} true
- hasTalent{tree=Wizard;talent=ArcaneIntellect;points=>3} true
Updated Aug 19, 2026