KINBARROW modding reference
v0.2.0+main.c05ef2b dataset 45d0fe274f851548

VocabRow

One row of an open vocabulary registry: damage kinds and spell schools are CONTENT, not code — tables/damage_kinds.srd.ron and tables/schools.srd.ron are the authorities, every reference resolves against them at load, and a mod's new kind or school is one row. The engine branches only on the well-known ids below (the COIN_NAME idiom — named consts, never free-typed strings).

FieldTypeRequiredDescription
idstringrequired
namestringrequired
notestringrequired

Free prose gloss on the row (SRD flavor); the engine never branches on it.