Read WC3 object data
wc3_read_objectsRead object-data tables from a Warcraft III map file as JSON, returning original and custom modifications for specified kind: units, items, abilities, and more.
Instructions
Read an object-data table as JSON. "kind" is one of units/items/abilities/buffs/destructables/doodads/upgrades. Returns a { original, custom } modification table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapPath | Yes | Absolute path to the .w3x/.w3m map file | |
| kind | Yes | Which object-data table to read |