# SpellSlotRow

> Kinbarrow modding reference — content tree `45d0fe274f851548`, version `0.2.0+main.c05ef2b`.

One row of the SRD full-caster slot table (`tables/spell_slots.srd.ron`): the slots per spell level (index 0 = 1st-level slots) at class `level`.

**Note on syntax:** these files are RON, not JSON. The shapes below are exact,
but punctuation follows RON — read a real `data/*.ron` file alongside.

## Fields

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `level` | `uint32` | required | The class level this row applies at. |
| `slots` | `uint32[]` | required | Slots per spell level (index 0 = 1st-level slots). |

