NC Bench
Overview
About
Tests
Models
Vendors
Compare
Run: 2026-02-21-01KJ15E41C8HGS2CNQ88YHYQMS
Run Details
Model:
Ministral 3 8B
Test:
Codex Red Herring (False Positive Detection)
Scenario:
Short text (~524 words), small codex (11 entries)
Duration:
6m 49s
Cost:
$0.010056
Provider:
Mistral
Evaluation summary
Score
Evaluator
Details Link
0.00%
Correct "no violations" response
(details)
0.07%
No hallucinated violations
(details)
0.0344%
Overall
Model input
System
You are a meticulous continuity editor for a fiction project. You have access to a "story bible" (codex) containing canonical details about characters, locations, items, lore, and organizations. Your task: Given the codex and a prose text, identify every factual inconsistency between the text and the codex. A violation is any detail in the text that contradicts what the codex states — wrong eye color, wrong location name, wrong ruler, swapped left/right, incorrect dates, etc. Be thorough. Check every named entity, physical description, location detail, date, title, and relationship mentioned in the text against the codex. Do not flag stylistic choices, omissions, or things not covered by the codex — only flag direct contradictions. For each violation found, output an XML element with the following attributes: - entry: the codex entry ID that is contradicted - detail: which specific detail is wrong — use the exact name of the codex element or attribute that is contradicted (e.g. "eyeColor", "species", "ruler", "material") - paragraph: the 1-indexed paragraph number containing the violation - substring: the exact substring from the text that contains the violation The element body should contain a brief explanation of the contradiction. Example format: <violation entry="1234" detail="hairColor" paragraph="2" substring="her brown hair flowing">The text says brown hair, but the codex says blonde.</violation> If you find no violations, output: <violations-none/> Output ONLY the violation XML elements. Do not include any other text, preamble, or explanation outside the XML.
User/Human
<codex> <character id="100" name="Torben Reikhart" aliases="Stray"> <gender>Male</gender> <eyeColor>Green</eyeColor> <hairColor>Silver</hairColor> </character> <character id="101" name="Sable Dunmore"> <species>Human</species> <gender>Female</gender> <age>28</age> <eyeColor>Brown</eyeColor> <hairColor>Auburn</hairColor> </character> <character id="102" name="Old Rivka"> <gender>Female</gender> </character> <character id="103" name="Petal Dunmore"> <gender>Female</gender> </character> <character id="104" name="Jurren Dunmore"> <gender>Male</gender> </character> <location id="105" name="The Rusty Lantern"/> <location id="106" name="Dunmore"> <terrain>Coastal</terrain> </location> <item id="107" name="Kindling"> <material>Dark iron</material> <objectType>Weapon</objectType> <power>Fire</power> </item> <item id="108" name="Petal's Locket"> <material>Silver</material> <objectType>Jewelry</objectType> </item> <lore id="109" name="The Felling"> <timePeriod>Two centuries ago</timePeriod> <category>War</category> </lore> <lore id="110" name="The Kindling Rite"> <category>Tradition</category> </lore> </codex> <text> The Rusty Lantern sat crooked on its foundations, listing toward the harbor like a drunk leaning on a post. Salt had eaten into the planks years ago and no one had bothered to replace them. The ceiling beams were black with smoke. Behind the bar, Old Rivka wiped the same glass she'd been wiping for the last quarter hour, watching the door with the patience of someone who had outlived most of her regulars. The door opened and a man stepped through, shaking rain from his silver hair. Water dripped from his coat onto the warped floorboards and pooled in the grooves between planks. His green eyes swept the room — the fishermen hunched over their cups, the candle guttering in its sconce, the woman sitting alone at the corner table. He smelled of wet wool and the cold air off the harbor. Old Rivka raised her chin. "Stray," she called across the room. "Didn't think you'd show." He didn't answer. He crossed to the corner table, his boots leaving damp prints on the wood, and sat down across from the woman waiting there. Sable Dunmore was twenty-eight years old, human, and tired of waiting. Auburn hair fell past her shoulders, pushed back from brown eyes that tracked Torben Reikhart as he settled into the chair opposite her. On the table between them lay a sword — Kindling, she called it. A dark iron blade, the metal faintly warm even in the chill of the tavern. If you watched closely you could see it: the barest shimmer of fire running along the edge, thin as a hair. At her neck hung a silver locket. Petal's Locket, though she never called it that aloud. "It still has her hair inside," she said, touching it once. "That's all I have left of her." Torben waited. He'd learned when to be quiet. "My sister Petal," Sable said. "She was fourteen when The Felling reached Dunmore. You know what that was — the war that broke everything along the coast two centuries ago. Jurren — our father — he told me to take Petal and run. I did. She didn't make it." Torben didn't ask the obvious question. Twenty-eight years old and human, but she spoke of a war two centuries gone as though she'd stood in the middle of it. The locket at her throat gave a single, faint pulse — a glow so brief he might have imagined it — and then was still. Sable's hand moved to the locket again. "We couldn't give her a Kindling Rite. You know the tradition? You burn the dead with what they loved. Their tools. Their letters. You give it all to the fire so they carry it onward. But there was no body to burn. Nothing left of her but this locket and whatever I can remember." She looked at Torben. "Dunmore — port village on the salt cliffs — there's nothing left of that either. Just rock and old foundations." Torben said, "Then we'd better make it count." Sable picked up Kindling and sheathed it. They left the Rusty Lantern without another word. The rain had stopped. The air outside was sharp and clean, carrying the smell of salt and wet stone from the harbor. Somewhere down the waterfront a shutter banged in the wind. Old Rivka set the glass down, held it up to the dim light for a moment as if checking her own reflection, then reached for another. </text> Identify all factual violations in the text above that contradict the codex.
Model response
Messages
Meta
AI
```xml <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text describes Torben's hair as silver, but the codex states it is silver (correct, no violation here—this is accurate).</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly describes Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text states Sable is twenty-eight, which matches the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable is human, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly describes Sable's hair as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text states Sable's eyes are brown, which matches the codex.</violation> <violation entry="104" detail="name" paragraph="4" substring="Torben Reikhart">The text mentions Torben Reikhart (ID 100), not Jurren Dunmore (ID 104), but this is a character name mismatch in context—no violation, as the text is correct.</violation> <violation entry="107" detail="name" paragraph="4" substring="Kindling">The text correctly names the weapon "Kindling," matching the codex.</violation> <violation entry="107" detail="material" paragraph="4" substring="dark iron blade">The text correctly describes the material of Kindling as dark iron, matching the codex.</violation> <violation entry="108" detail="name" paragraph="4" substring="Petal's Locket">The text correctly names the locket "Petal's Locket," matching the codex.</violation> <violation entry="108" detail="material" paragraph="4" substring="silver locket">The text correctly describes the material of Petal's Locket as silver, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text states "two centuries ago" for The Felling, which matches the codex.</violation> <violation entry="110" detail="category" paragraph="5" substring="the tradition">The text references "Kindling Rite," which exists in the codex, but the codex does not specify its category as "tradition" in the text's context—this is a minor omission, not a violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore — port village on the salt cliffs">The text describes Dunmore as a "port village on the salt cliffs," which is consistent with the codex's terrain description ("Coastal"), but the codex does not specify "port village" or "salt cliffs" explicitly—this is a stylistic addition, not a violation.</violation> <violation entry="102" detail="name" paragraph="2" substring="Old Rivka">The text correctly uses Old Rivka's name, matching the codex.</violation> <violation entry="103" detail="name" paragraph="5" substring="Petal">The text correctly references Petal Dunmore, matching the codex.</violation> <violation entry="104" detail="name" paragraph="5" substring="Jurren">The text correctly references Jurren Dunmore, matching the codex.</violation> <violation entry="104" detail="gender" paragraph="5" substring="Jurren">The text does not contradict Jurren Dunmore's gender (male), as no gender is mentioned in the text.</violation> <violation entry="101" detail="aliases" paragraph="3" substring="Stray">The text refers to Torben as "Stray," which is an alias listed in the codex for Torben Reikhart (ID 100). No violation.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses the location name "The Rusty Lantern," matching the codex.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses the location name "Dunmore," matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a "war," which matches the codex's category ("War"). No violation.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, which matches the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, which matches the codex's gender (Male). No violation.</violation> <violation entry="102" detail="gender" paragraph="2" substring="Old Rivka">The text does not contradict Old Rivka's gender (Female), as no gender is mentioned in the text.</violation> <violation entry="103" detail="gender" paragraph="5" substring="Petal">The text does not contradict Petal's gender (Female), as no gender is mentioned in the text.</violation> <violation entry="104" detail="gender" paragraph="5" substring="Jurren">The text does not contradict Jurren's gender (Male), as no gender is mentioned in the text.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling as having a fire power, which matches the codex's attribute ("power" = Fire). No violation.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex's objectType ("Jewelry"). No violation.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text states "two centuries ago," which matches the codex's time period for The Felling. No violation.</violation> <violation entry="106" detail="terrain" paragraph="5" substring="rock and old foundations">The text describes Dunmore as having "rock and old foundations," which is consistent with the codex's terrain ("Coastal"), but the codex does not specify this detail. No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="102" detail="name" paragraph="2" substring="Old Rivka">The text correctly uses Old Rivka's name, matching the codex.</violation> <violation entry="103" detail="name" paragraph="5" substring="Petal">The text correctly uses Petal's name, matching the codex.</violation> <violation entry="104" detail="name" paragraph="5" substring="Jurren">The text correctly uses Jurren's name, matching the codex.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="107" detail="name" paragraph="4" substring="Kindling">The text correctly uses Kindling's name, matching the codex.</violation> <violation entry="108" detail="name" paragraph="4" substring="Petal's Locket">The text correctly uses Petal's Locket's name, matching the codex.</violation> <violation entry="109" detail="name" paragraph="5" substring="The Felling">The text correctly uses The Felling's name, matching the codex.</violation> <violation entry="110" detail="name" paragraph="5" substring="Kindling Rite">The text correctly uses Kindling Rite's name, matching the codex.</violation> <violation entry="106" detail="terrain" paragraph="5" substring="port village on the salt cliffs">The text describes Dunmore as a "port village on the salt cliffs," which is not explicitly contradicted by the codex, but the codex only specifies "Coastal" terrain. No violation.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="terrain" paragraph="5" substring="port village on the salt cliffs">The text describes Dunmore as a "port village on the salt cliffs," which is not explicitly contradicted by the codex, but the codex only specifies "Coastal." No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="terrain" paragraph="5" substring="port village on the salt cliffs">The text describes Dunmore as a "port village on the salt cliffs," which is not explicitly contradicted by the codex, but the codex only specifies "Coastal." No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="aliases" paragraph="3" substring="Stray">The text correctly uses Torben's alias "Stray," matching the codex.</violation> <violation entry="107" detail="power" paragraph="4" substring="the barest shimmer of fire running along the edge">The text describes Kindling's fire power, matching the codex.</violation> <violation entry="108" detail="objectType" paragraph="4" substring="a silver locket">The text describes Petal's Locket as jewelry, matching the codex.</violation> <violation entry="109" detail="timePeriod" paragraph="5" substring="two centuries ago">The text correctly states The Felling's time period as two centuries ago, matching the codex.</violation> <violation entry="109" detail="category" paragraph="5" substring="the war that broke everything along the coast">The text describes The Felling as a war, matching the codex's category ("War"). No violation.</violation> <violation entry="106" detail="name" paragraph="5" substring="Dunmore">The text correctly uses Dunmore's name, matching the codex.</violation> <violation entry="105" detail="name" paragraph="1" substring="The Rusty Lantern">The text correctly uses The Rusty Lantern's name, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for Sable, matching the codex's gender (Female). No violation.</violation> <violation entry="100" detail="gender" paragraph="3" substring="a man">The text uses "a man" for Torben, matching the codex's gender (Male). No violation.</violation> <violation entry="100" detail="hairColor" paragraph="3" substring="silver hair">The text correctly states Torben's hair color as silver, matching the codex.</violation> <violation entry="100" detail="eyeColor" paragraph="3" substring="green eyes">The text correctly states Torben's eye color as green, matching the codex.</violation> <violation entry="101" detail="hairColor" paragraph="4" substring="Auburn hair">The text correctly states Sable's hair color as auburn, matching the codex.</violation> <violation entry="101" detail="eyeColor" paragraph="4" substring="brown eyes">The text correctly states Sable's eye color as brown, matching the codex.</violation> <violation entry="101" detail="age" paragraph="4" substring="twenty-eight years old">The text correctly states Sable's age as 28, matching the codex.</violation> <violation entry="101" detail="species" paragraph="4" substring="human">The text correctly states Sable's species as human, matching the codex.</violation> <violation entry="101" detail="gender" paragraph="4" substring="she">The text uses "she" for S
created_at
"2026-02-21T22:34:29.812Z"
2/21/2026, 10:34:29 PM
model
"mistralai/ministral-8b-2512"
app_id
182717
external_user
(null)
streamed
true
cancelled
false
latency
204
moderation_latency
(null)
generation_time
408236
tokens_prompt
1587
tokens_completion
62143
native_tokens_prompt
1506
native_tokens_completion
65536
native_tokens_completion_images
(null)
native_tokens_reasoning
0
native_tokens_cached
0
num_media_prompt
(null)
num_input_audio_prompt
(null)
num_media_completion
0
num_search_results
(null)
origin
"https://ncbench.com/"
is_byok
false
finish_reason
"length"
native_finish_reason
"length"
usage
0.0100563
router
(null)
provider_responses
0
endpoint_id
"c85d26e1-1e0c-449b-9775-2afce7ae510b"
id
"b694a22dbeb246f58ec288c6b9c186a9"
is_byok
false
latency
204
model_permaslug
"mistralai/ministral-8b-2512"
provider_name
"Mistral"
status
200
api_type
"completions"
id
"gen-1771713269-qhgJdWfUtl3ShJsAEY9W"
upstream_id
"b694a22dbeb246f58ec288c6b9c186a9"
total_cost
0.0100563
cache_discount
(null)
upstream_inference_cost
0
provider_name
"Mistral"
Evaluation details
Result
Evaluator
Details
Meta Data
0.00%
Correct "no violations" response
Response should contain <violations-none/> or equivalent phrasing
hasViolationTags
true
hasViolationsNoneTag
false
matchedPhrase
(null)
0.07%
No hallucinated violations
Response must not contain any <violation> tags
hasViolationTags
true
responseLength
244199
violationCount
1452
0.0344%