kotor_read_2da
Read a 2DA table from Knights of the Old Republic game files as JSON. Specify row range and column filters to retrieve targeted data.
Instructions
Use when you need a 2DA table as JSON with optional row range and column filter. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game alias: k1 or k2 | |
| resref | Yes | 2DA table resref (e.g. appearance) | |
| row_start | No | First row index | |
| row_end | No | Last row index (inclusive) | |
| columns | No | Column names to include |