name: Sand and Blood by D. Moonfire content: pattern: chapters/chapter-??.md query: fields: locs: jmes: locations[] | sort(@) | join(', ', @) characters.secondary: jmes: characters.secondary[] | sort(@) | join(', ', @) characters.referenced: jmes: characters.referenced[] | sort(@) | join(', ', @) characters: jmes: characters.*[] | sort(@) | join(', ', @) checks: - overused_word: # The `(?i)` makes this case insensitive. pattern: "^(?i)(sigh|sighed|sighing)$" err: 0.002 warn: 0.001 - overused_word: pattern: "^(?i)(nod|nodded|nodding)$" err: 0.002 warn: 0.001 - overused_word: pattern: "^(?i)(gasp|gasped|gasping)$" err: 0.002 warn: 0.001 - overused_word: pattern: "^(?i)(was)$" err: 0.008 warn: 0.004 - overused_word: pattern: "^(?i)(as)$" err: 0.008 warn: 0.004 - require_epigraph: {}