d2r_lookup_skill
Look up a Diablo II Resurrected skill by name or numeric ID. Supports substring matching. Returns skill ID and character class for modding or reference.
Instructions
Look up a D2R skill by name or numeric ID.
Searches skills.py data. Returns skill ID and class. Supports substring matching.
Args: query: Skill name (or substring) or numeric skill ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |