Skip to content

HOUSE_RULES_OVERHEAD

const HOUSE_RULES_OVERHEAD: number

Defined in: src/house-rules.ts:18

Fixed char overhead of the rendered block, independent of rule count: <tag>\n + intro\n + (rules) + \n</tag>. Used as the budget base so the meter (usedChars) stays exactly equal to renderHouseRulesBlock(…).length.