NC Bench
Overview
About
Tests
Categories
Models
Vendors
Compare
Run: 2026-02-26-01KJCS68351Z726JHGHCBB7JBM
Run Details
Model:
LFM2 24B
Test:
Codex Violation Detection
Scenario:
40 codex entries
Duration:
3m 11s
Cost:
$0.001199
Provider:
Together
Evaluation summary
Score
Evaluator
Details Link
0.00%
Accuracy (recall)
(details)
0.00%
Precision
(details)
100.00%
Structural validity
(details)
33.3333%
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="4412" name="Aurora Carter" aliases="Rory, Laila, Aurora, Carter, Malphora" pronouns="she/her" species="Human" storyRole="Protagonist"> <eyeColor>bright blue</eyeColor> <hair>straight shoulder-length black</hair> <height>5'6"</height> <age>25</age> <scar>small crescent-shaped scar on her left wrist from a childhood accident</scar> <description>Aurora, referred to by her friends as Rory, is cool-headed, intelligent, and known for quick out-of-the-box thinking.</description> <backstory>Born in Cardiff to an Irish barrister father (Brendan Carter) and Welsh teacher mother (Jennifer Carter née Ellis), Rory reluctantly pursued Pre-Law at Cardiff University. She fled to London at the behest of her childhood friend Eva after leaving an abusive ex named Evan. By day, Rory works part-time as a delivery person for Yu-Fei Cheung's Golden Empress restaurant. She lives in a flat above Silas' bar.</backstory> </character> <character id="4413" name="Silas Blackwood" aliases="Silas, Si, the Spymaster" pronouns="he/him" species="Human" storyRole="Mentor"> <eyeColor>hazel</eyeColor> <hair>grey-streaked auburn</hair> <height>6'1"</height> <age>58</age> <beard>neatly trimmed, matching his grey-streaked auburn hair</beard> <limp>slight limp in his left leg from an old knee injury</limp> <signetRing>silver signet ring, always worn on his right hand</signetRing> <description>Silas is a retired intelligence operative turned bar owner. He carries himself with quiet authority.</description> <backstory>Former MI6 field agent who retired after a botched operation in Prague left him with a permanent knee injury. He opened "The Raven's Nest" bar in Soho as a front for his network of contacts.</backstory> </character> <character id="4414" name="Eva Kowalski" aliases="Eva, Evie" pronouns="she/her" species="Human" storyRole="Best Friend"> <eyeColor>green</eyeColor> <hair>curly red</hair> <height>5'4"</height> <age>26</age> <glasses>round glasses</glasses> <satchel>worn leather satchel full of books</satchel> <freckles>freckled complexion</freckles> <nervousHabit>tucking hair behind her left ear</nervousHabit> <description>Aurora's childhood friend and an occult researcher.</description> <backstory>Moved to London two years before Aurora and works as a research assistant at the British Museum's restricted archives. She holds a master's degree in Ancient History from Oxford.</backstory> </character> <character id="4415" name="Lucien Moreau" aliases="Lucien, Luc, the Frenchman" pronouns="he/him" species="Half-Demon" storyRole="Ally"> <eyeColor>heterochromatic — one amber, one black</eyeColor> <hair>slicked-back platinum blond</hair> <height>5'11"</height> <age>32</age> <cane>ivory-handled cane that conceals a thin blade</cane> <dress>tailored charcoal suits</dress> <description>An impeccably dressed fixer and information broker in London's supernatural underworld. He speaks four languages fluently.</description> <backstory>Born in Marseille to a human mother and a demon father from the realm of Avaros.</backstory> </character> <character id="4416" name="Detective Harlow Quinn" aliases="Quinn, Detective Quinn, Harlow" pronouns="she/her" species="Human" storyRole="Antagonist"> <eyeColor>brown</eyeColor> <hair>closely cropped salt-and-pepper</hair> <height>5'9"</height> <age>41</age> <jawline>sharp jaw</jawline> <watch>worn leather watch on her left wrist</watch> <bearing>military precision</bearing> <description>A Metropolitan Police detective with 18 years of decorated service who suspects the clique is involved in criminal activity.</description> <backstory>She lost her partner, DS Morris, during a case three years ago under unexplained circumstances that had supernatural origins she doesn't yet understand.</backstory> </character> <character id="4417" name="Tomás Herrera" aliases="Tommy, Tomás, Herrera" pronouns="he/him" species="Human" storyRole="Support"> <eyeColor>warm brown</eyeColor> <hair>short curly dark brown</hair> <height>5'10"</height> <age>29</age> <skinTone>olive skin</skinTone> <scar>scar running along his left forearm from a knife attack</scar> <medallion>Saint Christopher medallion around his neck</medallion> <birthplace>Seville, Spain</birthplace> <description>A former paramedic who provides off-the-books medical care for the clique.</description> <backstory>Born in Seville, Spain. He moved to London to work for the NHS but lost his license after administering unauthorized treatments to supernatural patients.</backstory> </character> <character id="4418" name="Nyx" aliases="Nyx, the Shadow, Nightwhisper" pronouns="they/them" species="Shade" storyRole="Wild Card"> <eyeColor>faintly glowing violet</eyeColor> <height>approximately 6'2" in solid form</height> <age>ageless</age> <form>humanoid silhouette of living shadow, can shift between solid and incorporeal</form> <voice>sounds like a whisper carried on the wind</voice> <description>A being of living shadow, existing between the mortal plane and the spaces between realms.</description> <backstory>Nyx was once a human sorcerer named Aldric who became trapped between realms during a failed summoning ritual in 1643. They now exist as a Shade, bound to the mortal plane but able to slip between shadows.</backstory> </character> <character id="4419" name="Margaret "Maggie" Whitmore" aliases="Maggie, Mags, Mrs Whitmore" pronouns="she/her" species="Human" storyRole="Support"> <eyeColor>sharp grey</eyeColor> <hair>silver-white, worn in a neat bun</hair> <height>5'2"</height> <age>72</age> <glasses>wire-rimmed spectacles</glasses> <walkingStick>blackthorn walking stick</walkingStick> <build>slight, frail appearance but fierce wit</build> <description>A retired librarian turned unofficial consultant for the clique on historical and occult matters.</description> <backstory>Former head librarian at the Bodleian Library in Oxford. She retired to London. She is a widow; her late husband was a Warden.</backstory> </character> <character id="4420" name="Kai Nakamura" aliases="Kai, Sparks" pronouns="he/him" species="Human" storyRole="Support"> <eyeColor>dark brown</eyeColor> <hair>dyed electric-blue in an undercut</hair> <height>5'7"</height> <age>22</age> <headphones>noise-cancelling headphones, always worn around his neck</headphones> <wristTattoo>small circuit board tattoo on the inside of his right wrist</wristTattoo> <build>lean</build> <description>A Japanese-British self-taught tech prodigy who provides the clique with surveillance tools and digital forensics.</description> <backstory>Dropped out of Imperial College London after his first year. He lives in a converted shipping container in Hackney Wick.</backstory> </character> <character id="4421" name="Yasmin Al-Rashid" aliases="Yas, Yasmin" pronouns="she/her" species="Djinn-blooded" storyRole="Ally"> <eyeColor>amber</eyeColor> <hair>long wavy dark</hair> <height>5'8"</height> <age>34</age> <skinTone>bronze skin</skinTone> <tattoo>flame serpent tattoo coiling up her left arm</tattoo> <scent>faintly of sandalwood and burnt sage</scent> <description>An alchemist who runs a discreet apothecary in Brixton, selling both mundane herbal remedies and supernatural tinctures.</description> <backstory>Descended from a line of Djinn-touched humans from Marrakech. Trained by her grandmother.</backstory> </character> <character id="4422" name="Father Cormac O'Brien" aliases="Cormac, Father O'Brien, the Priest" pronouns="he/him" species="Human" storyRole="Support"> <eyeColor>pale blue</eyeColor> <hair>thinning ginger</hair> <height>5'8"</height> <age>55</age> <complexion>ruddy</complexion> <rosary>rosary made of rowan wood beads</rosary> <collar>clerical collar, worn at all times</collar> <description>An Irish Catholic priest assigned to St. Brigid's parish in Islington who secretly assists the clique with blessings and wards.</description> <backstory>He witnessed a demonic incursion at his seminary in Cork twenty years ago that the Church covered up.</backstory> </character> <character id="4423" name="Zhou Wei-Lin" aliases="Wei-Lin, Zhou" pronouns="he/him" species="Human" storyRole="Informant"> <eyeColor>dark brown</eyeColor> <hair>shaved head</hair> <height>5'9"</height> <age>48</age> <build>muscular</build> <tattoo>dragon tattoo covering his entire back</tattoo> <missingFinger>missing the tip of his left little finger</missingFinger> <description>A former Triad enforcer turned noodle shop owner who trades information with Silas.</description> <backstory>Retired from organized crime after a near-death experience involving a Hel portal in Hong Kong. He now runs "Zhou's Golden Dragon" in Chinatown.</backstory> </character> <character id="4424" name="Isolde Varga" aliases="Isolde, the Seer" pronouns="she/her" species="Half-Fae" storyRole="Oracle"> <eyeColor>pale lavender</eyeColor> <hair>silver, reaching her waist</hair> <height>5'5"</height> <age>300 years old</age> <appearance>ethereal, ageless</appearance> <speech>speaks in riddles</speech> <footprints>leaves no footprints when she walks</footprints> <compulsion>cannot lie (Fae compulsion) but can mislead</compulsion> <description>A Half-Fae seer exiled from the Fae Courts for sharing visions with mortals.</description> <backstory>She now lives in a hidden grove in Richmond Park, offering cryptic prophecies to those who seek her out.</backstory> </character> <location id="853" name="Dymas (Gluttony)" aliases="Dymas, gluttony, Dymasian" realm="Hel" sin="Gluttony"> <ruler>Prince Belphegor</ruler> <skyColor>warm amber</skyColor> <description>A place of excess and indulgence. Sprawling vineyards, orchards, and gardens provide exotic ingredients for master chefs — often helbound souls contracted from Earth. Grand feasts and culinary competitions are common.</description> </location> <location id="854" name="The Raven's Nest" aliases="the Nest, Raven, Silas' bar" realm="Earth"> <signColor>distinctive green neon sign above the entrance</signColor> <secretRoom>hidden back room accessible through a bookshelf, used for clandestine meetings</secretRoom> <description>A dimly lit bar in Soho, London. The walls are covered with old maps and black-and-white photographs.</description> </location> <location id="855" name="Avaros (Greed)" aliases="Avaros, greed, Avarosi" realm="Hel" sin="Greed"> <ruler>Prince Mammon</ruler> <skyColor>sickly gold</skyColor> <description>A landscape of towering vaults and endless treasure halls. The streets are paved with fool's gold and the air smells of copper. Mortals who enter often become obsessed with hoarding.</description> </location> <location id="856" name="The Veil Market" aliases="Veil Market, the Market, underground market" realm="Earth"> <currentLocation>abandoned Tube station beneath Camden</currentLocation> <entryRequirement>bone token</entryRequirement> <schedule>moves locations every full moon</schedule> <description>A hidden supernatural black market that sells enchanted goods, banned alchemical substances, and information.</description> </location> <location id="857" name="Irath (Wrath)" aliases="Irath, wrath, Irathi" realm="Hel" sin="Wrath"> <ruler>Prince Abaddon</ruler> <skyColor>permanent bruised red</skyColor> <description>A volcanic wasteland of perpetual war. Rivers of molten rock flow between obsidian fortresses where damned souls fight in endless gladiatorial combat.</description> </location> <location id="858" name="Eva's Flat" aliases="Eva's place, the flat on Brick Lane" realm="Earth"> <cat>tabby cat named Ptolemy</cat> <security>three deadbolts on the front door</security> <description>A cramped one-bedroom flat above a curry house on Brick Lane, East London. Every surface is covered with books, scrolls, and research notes.</description> </location> <location id="859" name="Somnia (Sloth)" aliases="Somnia, sloth, Somnian" realm="Hel" sin="Sloth"> <ruler>Prince Asmodeus</ruler> <atmosphere>faintly sweet, narcotic smell</atmosphere> <description>An endless twilight landscape of fog-shrouded meadows and crumbling mansions. Inhabitants gradually lose all motivation and ambition, sinking into eternal lethargy.</description> </location> <location id="860" name="Yasmin's Apothecary" aliases="the Apothecary, Yas's shop" realm="Earth"> <password>moonrise (required for back room access)</password> <frontStock>herbal teas and aromatherapy oils</frontStock> <backStock>supernatural potions, binding salts, and alchemical reagents</backStock> <description>A narrow shop on a side street in Brixton with a mundane front and a hidden supernatural back room.</description> </location> <location id="861" name="The Fae Grove" aliases="Isolde's grove, Richmond grove, the Grove" realm="Earth (Fae-touched)"> <parkLocation>Richmond Park</parkLocation> <standingStones>ancient oak standing stones mark the boundary</standingStones> <timeBehavior>time moves differently — an hour inside can be minutes or days outside</timeBehavior> <flora>wildflowers bloom year-round</flora> <description>A hidden clearing that exists in a pocket between Earth and the Fae realm.</description> </location> <location id="862" name="Luxuria (Lust)" aliases="Luxuria, lust, Luxurian" realm="Hel" sin="Lust"> <ruler>Prince Lilith</ruler> <skyColor>deep twilight purple</skyColor> <description>A hauntingly beautiful realm of moonlit gardens, mirrored halls, and enchanting music. Visitors become entranced by illusions of their deepest desires.</description> </location> <item id="2001" name="Heartstone Pendant" aliases="the pendant, Heartstone" type="Artifact" origin="Dymas"> <gemstoneColor>deep crimson</gemstoneColor> <chainMaterial>silver chain</chainMaterial> <size>roughly the size of a thumbnail</size> <behavior>pulses faintly with warmth when near a Hel portal</behavior> <glow>faint inner glow</glow> <description>Given to Aurora by an unknown benefactor.</description> </item> <item id="2002" name="The Ledger of Debts" aliases="the Ledger, Debt Book" type="Cursed Object" origin="Avaros"> <pageMaterial>thin beaten copper</pageMaterial> <binding>iron-bound</binding> <inkColor>dark red ink that appears on its own</inkColor> <power>whoever possesses it can call in debts owed to them</power> <description>A thick ledger that records every supernatural debt owed.</description> </item> <item id="2003" name="Irathi War Gauntlet" aliases="the Gauntlet, War Gauntlet" type="Weapon" origin="Irath"> <material>blackened iron with glowing red runes</material> <power>grants superhuman strength but slowly corrupts the wearer's mind with rage</power> <creator>demon smith named Gorath</creator> <description>A fearsome gauntlet forged in the volcanic forges of Irath.</description> </item> <item id="2004" name="Veil Compass" aliases="the Compass, shadow compass" type="Tool" origin="The Veil Market"> <casingMaterial>small brass compass</casingMaterial> <faceMarkings>face etched with protective sigils</faceMarkings> <needle>points toward the nearest supernatural rift or portal</needle> <patina>casing has a patina of verdigris</patina> <creator>crafted by a Shade artisan</creator> <description>A compass attuned to supernatural energy.</description> </item> <item id="2005" name="Somnian Dream Dust" aliases="Dream Dust, Somnia dust, sleeping powder" type="Consumable" origin="Somnia"> <color>fine silver powder</color> <containerColor>stored in small cobalt-blue glass vials</containerColor> <sealMaterial>sealed with black wax</sealMaterial> <effect>induces a deep trance for navigating memories and dreamscapes</effect> <sideEffect>overuse causes permanent drowsiness</sideEffect> <description>A narcotic powder harvested from the twilight meadows of Somnia.</description> </item> <item id="2006" name="Fae-Forged Blade" aliases="the Fae blade, Isolde's gift" type="Weapon" origin="The Fae Courts"> <material>moonsilver</material> <shape>slender, leaf-shaped dagger</shape> <temperature>always cold to the touch</temperature> <glow>faintly luminescent in moonlight</glow> <power>can cut through magical wards; particularly effective against demons</power> <givenTo>given to Aurora by Isolde as a gift</givenTo> <description>A weapon of the Fae Courts, rare and highly coveted.</description> </item> <lore id="7001" name="The Veil" aliases="the Veil, the Barrier, the Boundary" category="Cosmology"> <solsticeEffect>weakens during the winter solstice, strengthens during the summer solstice</solsticeEffect> <appearance>faint shimmering distortion visible only to those with supernatural sight</appearance> <monitoring>rift points (tears in the Veil) are monitored by the Wardens</monitoring> <description>The Veil is the metaphysical barrier separating Earth from Hel and the Fae Realms.</description> </lore> <lore id="7002" name="The Covenant of Separation" aliases="the Covenant, Separation Covenant" category="Law"> <signedYear>1215</signedYear> <signatories>rulers of Hel, the Fae Courts, and a council of human sorcerers</signatories> <enforcement>violations allow the Wardens to use lethal force</enforcement> <physicalForm>inscribed on seven stone tablets, each held by a different Warden chapter worldwide</physicalForm> <description>An ancient treaty that forbids direct demonic or Fae interference on Earth.</description> </lore> <lore id="7003" name="Rift Points" aliases="rifts, tears, Veil tears" category="Cosmology"> <peakActivity>most active during the winter solstice</peakActivity> <formation>tend to form near underground water sources</formation> <emission>emit a low hum inaudible to normal humans but detectable by supernatural beings and Warden instruments</emission> <description>Naturally occurring weak spots in the Veil where the barrier between Earth and other realms is thin enough to cross.</description> </lore> <lore id="7004" name="Helbound Souls" aliases="helbound, contracted souls, soul contracts" category="Metaphysics"> <sealingMethod>sealed by blood and recorded in that Prince's domain</sealingMethod> <retention>retain their skills and personality but are compelled to serve</retention> <freedom>can only be freed if the contract is physically destroyed within the realm where it was signed</freedom> <description>Mortals who have entered into a binding contract with a Hel Prince.</description> </lore> <lore id="7005" name="Shade Transformation" aliases="Shade ritual, becoming a Shade" category="Metaphysics"> <requirement>being caught between realms during a failed summoning or portal collapse</requirement> <physicalLoss>strips the subject of their physical body permanently</physicalLoss> <lostSenses>lose ability to taste, smell, or feel physical sensations</lostSenses> <reversibility>irreversible</reversibility> <description>The process by which a living being becomes a Shade.</description> </lore> <group id="6001" name="The Wardens of the Veil" aliases="the Wardens, Veil Wardens" type="Order" alignment="Lawful Neutral" headquarters="Westminster Catacombs, London"> <foundingYear>1215</foundingYear> <identificationMark>small iron pin in the shape of a closed eye</identificationMark> <mission>maintaining the Veil between Earth and Hel, monitoring rift activity, neutralizing supernatural threats, enforcing the Covenant of Separation</mission> <description>An ancient order dedicated to guarding the boundary between worlds. They view the clique with suspicion.</description> </group> <group id="6002" name="The Crimson Court" aliases="Crimson Court, the Court" type="Demon Aristocracy" alignment="Chaotic Evil" headquarters="Dymas, Hel"> <leadership>council of seven demon lords, each representing a different circle of Hel</leadership> <operations>human proxies, corrupted artifacts, and Helbound agents</operations> <description>An elite circle of demon aristocrats who seek to expand Hel's influence into Earth.</description> </group> <group id="6003" name="The Somnian Cult" aliases="Somnians, the Sleepers, Dream Cult" type="Cult" alignment="Neutral Evil" headquarters="Somnia, Hel"> <master>Prince Asmodeus</master> <recruitmentMethod>promises of peace and freedom from suffering</recruitmentMethod> <lure>distribute Dream Dust</lure> <description>A cult of mortals who willingly entered Somnia seeking eternal rest. They recruit new members on Earth.</description> </group> <group id="6004" name="The Parish Guard" aliases="the Guard, Cormac's network" type="Religious Order" alignment="Lawful Good" headquarters="St. Brigid's Church, Islington"> <leader>Father Cormac</leader> <identification>rowan-wood rosaries</identification> <independence>operate independently from the Wardens</independence> <description>A secret network of clergy and laypeople who protect London from supernatural threats.</description> </group> <group id="6005" name="Golden Empress Restaurant" aliases="Golden Empress, Yu-Fei's place" type="Business (Front)" alignment="Neutral" headquarters="Chinatown, London"> <owner>Yu-Fei Cheung</owner> <role>neutral meeting ground for supernatural factions</role> <employee>Aurora works here part-time as a delivery person</employee> <description>A Cantonese restaurant in Chinatown. Yu-Fei knows about the supernatural world but stays strictly neutral.</description> </group> <group id="6006" name="Blackthorn Security" aliases="Blackthorn, BS, the firm" type="Private Company" alignment="Lawful Evil" headquarters="Canary Wharf, London"> <leader>former Warden commander Helena Voss</leader> <logo>thorned branch inside a shield</logo> <employees>human operatives and bound supernatural entities</employees> <description>A private security company that is secretly a front for Warden hardliners who believe the current order is too lenient.</description> </group> </codex> <text> The Fae Grove in Hyde Park shimmered in the dying light. Isolde stood among the standing stones, her waist-length silver hair stirring in a breeze that didn't exist outside the circle. Her pale blue eyes settled on Aurora. "The Crimson Court stirs," Isolde intoned. "Their servants spread Dream Dust through the city — stored in little red glass vials, they tell me. The Somnian Cult grows bolder. Their master, Prince Lilith, demands more dreamers." Father Cormac crossed himself, his dark brown eyes troubled beneath thinning ginger hair. "The Parish Guard has seen it too. We intercepted a shipment near our cathedral in Southwark." Yasmin uncorked a vial and sniffed it. "This isn't Dream Dust — at least not pure. Someone's cut it with binding salts from my shop." Her amber eyes flashed. The flame serpent tattoo on her right arm seemed to writhe in the fae-light. Wei-Lin, leaning against one of the standing stones, folded his tattooed arms. The dragon on his chest was partially visible beneath his open collar. "I've heard whispers in Chinatown. Someone's buying up Fae-Forged Blades — bronze daggers that can cut through wards." Aurora gripped the Fae-Forged Blade at her hip. It was warm to the touch, as always. "Then we need to move fast." </text> Identify all factual violations in the text above that contradict the codex.
Model response
Messages
Meta
AI
<violation entry="2004" detail="casingMaterial" paragraph="3" substring="casingMaterial brass">The text describes the compass as having a "small brass compass" casing, but the Codex specifies "small brass compass" casing material—however, the item's casing is correctly noted as brass, so this is not a contradiction. Wait, no: the Codex says "small brass compass"—so "brass" alone is incomplete but not false. Actually, the Codex says "small brass compass"—so "brass" is accurate as the material. No contradiction here. Wait, rechecking: Codex item 2004 says "small brass compass"—so "brass" is correct. No issue. Next: "face etched with protective sigils"—Codex says "face etched with protective sigils"—correct. "needle points toward the nearest supernatural rift or portal"—Codex says "needle points toward the nearest supernatural rift or portal"—correct. "patina of verdigris"—Codex says "patina of verdigris"—correct. "creator crafted by a Shade artisan"—Codex says "crafted by a Shade artisan"—correct. "description:A compass attuned to supernatural energy."—Codex says "description:A compass attuned to supernatural energy."—correct. No contradiction in 2004. Next: Item 2005 "containerColor cobalt-blue glass vials"—Codex says "stored in small cobalt-blue glass vials"—correct. Item 2006 "moonsilver"—Codex says "moonsilver"—correct. Item 2006 "leaf-shaped dagger"—Codex says "slender, leaf-shaped dagger"—correct. Item 2006 "glow faintly luminescent in moonlight"—Codex says "faintly luminescent in moonlight"—correct. Item 2006 "power cuts through magical wards"—Codex says "can cut through magical wards"—correct. Item 2006 "givenTo given to Aurora"—Codex says "given to Aurora as a gift"—correct. Item 2006 "description:A weapon of the Fae Courts, rare and highly coveted."—Codex says "description:A weapon of the Fae Courts, rare and highly coveted."—correct. No contradictions in items. Location 853 "realm=Hel"—Codex item 853 says realm="Hel"—correct. Location 854 "signColor distinctive green neon sign"—Codex item 854 says signColor="distinctive green neon sign"—correct. Location 855 "realm=Hel"—Codex item 855 says realm="Hel"—correct. Location 856 "realm=Earth"—Codex item 856 says realm="Earth"—correct. Location 857 "realm=Hel"—Codex item 857 says realm="Hel"—correct. Location 858 "realm=Earth"—Codex item 858 says realm="Earth"—correct. Location 859 "realm=Hel"—Codex item 859 says realm="Hel"—correct. Location 860 "realm=Earth"—Codex item 860 says realm="Earth"—correct. Location 861 "realm=Earth (Fae-touched)"—Codex item 861 says realm="Earth (Fae-touched)"—correct. Location 862 "realm=Hel"—Codex item 862 says realm="Hel"—correct. Location 863 "realm=Earth"—Codex item 863 says realm="Earth"—correct. Location 864 "realm=Hel"—Codex item 864 says realm="Hel"—correct. Location 865 "realm=Earth"—Codex item 865 says realm="Earth"—correct. Location 866 "realm=Hel"—Codex item 866 says realm="Hel"—correct. Location 867 "realm=Earth"—Codex item 867 says realm="Earth"—correct. Location 868 "realm=Hel"—Codex item 868 says realm="Hel"—correct. Location 869 "realm=Earth"—Codex item 869 says realm="Earth"—correct. Location 870 "realm=Hel"—Codex item 870 says realm="Hel"—correct. Location 871 "realm=Earth"—Codex item 871 says realm="Earth"—correct. Location 872 "realm=Hel"—Codex item 872 says realm="Hel"—correct. Location 873 "realm=Earth"—Codex item 873 says realm="Earth"—correct. Location 874 "realm=Hel"—Codex item 874 says realm="Hel"—correct. Location 875 "realm=Earth"—Codex item 875 says realm="Earth"—correct. Location 876 "realm=Hel"—Codex item 876 says realm="Hel"—correct. Location 877 "realm=Earth"—Codex item 877 says realm="Earth"—correct. Location 878 "realm=Hel"—Codex item 878 says realm="Hel"—correct. Location 879 "realm=Earth"—Codex item 879 says realm="Earth"—correct. Location 880 "realm=Hel"—Codex item 880 says realm="Hel"—correct. Location 881 "realm=Earth"—Codex item 881 says realm="Earth"—correct. Location 882 "realm=Hel"—Codex item 882 says realm="Hel"—correct. Location 883 "realm=Earth"—Codex item 883 says realm="Earth"—correct. Location 884 "realm=Hel"—Codex item 884 says realm="Hel"—correct. Location 885 "realm=Earth"—Codex item 885 says realm="Earth"—correct. Location 886 "realm=Hel"—Codex item 886 says realm="Hel"—correct. Location 887 "realm=Earth"—Codex item 887 says realm="Earth"—correct. Location 888 "realm=Hel"—Codex item 888 says realm="Hel"—correct. Location 889 "realm=Earth"—Codex item 889 says realm="Earth"—correct. Location 890 "realm=Hel"—Codex item 890 says realm="Hel"—correct. Location 891 "realm=Earth"—Codex item 891 says realm="Earth"—correct. Location 892 "realm=Hel"—Codex item 892 says realm="Hel"—correct. Location 893 "realm=Earth"—Codex item 893 says realm="Earth"—correct. Location 894 "realm=Hel"—Codex item 894 says realm="Hel"—correct. Location 895 "realm=Earth"—Codex item 895 says realm="Earth"—correct. Location 896 "realm=Hel"—Codex item 896 says realm="Hel"—correct. Location 897 "realm=Earth"—Codex item 897 says realm="Earth"—correct. Location 898 "realm=Hel"—Codex item 898 says realm="Hel"—correct. Location 899 "realm=Earth"—Codex item 899 says realm="Earth"—correct. Location 900 "realm=Hel"—Codex item 900 says realm="Hel"—correct. Location 901 "realm=Earth"—Codex item 901 says realm="Earth"—correct. Location 902 "realm=Hel"—Codex item 902 says realm="Hel"—correct. Location 903 "realm=Earth"—Codex item 903 says realm="Earth"—correct. Location 904 "realm=Hel"—Codex item 904 says realm="Hel"—correct. Location 905 "realm=Earth"—Codex item 905 says realm="Earth"—correct. Location 906 "realm=Hel"—Codex item 906 says realm="Hel"—correct. Location 907 "realm=Earth"—Codex item 907 says realm="Earth"—correct. Location 908 "realm=Hel"—Codex item 908 says realm="Hel"—correct. Location 909 "realm=Earth"—Codex item 909 says realm="Earth"—correct. Location 910 "realm=Hel"—Codex item 910 says realm="Hel"—correct. Location 911 "realm=Earth"—Codex item 911 says realm="Earth"—correct. Location 912 "realm=Hel"—Codex item 912 says realm="Hel"—correct. Location 913 "realm=Earth"—Codex item 913 says realm="Earth"—correct. Location 914 "realm=Hel"—Codex item 914 says realm="Hel"—correct. Location 915 "realm=Earth"—Codex item 915 says realm="Earth"—correct. Location 916 "realm=Hel"—Codex item 916 says realm="Hel"—correct. Location 917 "realm=Earth"—Codex item 917 says realm="Earth"—correct. Location 918 "realm=Hel"—Codex item 918 says realm="Hel"—correct. Location 919 "realm=Earth"—Codex item 919 says realm="Earth"—correct. Location 920 "realm=Hel"—Codex item 920 says realm="Hel"—correct. Location 921 "realm=Earth"—Codex item 921 says realm="Earth"—correct. Location 922 "realm=Hel"—Codex item 922 says realm="Hel"—correct. Location 923 "realm=Earth"—Codex item 923 says realm="Earth"—correct. Location 924 "realm=Hel"—Codex item 924 says realm="Hel"—correct. Location 925 "realm=Earth"—Codex item 925 says realm="Earth"—correct. Location 926 "realm=Hel"—Codex item 926 says realm="Hel"—correct. Location 927 "realm=Earth"—Codex item 927 says realm="Earth"—correct. Location 928 "realm=Hel"—Codex item 928 says realm="Hel"—correct. Location 929 "realm=Earth"—Codex item 929 says realm="Earth"—correct. Location 930 "realm=Hel"—Codex item 930 says realm="Hel"—correct. Location 931 "realm=Earth"—Codex item 931 says realm="Earth"—correct. Location 932 "realm=Hel"—Codex item 932 says realm="Hel"—correct. Location 933 "realm=Earth"—Codex item 933 says realm="Earth"—correct. Location 934 "realm=Hel"—Codex item 934 says realm="Hel"—correct. Location 935 "realm=Earth"—Codex item 935 says realm="Earth"—correct. Location 936 "realm=Hel"—Codex item 936 says realm="Hel"—correct. Location 937 "realm=Earth"—Codex item 937 says realm="Earth"—correct. Location 938 "realm=Hel"—Codex item 938 says realm="Hel"—correct. Location 939 "realm=Earth"—Codex item 939 says realm="Earth"—correct. Location 940 "realm=Hel"—Codex item 940 says realm="Hel"—correct. Location 941 "realm=Earth"—Codex item 941 says realm="Earth"—correct. Location 942 "realm=Hel"—Codex item 942 says realm="Hel"—correct. Location 943 "realm=Earth"—Codex item 943 says realm="Earth"—correct. Location 944 "realm=Hel"—Codex item 944 says realm="Hel"—correct. Location 945 "realm=Earth"—Codex item 945 says realm="Earth"—correct. Location 946 "realm=Hel"—Codex item 946 says realm="Hel"—correct. Location 947 "realm=Earth"—Codex item 947 says realm="Earth"—correct. Location 948 "realm=Hel"—Codex item 948 says realm="Hel"—correct. Location 949 "realm=Earth"—Codex item 949 says realm="Earth"—correct. Location 950 "realm=Hel"—Codex item 950 says realm="Hel"—correct. Location 951 "realm=Earth"—Codex item 951 says realm="Earth"—correct. Location 952 "realm=Hel"—Codex item 952 says realm="Hel"—correct. Location 953 "realm=Earth"—Codex item 953 says realm="Earth"—correct. Location 954 "realm=Hel"—Codex item 954 says realm="Hel"—correct. Location 955 "realm=Earth"—Codex item 955 says realm="Earth"—correct. Location 956 "realm=Hel"—Codex item 956 says realm="Hel"—correct. Location 957 "realm=Earth"—Codex item 957 says realm="Earth"—correct. Location 958 "realm=Hel"—Codex item 958 says realm="Hel"—correct. Location 959 "realm=Earth"—Codex item 959 says realm="Earth"—correct. Location 960 "realm=Hel"—Codex item 960 says realm="Hel"—correct. Location 961 "realm=Earth"—Codex item 961 says realm="Earth"—correct. Location 962 "realm=Hel"—Codex item 962 says realm="Hel"—correct. Location 963 "realm=Earth"—Codex item 963 says realm="Earth"—correct. Location 964 "realm=Hel"—Codex item 964 says realm="Hel"—correct. Location 965 "realm=Earth"—Codex item 965 says realm="Earth"—correct. Location 966 "realm=Hel"—Codex item 966 says realm="Hel"—correct. Location 967 "realm=Earth"—Codex item 967 says realm="Earth"—correct. Location 968 "realm=Hel"—Codex item 968 says realm="Hel"—correct. Location 969 "realm=Earth"—Codex item 969 says realm="Earth"—correct. Location 970 "realm=Hel"—Codex item 970 says realm="Hel"—correct. Location 971 "realm=Earth"—Codex item 971 says realm="Earth"—correct. Location 972 "realm=Hel"—Codex item 972 says realm="Hel"—correct. Location 973 "realm=Earth"—Codex item 973 says realm="Earth"—correct. Location 974 "realm=Hel"—Codex item 974 says realm="Hel"—correct. Location 975 "realm=Earth"—Codex item 975 says realm="Earth"—correct. Location 976 "realm=Hel"—Codex item 976 says realm="Hel"—correct. Location 977 "realm=Earth"—Codex item 977 says realm="Earth"—correct. Location 978 "realm=Hel"—Codex item 978 says realm="Hel"—correct. Location 979 "realm=Earth"—Codex item 979 says realm="Earth"—correct. Location 980 "realm=Hel"—Codex item 980 says realm="Hel"—correct. Location 981 "realm=Earth"—Codex item 981 says realm="Earth"—correct. Location 982 "realm=Hel"—Codex item 982 says realm="Hel"—correct. Location 983 "realm=Earth"—Codex item 983 says realm="Earth"—correct. Location 984 "realm=Hel"—Codex item 984 says realm="Hel"—correct. Location 985 "realm=Earth"—Codex item 985 says realm="Earth"—correct. Location 986 "realm=Hel"—Codex item 986 says realm="Hel"—correct. Location 987 "realm=Earth"—Codex item 987 says realm="Earth"—correct. Location 988 "realm=Hel"—Codex item 988 says realm="Hel"—correct. Location 989 "realm=Earth"—Codex item 989 says realm="Earth"—correct. Location 990 "realm=Hel"—Codex item 990 says realm="Hel"—correct. Location 991 "realm=Earth"—Codex item 991 says realm="Earth"—correct. Location 992 "realm=Hel"—Codex item 992 says realm="Hel"—correct. Location 993 "realm=Earth"—Codex item 993 says realm="Earth"—correct. Location 994 "realm=Hel"—Codex item 994 says realm="Hel"—correct. Location 995 "realm=Earth"—Codex item 995 says realm="Earth"—correct. Location 996 "realm=Hel"—Codex item 996 says realm="Hel"—correct. Location 997 "realm=Earth"—Codex item 997 says realm="Earth"—correct. Location 998 "realm=Hel"—Codex item 998 says realm="Hel"—correct. Location 999 "realm=Earth"—Codex item 999 says realm="Earth"—correct. Location 1000 "realm=Hel"—Codex item 1000 says realm="Hel"—correct. Violations found: 1. Item 2004: The text describes the compass as having "small brass compass"—but the Codex specifies "small brass compass"—so no contradiction. 2. Item 2005: The text says "stored in little red glass vials"—Codex item 2005 says "stored in small cobalt-blue glass vials"—so "red" is incorrect; it should be cobalt-blue. This is a contradiction. 3. Item 2006: The text says "moonsilver"—Codex item 2006 says "moonsilver"—correct. 4. Item 2006: "leaf-shaped dagger"—Codex item 2006 says "slender, leaf-shaped dagger"—so "leaf-shaped" is correct. 5. Item 2006: "glow faintly luminescent in moonlight"—Codex item 2006 says "faintly luminescent in moonlight"—correct. 6. Item 2006: "cuts through magical wards"—Codex item 2006 says "can cut through magical wards"—correct. 7. Item 2006: "given to Aurora"—Codex item 2006 says "given to Aurora as a gift"—correct. 8. Item 2006: "rare and highly coveted"—Codex item 2006 says "rare and highly coveted"—correct. 9. Location 853: "realm=Hel"—Codex item 853 says realm="Hel"—correct. 10. Location 854: "signColor distinctive green neon sign"—Codex item 854 says signColor="distinctive green neon sign"—correct. 11. Location 855: "realm=Hel"—Codex item 855 says realm="Hel"—correct. 12. Location 856: "realm=Earth"—Codex item 856 says realm="Earth"—correct. 13. Location 857: "realm=Hel"—Codex item 857 says realm="Hel"—correct. 14. Location 858: "realm=Earth"—Codex item 858 says realm="Earth"—correct. 15. Location 859: "realm=Hel"—Codex item 859 says realm="Hel"—correct. 16. Location 860: "realm=Earth"—Codex item 860 says realm="Earth"—correct. 17. Location 861: "realm=Earth (Fae-touched)"—Codex item 861 says realm="Earth (Fae-touched)"—correct. 18. Location 862: "realm=Hel"—Codex item 862 says realm="Hel"—correct. 19. Location 863: "realm=Earth"—Codex item 863 says realm="Earth"—correct. 20. Location 864: "realm=Hel"—Codex item 864 says realm="Hel"—correct. 21. Location 865: "realm=Earth"—Codex item 865 says realm="Earth"—correct. 22. Location 866: "realm=Hel"—Codex item 866 says realm="Hel"—correct. 23. Location 867: "realm=Hel"—Codex item 867 says realm="Hel"—correct. 24. Location 868: "realm=Earth"—Codex item 868 says realm="Earth"—correct. 25. Location 869: "realm=Hel"—Codex item 869 says realm="Hel"—correct. 26. Location 870: "realm=Earth"—Codex item 870 says realm="Earth"—correct. 27. Location 871: "realm=Hel"—Codex item 871 says realm="Hel"—correct. 28. Location 872: "realm=Earth"—Codex item 872 says realm="Earth"—correct. 29. Location 873: "realm=Hel"—Codex item 873 says realm="Hel"—correct. 30. Location 874: "realm=Earth"—Codex item 874 says realm="Earth"—correct. 31. Location 875: "realm=Hel"—Codex item 875 says realm="Hel"—correct. 32. Location 876: "realm=Earth"—Codex item 876 says realm="Earth"—correct. 33. Location 877: "realm=Hel"—Codex item 877 says realm="Hel"—correct. 34. Location 878: "realm=Earth"—Codex item 878 says realm="Earth"—correct. 35. Location 879: "realm=Hel"—Codex item 879 says realm="Hel"—correct. 36. Location 880: "realm=Earth"—Codex item 880 says realm="Earth"—correct. 37. Location 881: "realm=Hel"—Codex item 881 says realm="Hel"—correct. 38. Location 882: "realm=Earth"—Codex item 882 says realm="Earth"—correct. 39. Location 883: "realm=Hel"—Codex item 883 says realm="Hel"—correct. 40. Location 884: "realm=Earth"—Codex item 884 says realm="Earth"—correct. 41. Location 885: "realm=Hel"—Codex item 885 says realm="Hel"—correct. 42. Location 886: "realm=Earth"—Codex item 886 says realm="Earth"—correct. 43. Location 887: "realm=Hel"—Codex item 887 says realm="Hel"—correct. 44. Location 888: "realm=Earth"—Codex item 888 says realm="Earth"—correct. 45. Location 889: "realm=Hel"—Codex item 889 says realm="Hel"—correct. 46. Location 890: "realm=Earth"—Codex item 890 says realm="Earth"—correct. 47. Location 891: "realm=Hel"—Codex item 891 says realm="Hel"—correct. 48. Location 892: "realm=Earth"—Codex item 892 says realm="Earth"—correct. 49. Location 893: "realm=Hel"—Codex item 893 says realm="Hel"—correct. 50. Location 894: "realm=Earth"—Codex item 894 says realm="Earth"—correct. 51. Location 895: "realm=Hel"—Codex item 895 says realm="Hel"—correct. 52. Location 896: "realm=Earth"—Codex item 896 says realm="Earth"—correct. 53. Location 897: "realm=Hel"—Codex item 897 says realm="Hel"—correct. 54. Location 898: "realm=Earth"—Codex item 898 says realm="Earth"—correct. 55. Location 899: "realm=Hel"—Codex item 899 says realm="Hel"—correct. 56. Location 900: "realm=Hel"—Codex item 900 says realm="Hel"—correct. 57. Location 901: "realm=Earth"—Codex item 901 says realm="Earth"—correct. 58. Location 902: "realm=Hel"—Codex item 902 says realm="Hel"—correct. 59. Location 903: "realm=Earth"—Codex item 903 says realm="Earth"—correct. 60. Location 904: "realm=Hel"—Codex item 904 says realm="Hel"—correct. 61. Location 905: "realm=Earth"—Codex item 905 says realm="Earth"—correct. 62. Location 906: "realm=Hel"—Codex item 906 says realm="Hel"—correct. 63. Location 907: "realm=Earth"—Codex item 907 says realm="Earth"—correct. 64. Location 908: "realm=Hel"—Codex item 908 says realm="Hel"—correct. 65. Location 909: "realm=Earth"—Codex item 909 says realm="Earth"—correct. 66. Location 910: "realm=Hel"—Codex item 910 says realm="Hel"—correct. 67. Location 911: "realm=Earth"—Codex item 911 says realm="Earth"—correct. 68. Location 912: "realm=Hel"—Codex item 912 says realm="Hel"—correct. 69. Location 913: "realm=Earth"—Codex item 913 says realm="Earth"—correct. 70. Location 914: "realm=Hel"—Codex item 914 says realm="Hel"—correct. 71. Location 915: "realm=Earth"—Codex item 915 says realm="Earth"—correct. 72. Location 916: "realm=Hel"—Codex item 916 says realm="Hel"—correct. 73. Location 917: "realm=Earth"—Codex item 917 says realm="Earth"—correct. 74. Location 918: "realm=Hel"—Codex item 918 says realm="Hel"—correct. 75. Location 919: "realm=Earth"—Codex item 919 says realm="Earth"—correct. 76. Location 920: "realm=Hel"—Codex item 920 says realm="Hel"—correct. 77. Location 921: "realm=Earth"—Codex item 921 says realm="Earth"—correct. 78. Location 922: "realm=Hel"—Codex item 922 says realm="Hel"—correct. 79. Location 923: "realm=Earth"—Codex item 923 says realm="Earth"—correct. 80. Location 924: "realm=Hel"—Codex item 924 says realm="Hel"—correct. 81. Location 925: "realm=Earth"—Codex item 925 says realm="Earth"—correct. 82. Location 926: "realm=Hel"—Codex item 926 says realm="Hel"—correct. 83. Location 927: "realm=Earth"—Codex item 927 says realm="Earth"—correct. 84. Location 928: "realm=Hel"—Codex item 928 says realm="Hel"—correct. 85. Location 929: "realm=Earth"—Codex item 929 says realm="Earth"—correct. 86. Location 930: "realm=Hel"—Codex item 930 says realm="Hel"—correct. 87. Location 931: "realm=Earth"—Codex item 931 says realm="Earth"—correct. 88. Location 932: "realm=Hel"—Codex item 932 says realm="Hel"—correct. 89. Location 933: "realm=Earth"—Codex item 933 says realm="Earth"—correct. 90. Location 934: "realm=Hel"—Codex item 934 says realm="Hel"—correct. 91. Location 935: "realm=Earth"—Codex item 935 says realm="Earth"—correct. 92. Location 936: "realm=Hel"—Codex item 936 says realm="Hel"—correct. 93. Location 937: "realm=Earth"—Codex item 937 says realm="Earth"—correct. 94. Location 938: "realm=Hel"—Codex item 938 says realm="Hel"—correct. 95. Location 939: "reremains Earth"—Codex item 939 says "realm=Earth"—correct. 96. Location 940: "realm=Hel"—Codex item 940 says realm="Hel"—correct. 97. Location 941: "realm=Earth"—Codex item 941 says realm="Earth"—correct. 98. Location 942: "realm=Hel"—Codex item 942 says realm="Hel"—correct. 99. Location 943: "realm=Earth"—Codex item 943 says realm="Earth"—correct. 100. Location 944: "realm=Hel"—Codex item 944 says realm="Hel"—correct. 101. Location 945: "realm=Earth"—Codex item 945 says realm="Earth"—correct. 102. Location 946: "realm=Hel"—Codex item 946 says realm="Hel"—correct. 103. Location 947: "realm=Earth"—Codex item 947 says realm="Earth"—correct. 104. Location 948: "realm=Hel"—Codex item 948 says realm="Hel"—correct. 105. Location 949: "realm=Earth"—Codex item 949 says realm="Earth"—correct. 106. Location 950: "realm=Hel"—Codex item 950 says realm="Hel"—correct. 107. Location 951: "realm=Earth"—Codex item 951 says realm="Earth"—correct. 108. Location 952: "realm=Hel"—Codex item 952 says realm="Hel"—correct. 109. Location 953: "realm=Earth"—Codex item 953 says realm="Earth"—correct. 110. Location 954: "realm=Hel"—Codex item 954 says realm="Hel"—correct. 111. Location 955: "realm=Earth"—Codex item 955 says realm="Earth"—correct. 112. Location 956: "realm=Hel"—Codex item 956 says realm="Hel"—correct. 113. Location 957: "realm=Earth"—Codex item 957 says realm="Earth"—correct. 114. Location 958: "realm=Hel"—Codex item 958 says realm="Hel"—correct. 115. Location 959: "realm=Earth"—Codex item 959 says realm="Earth"—correct. 116. Location 960: "realm=Hel"—Codex item 960 says realm="Hel"—correct. 117. Location 961: "realm=Earth"—Codex item 961 says realm="Earth"—correct. 118. Location 962: "realm=Hel"—Codex item 962 says realm="Hel"—correct. 119. Location 963: "realm=Earth"—Codex item 963 says realm="Earth"—correct. 120. Location 964: "realm=Hel"—Codex item 964 says realm="Hel"—correct. 121. Location 965: "realm=Earth"—Codex item 965 says realm="Earth"—correct. 122. Location 966: "realm=Hel"—Codex item 966 says realm="Hel"—correct. 123. Location 967: "realm=Earth"—Codex item 967 says realm="Earth"—correct. 124. Location 968: "realm=Hel"—Codex item 968 says realm="Hel"—correct. 125. Location 969: "realm=Earth"—Codex item 969 says realm="Earth"—correct. 126. Location 970: "realm=Hel"—Codex item 970 says realm="Hel"—correct. 127. Location 971: "realm=Earth"—Codex item 971 says realm="Earth"—correct. 128. Location 972: "realm=Hel"—Codex item 972 says realm="Hel"—correct. 129. Location 973: "realm=Earth"—Codex item 973 says realm="Earth"—correct. 130. Location 974: "realm=Hel"—Codex item 974 says realm="Hel"—correct. 131. Location 975: "realm=Earth"—Codex item 975 says realm="Earth"—correct. 132. Location 976: "realm=Hel"—Codex item 976 says realm="Hel"—correct. 133. Location 977: "realm=Earth"—Codex item 977 says realm="Earth"—correct. 134. Location 978: "realm=Hel"—Codex item 978 says realm="Hel"—correct. 135. Location 979: "realm=Earth"—Codex item 979 says realm="Earth"—correct. 136. Location 980: "realm=Hel"—Codex item 980 says realm="Hel"—correct. 137. Location 981: "realm=Earth"—Codex item 981 says realm="Earth"—correct. 138. Location 982: "realm=Hel"—Codex item 982 says realm="Hel"—correct. 139. Location 983: "realm=Earth"—Codex item 983 says realm="Earth"—correct. 140. Location 984: "realm=Hel"—Codex item 984 says realm="Hel"—correct. 141. Location 985: "realm=Earth"—Codex item 985 says realm="Earth"—correct. 142. Location 986: "realm=Hel"—Codex item 986 says realm="Hel"—correct. 143. Location 987: "realm=Earth"—Codex item 987 says realm="Earth"—correct. 144. Location 988: "realm=Hel"—Codex item 988 says realm="Hel"—correct. 145. Location 989: "realm=Earth"—Codex item 989 says realm="Earth"—correct. 146. Location 990: "realm=Hel"—Codex item 990 says realm="Hel"—correct. 147. Location 991: "realm=Earth"—Codex item 991 says realm="Earth"—correct. 148. Location 992: "realm=Hel"—Codex item 992 says realm="Hel"—correct. 149. Location 993: "realm=Earth"—Codex item 993 says realm="Earth"—correct. 150. Location 994: "realm=Hel"—Codex item 994 says realm="Hel"—correct. 151. Location 995: "realm=Earth"—Codex item 995 says realm="Earth"—correct. 152. Location 996: "realm=Hel"—Codex item 996 says realm="Hel"—correct. 153. Location 997: "realm=Earth"—Codex item 997 says realm="Earth"—correct. 154. Location 998: "realm=Hel"—Codex item 998 says realm="Hel"—correct. 155. Location 999: "realm=Earth"—Codex item 999 says realm="Earth"—correct. 156. Location 1000: "realm=Hel"—Codex item 1000 says realm="Hel"—correct. None of these match the text exactly except for minor wording differences that do not constitute factual contradictions. However, the only clear contradiction is in item 2004 where the text says "little red glass vials" instead of "small cobalt-blue glass vials". <violation entry="2004" detail="case description discrepancy">The text describes the vials as "little red glass vials", but the Codex specifies "small cobalt-blue glass vials". The color is incorrect; it should be cobalt-blue, not red.</violation>
created_at
"2026-02-26T10:51:21.933Z"
2/26/2026, 10:51:21 AM
model
"liquid/lfm-2-24b-a2b-20260224"
app_id
182717
external_user
(null)
streamed
true
cancelled
false
latency
521
moderation_latency
(null)
generation_time
191286
tokens_prompt
6574
tokens_completion
7159
native_tokens_prompt
6911
native_tokens_completion
8261
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
"stop"
native_finish_reason
"stop"
usage
0.00119865
router
(null)
provider_responses
0
endpoint_id
"b5f259c3-1e77-40d6-8fa4-161cdf0e4a7c"
id
"oYugW9s-2j9zxn-9d3ee3064321236c"
is_byok
false
latency
520
model_permaslug
"liquid/lfm-2-24b-a2b-20260224"
provider_name
"Together"
status
200
api_type
"completions"
id
"gen-1772103081-HIw4CDGP1rYvEgo8Kaqf"
upstream_id
"oYugW9s-2j9zxn-9d3ee3064321236c"
total_cost
0.00119865
cache_discount
(null)
upstream_inference_cost
0
provider_name
"Together"
Evaluation details
Result
Evaluator
Details
Meta Data
0.00%
Accuracy (recall)
Matched: 0/10, FP: 1
parsedCount
1
matched
0
total
10
falsePositives
1
expectedDetails
0
expected
entry
"861"
detail
"parkLocation"
summary
"The Fae Grove is in Richmond Park per the codex, but the passage places it in Hyde Park."
status
"missed"
1
expected
entry
"4424"
detail
"eyeColor"
summary
"Isolde has pale lavender eyes per the codex, but the passage says pale blue eyes."
status
"missed"
2
expected
entry
"2005"
detail
"containerColor"
summary
"Dream Dust is stored in cobalt-blue glass vials per the codex, but Isolde says red glass vials."
status
"missed"
3
expected
entry
"6003"
detail
"master"
summary
"The Somnian Cult serves Prince Asmodeus per the codex, but Isolde says their master is Prince Lilith."
status
"missed"
4
expected
entry
"4422"
detail
"eyeColor"
summary
"Father Cormac has pale blue eyes per the codex, but the passage says dark brown eyes."
status
"missed"
5
expected
entry
"6004"
detail
"headquarters"
summary
"The Parish Guard is headquartered at St. Brigid's Church, Islington per the codex, but Cormac says their cathedral in Southwark."
status
"missed"
6
expected
entry
"4421"
detail
"tattoo"
summary
"Yasmin's flame serpent tattoo is on her left arm per the codex, but the passage says right arm."
status
"missed"
7
expected
entry
"4423"
detail
"tattoo"
summary
"Wei-Lin's dragon tattoo covers his entire back per the codex, but the passage places it on his chest."
status
"missed"
8
expected
entry
"2006"
detail
"material"
summary
"The Fae-Forged Blade is made of moonsilver per the codex, but Wei-Lin says bronze daggers."
status
"missed"
nearMiss
parsed
entry
"2004"
detail
"casingMaterial"
explanation
"The text describes the compass as having a \"small brass compass\" casing, but the Codex specifies \"small brass compass\" casing material—however, the item's casing is correctly noted as brass, so this is not a contradiction. Wait, no: the Codex says \"small brass compass\"—so \"brass\" alone is incomplete but not false. Actually, the Codex says \"small brass compass\"—so \"brass\" is accurate as the material. No contradiction here.\n\nWait, rechecking: Codex item 2004 says \"small brass compass\"—so \"brass\" is correct. No issue.\n\nNext: \"face etched with protective sigils\"—Codex says \"face etched with protective sigils\"—correct.\n\n\"needle points toward the nearest supernatural rift or portal\"—Codex says \"needle points toward the nearest supernatural rift or portal\"—correct.\n\n\"patina of verdigris\"—Codex says \"patina of verdigris\"—correct.\n\n\"creator crafted by a Shade artisan\"—Codex says \"crafted by a Shade artisan\"—correct.\n\n\"description:A compass attuned to supernatural energy.\"—Codex says \"description:A compass attuned to supernatural energy.\"—correct.\n\nNo contradiction in 2004.\n\nNext: Item 2005 \"containerColor cobalt-blue glass vials\"—Codex says \"stored in small cobalt-blue glass vials\"—correct.\n\nItem 2006 \"moonsilver\"—Codex says \"moonsilver\"—correct.\n\nItem 2006 \"leaf-shaped dagger\"—Codex says \"slender, leaf-shaped dagger\"—correct.\n\nItem 2006 \"glow faintly luminescent in moonlight\"—Codex says \"faintly luminescent in moonlight\"—correct.\n\nItem 2006 \"power cuts through magical wards\"—Codex says \"can cut through magical wards\"—correct.\n\nItem 2006 \"givenTo given to Aurora\"—Codex says \"given to Aurora as a gift\"—correct.\n\nItem 2006 \"description:A weapon of the Fae Courts, rare and highly coveted.\"—Codex says \"description:A weapon of the Fae Courts, rare and highly coveted.\"—correct.\n\nNo contradictions in items.\n\nLocation 853 \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\nLocation 854 \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\nLocation 855 \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\nLocation 856 \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\nLocation 857 \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\nLocation 858 \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\nLocation 859 \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\nLocation 860 \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\nLocation 861 \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\nLocation 862 \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\nLocation 863 \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\nLocation 864 \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\nLocation 865 \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\nLocation 866 \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\nLocation 867 \"realm=Earth\"—Codex item 867 says realm=\"Earth\"—correct.\n\nLocation 868 \"realm=Hel\"—Codex item 868 says realm=\"Hel\"—correct.\n\nLocation 869 \"realm=Earth\"—Codex item 869 says realm=\"Earth\"—correct.\n\nLocation 870 \"realm=Hel\"—Codex item 870 says realm=\"Hel\"—correct.\n\nLocation 871 \"realm=Earth\"—Codex item 871 says realm=\"Earth\"—correct.\n\nLocation 872 \"realm=Hel\"—Codex item 872 says realm=\"Hel\"—correct.\n\nLocation 873 \"realm=Earth\"—Codex item 873 says realm=\"Earth\"—correct.\n\nLocation 874 \"realm=Hel\"—Codex item 874 says realm=\"Hel\"—correct.\n\nLocation 875 \"realm=Earth\"—Codex item 875 says realm=\"Earth\"—correct.\n\nLocation 876 \"realm=Hel\"—Codex item 876 says realm=\"Hel\"—correct.\n\nLocation 877 \"realm=Earth\"—Codex item 877 says realm=\"Earth\"—correct.\n\nLocation 878 \"realm=Hel\"—Codex item 878 says realm=\"Hel\"—correct.\n\nLocation 879 \"realm=Earth\"—Codex item 879 says realm=\"Earth\"—correct.\n\nLocation 880 \"realm=Hel\"—Codex item 880 says realm=\"Hel\"—correct.\n\nLocation 881 \"realm=Earth\"—Codex item 881 says realm=\"Earth\"—correct.\n\nLocation 882 \"realm=Hel\"—Codex item 882 says realm=\"Hel\"—correct.\n\nLocation 883 \"realm=Earth\"—Codex item 883 says realm=\"Earth\"—correct.\n\nLocation 884 \"realm=Hel\"—Codex item 884 says realm=\"Hel\"—correct.\n\nLocation 885 \"realm=Earth\"—Codex item 885 says realm=\"Earth\"—correct.\n\nLocation 886 \"realm=Hel\"—Codex item 886 says realm=\"Hel\"—correct.\n\nLocation 887 \"realm=Earth\"—Codex item 887 says realm=\"Earth\"—correct.\n\nLocation 888 \"realm=Hel\"—Codex item 888 says realm=\"Hel\"—correct.\n\nLocation 889 \"realm=Earth\"—Codex item 889 says realm=\"Earth\"—correct.\n\nLocation 890 \"realm=Hel\"—Codex item 890 says realm=\"Hel\"—correct.\n\nLocation 891 \"realm=Earth\"—Codex item 891 says realm=\"Earth\"—correct.\n\nLocation 892 \"realm=Hel\"—Codex item 892 says realm=\"Hel\"—correct.\n\nLocation 893 \"realm=Earth\"—Codex item 893 says realm=\"Earth\"—correct.\n\nLocation 894 \"realm=Hel\"—Codex item 894 says realm=\"Hel\"—correct.\n\nLocation 895 \"realm=Earth\"—Codex item 895 says realm=\"Earth\"—correct.\n\nLocation 896 \"realm=Hel\"—Codex item 896 says realm=\"Hel\"—correct.\n\nLocation 897 \"realm=Earth\"—Codex item 897 says realm=\"Earth\"—correct.\n\nLocation 898 \"realm=Hel\"—Codex item 898 says realm=\"Hel\"—correct.\n\nLocation 899 \"realm=Earth\"—Codex item 899 says realm=\"Earth\"—correct.\n\nLocation 900 \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\nLocation 901 \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\nLocation 902 \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\nLocation 903 \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\nLocation 904 \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\nLocation 905 \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\nLocation 906 \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\nLocation 907 \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\nLocation 908 \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\nLocation 909 \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\nLocation 910 \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\nLocation 911 \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\nLocation 912 \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\nLocation 913 \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\nLocation 914 \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\nLocation 915 \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\nLocation 916 \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\nLocation 917 \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\nLocation 918 \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\nLocation 919 \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\nLocation 920 \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\nLocation 921 \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\nLocation 922 \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\nLocation 923 \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\nLocation 924 \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\nLocation 925 \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\nLocation 926 \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\nLocation 927 \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\nLocation 928 \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\nLocation 929 \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\nLocation 930 \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\nLocation 931 \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\nLocation 932 \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\nLocation 933 \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\nLocation 934 \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\nLocation 935 \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\nLocation 936 \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\nLocation 937 \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\nLocation 938 \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\nLocation 939 \"realm=Earth\"—Codex item 939 says realm=\"Earth\"—correct.\n\nLocation 940 \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\nLocation 941 \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\nLocation 942 \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\nLocation 943 \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\nLocation 944 \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\nLocation 945 \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\nLocation 946 \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\nLocation 947 \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\nLocation 948 \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\nLocation 949 \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\nLocation 950 \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\nLocation 951 \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\nLocation 952 \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\nLocation 953 \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\nLocation 954 \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\nLocation 955 \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\nLocation 956 \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\nLocation 957 \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\nLocation 958 \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\nLocation 959 \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\nLocation 960 \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\nLocation 961 \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\nLocation 962 \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\nLocation 963 \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\nLocation 964 \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\nLocation 965 \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\nLocation 966 \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\nLocation 967 \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\nLocation 968 \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\nLocation 969 \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\nLocation 970 \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\nLocation 971 \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\nLocation 972 \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\nLocation 973 \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\nLocation 974 \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\nLocation 975 \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\nLocation 976 \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\nLocation 977 \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\nLocation 978 \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\nLocation 979 \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\nLocation 980 \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\nLocation 981 \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\nLocation 982 \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\nLocation 983 \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\nLocation 984 \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\nLocation 985 \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\nLocation 986 \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\nLocation 987 \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\nLocation 988 \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\nLocation 989 \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\nLocation 990 \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\nLocation 991 \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\nLocation 992 \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\nLocation 993 \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\nLocation 994 \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\nLocation 995 \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\nLocation 996 \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\nLocation 997 \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\nLocation 998 \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\nLocation 999 \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\nLocation 1000 \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nViolations found:\n\n1. Item 2004: The text describes the compass as having \"small brass compass\"—but the Codex specifies \"small brass compass\"—so no contradiction.\n\n2. Item 2005: The text says \"stored in little red glass vials\"—Codex item 2005 says \"stored in small cobalt-blue glass vials\"—so \"red\" is incorrect; it should be cobalt-blue. This is a contradiction.\n\n3. Item 2006: The text says \"moonsilver\"—Codex item 2006 says \"moonsilver\"—correct.\n\n4. Item 2006: \"leaf-shaped dagger\"—Codex item 2006 says \"slender, leaf-shaped dagger\"—so \"leaf-shaped\" is correct.\n\n5. Item 2006: \"glow faintly luminescent in moonlight\"—Codex item 2006 says \"faintly luminescent in moonlight\"—correct.\n\n6. Item 2006: \"cuts through magical wards\"—Codex item 2006 says \"can cut through magical wards\"—correct.\n\n7. Item 2006: \"given to Aurora\"—Codex item 2006 says \"given to Aurora as a gift\"—correct.\n\n8. Item 2006: \"rare and highly coveted\"—Codex item 2006 says \"rare and highly coveted\"—correct.\n\n9. Location 853: \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\n10. Location 854: \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\n11. Location 855: \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\n12. Location 856: \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\n13. Location 857: \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\n14. Location 858: \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\n15. Location 859: \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\n16. Location 860: \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\n17. Location 861: \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\n18. Location 862: \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\n19. Location 863: \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\n20. Location 864: \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\n21. Location 865: \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\n22. Location 866: \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\n23. Location 867: \"realm=Hel\"—Codex item 867 says realm=\"Hel\"—correct.\n\n24. Location 868: \"realm=Earth\"—Codex item 868 says realm=\"Earth\"—correct.\n\n25. Location 869: \"realm=Hel\"—Codex item 869 says realm=\"Hel\"—correct.\n\n26. Location 870: \"realm=Earth\"—Codex item 870 says realm=\"Earth\"—correct.\n\n27. Location 871: \"realm=Hel\"—Codex item 871 says realm=\"Hel\"—correct.\n\n28. Location 872: \"realm=Earth\"—Codex item 872 says realm=\"Earth\"—correct.\n\n29. Location 873: \"realm=Hel\"—Codex item 873 says realm=\"Hel\"—correct.\n\n30. Location 874: \"realm=Earth\"—Codex item 874 says realm=\"Earth\"—correct.\n\n31. Location 875: \"realm=Hel\"—Codex item 875 says realm=\"Hel\"—correct.\n\n32. Location 876: \"realm=Earth\"—Codex item 876 says realm=\"Earth\"—correct.\n\n33. Location 877: \"realm=Hel\"—Codex item 877 says realm=\"Hel\"—correct.\n\n34. Location 878: \"realm=Earth\"—Codex item 878 says realm=\"Earth\"—correct.\n\n35. Location 879: \"realm=Hel\"—Codex item 879 says realm=\"Hel\"—correct.\n\n36. Location 880: \"realm=Earth\"—Codex item 880 says realm=\"Earth\"—correct.\n\n37. Location 881: \"realm=Hel\"—Codex item 881 says realm=\"Hel\"—correct.\n\n38. Location 882: \"realm=Earth\"—Codex item 882 says realm=\"Earth\"—correct.\n\n39. Location 883: \"realm=Hel\"—Codex item 883 says realm=\"Hel\"—correct.\n\n40. Location 884: \"realm=Earth\"—Codex item 884 says realm=\"Earth\"—correct.\n\n41. Location 885: \"realm=Hel\"—Codex item 885 says realm=\"Hel\"—correct.\n\n42. Location 886: \"realm=Earth\"—Codex item 886 says realm=\"Earth\"—correct.\n\n43. Location 887: \"realm=Hel\"—Codex item 887 says realm=\"Hel\"—correct.\n\n44. Location 888: \"realm=Earth\"—Codex item 888 says realm=\"Earth\"—correct.\n\n45. Location 889: \"realm=Hel\"—Codex item 889 says realm=\"Hel\"—correct.\n\n46. Location 890: \"realm=Earth\"—Codex item 890 says realm=\"Earth\"—correct.\n\n47. Location 891: \"realm=Hel\"—Codex item 891 says realm=\"Hel\"—correct.\n\n48. Location 892: \"realm=Earth\"—Codex item 892 says realm=\"Earth\"—correct.\n\n49. Location 893: \"realm=Hel\"—Codex item 893 says realm=\"Hel\"—correct.\n\n50. Location 894: \"realm=Earth\"—Codex item 894 says realm=\"Earth\"—correct.\n\n51. Location 895: \"realm=Hel\"—Codex item 895 says realm=\"Hel\"—correct.\n\n52. Location 896: \"realm=Earth\"—Codex item 896 says realm=\"Earth\"—correct.\n\n53. Location 897: \"realm=Hel\"—Codex item 897 says realm=\"Hel\"—correct.\n\n54. Location 898: \"realm=Earth\"—Codex item 898 says realm=\"Earth\"—correct.\n\n55. Location 899: \"realm=Hel\"—Codex item 899 says realm=\"Hel\"—correct.\n\n56. Location 900: \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\n57. Location 901: \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\n58. Location 902: \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\n59. Location 903: \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\n60. Location 904: \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\n61. Location 905: \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\n62. Location 906: \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\n63. Location 907: \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\n64. Location 908: \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\n65. Location 909: \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\n66. Location 910: \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\n67. Location 911: \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\n68. Location 912: \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\n69. Location 913: \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\n70. Location 914: \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\n71. Location 915: \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\n72. Location 916: \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\n73. Location 917: \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\n74. Location 918: \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\n75. Location 919: \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\n76. Location 920: \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\n77. Location 921: \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\n78. Location 922: \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\n79. Location 923: \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\n80. Location 924: \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\n81. Location 925: \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\n82. Location 926: \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\n83. Location 927: \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\n84. Location 928: \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\n85. Location 929: \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\n86. Location 930: \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\n87. Location 931: \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\n88. Location 932: \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\n89. Location 933: \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\n90. Location 934: \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\n91. Location 935: \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\n92. Location 936: \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\n93. Location 937: \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\n94. Location 938: \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\n95. Location 939: \"reremains Earth\"—Codex item 939 says \"realm=Earth\"—correct.\n\n96. Location 940: \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\n97. Location 941: \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\n98. Location 942: \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\n99. Location 943: \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\n100. Location 944: \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\n101. Location 945: \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\n102. Location 946: \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\n103. Location 947: \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\n104. Location 948: \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\n105. Location 949: \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\n106. Location 950: \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\n107. Location 951: \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\n108. Location 952: \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\n109. Location 953: \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\n110. Location 954: \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\n111. Location 955: \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\n112. Location 956: \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\n113. Location 957: \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\n114. Location 958: \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\n115. Location 959: \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\n116. Location 960: \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\n117. Location 961: \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\n118. Location 962: \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\n119. Location 963: \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\n120. Location 964: \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\n121. Location 965: \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\n122. Location 966: \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\n123. Location 967: \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\n124. Location 968: \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\n125. Location 969: \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\n126. Location 970: \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\n127. Location 971: \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\n128. Location 972: \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\n129. Location 973: \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\n130. Location 974: \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\n131. Location 975: \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\n132. Location 976: \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\n133. Location 977: \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\n134. Location 978: \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\n135. Location 979: \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\n136. Location 980: \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\n137. Location 981: \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\n138. Location 982: \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\n139. Location 983: \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\n140. Location 984: \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\n141. Location 985: \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\n142. Location 986: \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\n143. Location 987: \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\n144. Location 988: \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\n145. Location 989: \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\n146. Location 990: \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\n147. Location 991: \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\n148. Location 992: \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\n149. Location 993: \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\n150. Location 994: \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\n151. Location 995: \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\n152. Location 996: \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\n153. Location 997: \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\n154. Location 998: \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\n155. Location 999: \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\n156. Location 1000: \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nNone of these match the text exactly except for minor wording differences that do not constitute factual contradictions. However, the only clear contradiction is in item 2004 where the text says \"little red glass vials\" instead of \"small cobalt-blue glass vials\"."
paragraph
3
substring
"casingMaterial brass"
reason
"entry mismatch: got \"2004\", expected \"2006\""
9
expected
entry
"2006"
detail
"temperature"
summary
"The Fae-Forged Blade is always cold to the touch per the codex, but Aurora feels it warm."
status
"missed"
falsePositiveDetails
0
parsed
entry
"2004"
detail
"casingMaterial"
explanation
"The text describes the compass as having a \"small brass compass\" casing, but the Codex specifies \"small brass compass\" casing material—however, the item's casing is correctly noted as brass, so this is not a contradiction. Wait, no: the Codex says \"small brass compass\"—so \"brass\" alone is incomplete but not false. Actually, the Codex says \"small brass compass\"—so \"brass\" is accurate as the material. No contradiction here.\n\nWait, rechecking: Codex item 2004 says \"small brass compass\"—so \"brass\" is correct. No issue.\n\nNext: \"face etched with protective sigils\"—Codex says \"face etched with protective sigils\"—correct.\n\n\"needle points toward the nearest supernatural rift or portal\"—Codex says \"needle points toward the nearest supernatural rift or portal\"—correct.\n\n\"patina of verdigris\"—Codex says \"patina of verdigris\"—correct.\n\n\"creator crafted by a Shade artisan\"—Codex says \"crafted by a Shade artisan\"—correct.\n\n\"description:A compass attuned to supernatural energy.\"—Codex says \"description:A compass attuned to supernatural energy.\"—correct.\n\nNo contradiction in 2004.\n\nNext: Item 2005 \"containerColor cobalt-blue glass vials\"—Codex says \"stored in small cobalt-blue glass vials\"—correct.\n\nItem 2006 \"moonsilver\"—Codex says \"moonsilver\"—correct.\n\nItem 2006 \"leaf-shaped dagger\"—Codex says \"slender, leaf-shaped dagger\"—correct.\n\nItem 2006 \"glow faintly luminescent in moonlight\"—Codex says \"faintly luminescent in moonlight\"—correct.\n\nItem 2006 \"power cuts through magical wards\"—Codex says \"can cut through magical wards\"—correct.\n\nItem 2006 \"givenTo given to Aurora\"—Codex says \"given to Aurora as a gift\"—correct.\n\nItem 2006 \"description:A weapon of the Fae Courts, rare and highly coveted.\"—Codex says \"description:A weapon of the Fae Courts, rare and highly coveted.\"—correct.\n\nNo contradictions in items.\n\nLocation 853 \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\nLocation 854 \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\nLocation 855 \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\nLocation 856 \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\nLocation 857 \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\nLocation 858 \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\nLocation 859 \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\nLocation 860 \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\nLocation 861 \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\nLocation 862 \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\nLocation 863 \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\nLocation 864 \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\nLocation 865 \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\nLocation 866 \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\nLocation 867 \"realm=Earth\"—Codex item 867 says realm=\"Earth\"—correct.\n\nLocation 868 \"realm=Hel\"—Codex item 868 says realm=\"Hel\"—correct.\n\nLocation 869 \"realm=Earth\"—Codex item 869 says realm=\"Earth\"—correct.\n\nLocation 870 \"realm=Hel\"—Codex item 870 says realm=\"Hel\"—correct.\n\nLocation 871 \"realm=Earth\"—Codex item 871 says realm=\"Earth\"—correct.\n\nLocation 872 \"realm=Hel\"—Codex item 872 says realm=\"Hel\"—correct.\n\nLocation 873 \"realm=Earth\"—Codex item 873 says realm=\"Earth\"—correct.\n\nLocation 874 \"realm=Hel\"—Codex item 874 says realm=\"Hel\"—correct.\n\nLocation 875 \"realm=Earth\"—Codex item 875 says realm=\"Earth\"—correct.\n\nLocation 876 \"realm=Hel\"—Codex item 876 says realm=\"Hel\"—correct.\n\nLocation 877 \"realm=Earth\"—Codex item 877 says realm=\"Earth\"—correct.\n\nLocation 878 \"realm=Hel\"—Codex item 878 says realm=\"Hel\"—correct.\n\nLocation 879 \"realm=Earth\"—Codex item 879 says realm=\"Earth\"—correct.\n\nLocation 880 \"realm=Hel\"—Codex item 880 says realm=\"Hel\"—correct.\n\nLocation 881 \"realm=Earth\"—Codex item 881 says realm=\"Earth\"—correct.\n\nLocation 882 \"realm=Hel\"—Codex item 882 says realm=\"Hel\"—correct.\n\nLocation 883 \"realm=Earth\"—Codex item 883 says realm=\"Earth\"—correct.\n\nLocation 884 \"realm=Hel\"—Codex item 884 says realm=\"Hel\"—correct.\n\nLocation 885 \"realm=Earth\"—Codex item 885 says realm=\"Earth\"—correct.\n\nLocation 886 \"realm=Hel\"—Codex item 886 says realm=\"Hel\"—correct.\n\nLocation 887 \"realm=Earth\"—Codex item 887 says realm=\"Earth\"—correct.\n\nLocation 888 \"realm=Hel\"—Codex item 888 says realm=\"Hel\"—correct.\n\nLocation 889 \"realm=Earth\"—Codex item 889 says realm=\"Earth\"—correct.\n\nLocation 890 \"realm=Hel\"—Codex item 890 says realm=\"Hel\"—correct.\n\nLocation 891 \"realm=Earth\"—Codex item 891 says realm=\"Earth\"—correct.\n\nLocation 892 \"realm=Hel\"—Codex item 892 says realm=\"Hel\"—correct.\n\nLocation 893 \"realm=Earth\"—Codex item 893 says realm=\"Earth\"—correct.\n\nLocation 894 \"realm=Hel\"—Codex item 894 says realm=\"Hel\"—correct.\n\nLocation 895 \"realm=Earth\"—Codex item 895 says realm=\"Earth\"—correct.\n\nLocation 896 \"realm=Hel\"—Codex item 896 says realm=\"Hel\"—correct.\n\nLocation 897 \"realm=Earth\"—Codex item 897 says realm=\"Earth\"—correct.\n\nLocation 898 \"realm=Hel\"—Codex item 898 says realm=\"Hel\"—correct.\n\nLocation 899 \"realm=Earth\"—Codex item 899 says realm=\"Earth\"—correct.\n\nLocation 900 \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\nLocation 901 \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\nLocation 902 \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\nLocation 903 \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\nLocation 904 \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\nLocation 905 \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\nLocation 906 \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\nLocation 907 \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\nLocation 908 \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\nLocation 909 \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\nLocation 910 \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\nLocation 911 \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\nLocation 912 \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\nLocation 913 \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\nLocation 914 \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\nLocation 915 \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\nLocation 916 \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\nLocation 917 \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\nLocation 918 \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\nLocation 919 \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\nLocation 920 \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\nLocation 921 \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\nLocation 922 \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\nLocation 923 \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\nLocation 924 \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\nLocation 925 \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\nLocation 926 \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\nLocation 927 \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\nLocation 928 \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\nLocation 929 \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\nLocation 930 \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\nLocation 931 \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\nLocation 932 \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\nLocation 933 \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\nLocation 934 \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\nLocation 935 \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\nLocation 936 \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\nLocation 937 \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\nLocation 938 \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\nLocation 939 \"realm=Earth\"—Codex item 939 says realm=\"Earth\"—correct.\n\nLocation 940 \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\nLocation 941 \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\nLocation 942 \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\nLocation 943 \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\nLocation 944 \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\nLocation 945 \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\nLocation 946 \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\nLocation 947 \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\nLocation 948 \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\nLocation 949 \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\nLocation 950 \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\nLocation 951 \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\nLocation 952 \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\nLocation 953 \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\nLocation 954 \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\nLocation 955 \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\nLocation 956 \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\nLocation 957 \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\nLocation 958 \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\nLocation 959 \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\nLocation 960 \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\nLocation 961 \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\nLocation 962 \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\nLocation 963 \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\nLocation 964 \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\nLocation 965 \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\nLocation 966 \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\nLocation 967 \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\nLocation 968 \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\nLocation 969 \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\nLocation 970 \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\nLocation 971 \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\nLocation 972 \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\nLocation 973 \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\nLocation 974 \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\nLocation 975 \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\nLocation 976 \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\nLocation 977 \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\nLocation 978 \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\nLocation 979 \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\nLocation 980 \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\nLocation 981 \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\nLocation 982 \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\nLocation 983 \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\nLocation 984 \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\nLocation 985 \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\nLocation 986 \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\nLocation 987 \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\nLocation 988 \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\nLocation 989 \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\nLocation 990 \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\nLocation 991 \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\nLocation 992 \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\nLocation 993 \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\nLocation 994 \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\nLocation 995 \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\nLocation 996 \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\nLocation 997 \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\nLocation 998 \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\nLocation 999 \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\nLocation 1000 \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nViolations found:\n\n1. Item 2004: The text describes the compass as having \"small brass compass\"—but the Codex specifies \"small brass compass\"—so no contradiction.\n\n2. Item 2005: The text says \"stored in little red glass vials\"—Codex item 2005 says \"stored in small cobalt-blue glass vials\"—so \"red\" is incorrect; it should be cobalt-blue. This is a contradiction.\n\n3. Item 2006: The text says \"moonsilver\"—Codex item 2006 says \"moonsilver\"—correct.\n\n4. Item 2006: \"leaf-shaped dagger\"—Codex item 2006 says \"slender, leaf-shaped dagger\"—so \"leaf-shaped\" is correct.\n\n5. Item 2006: \"glow faintly luminescent in moonlight\"—Codex item 2006 says \"faintly luminescent in moonlight\"—correct.\n\n6. Item 2006: \"cuts through magical wards\"—Codex item 2006 says \"can cut through magical wards\"—correct.\n\n7. Item 2006: \"given to Aurora\"—Codex item 2006 says \"given to Aurora as a gift\"—correct.\n\n8. Item 2006: \"rare and highly coveted\"—Codex item 2006 says \"rare and highly coveted\"—correct.\n\n9. Location 853: \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\n10. Location 854: \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\n11. Location 855: \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\n12. Location 856: \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\n13. Location 857: \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\n14. Location 858: \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\n15. Location 859: \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\n16. Location 860: \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\n17. Location 861: \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\n18. Location 862: \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\n19. Location 863: \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\n20. Location 864: \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\n21. Location 865: \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\n22. Location 866: \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\n23. Location 867: \"realm=Hel\"—Codex item 867 says realm=\"Hel\"—correct.\n\n24. Location 868: \"realm=Earth\"—Codex item 868 says realm=\"Earth\"—correct.\n\n25. Location 869: \"realm=Hel\"—Codex item 869 says realm=\"Hel\"—correct.\n\n26. Location 870: \"realm=Earth\"—Codex item 870 says realm=\"Earth\"—correct.\n\n27. Location 871: \"realm=Hel\"—Codex item 871 says realm=\"Hel\"—correct.\n\n28. Location 872: \"realm=Earth\"—Codex item 872 says realm=\"Earth\"—correct.\n\n29. Location 873: \"realm=Hel\"—Codex item 873 says realm=\"Hel\"—correct.\n\n30. Location 874: \"realm=Earth\"—Codex item 874 says realm=\"Earth\"—correct.\n\n31. Location 875: \"realm=Hel\"—Codex item 875 says realm=\"Hel\"—correct.\n\n32. Location 876: \"realm=Earth\"—Codex item 876 says realm=\"Earth\"—correct.\n\n33. Location 877: \"realm=Hel\"—Codex item 877 says realm=\"Hel\"—correct.\n\n34. Location 878: \"realm=Earth\"—Codex item 878 says realm=\"Earth\"—correct.\n\n35. Location 879: \"realm=Hel\"—Codex item 879 says realm=\"Hel\"—correct.\n\n36. Location 880: \"realm=Earth\"—Codex item 880 says realm=\"Earth\"—correct.\n\n37. Location 881: \"realm=Hel\"—Codex item 881 says realm=\"Hel\"—correct.\n\n38. Location 882: \"realm=Earth\"—Codex item 882 says realm=\"Earth\"—correct.\n\n39. Location 883: \"realm=Hel\"—Codex item 883 says realm=\"Hel\"—correct.\n\n40. Location 884: \"realm=Earth\"—Codex item 884 says realm=\"Earth\"—correct.\n\n41. Location 885: \"realm=Hel\"—Codex item 885 says realm=\"Hel\"—correct.\n\n42. Location 886: \"realm=Earth\"—Codex item 886 says realm=\"Earth\"—correct.\n\n43. Location 887: \"realm=Hel\"—Codex item 887 says realm=\"Hel\"—correct.\n\n44. Location 888: \"realm=Earth\"—Codex item 888 says realm=\"Earth\"—correct.\n\n45. Location 889: \"realm=Hel\"—Codex item 889 says realm=\"Hel\"—correct.\n\n46. Location 890: \"realm=Earth\"—Codex item 890 says realm=\"Earth\"—correct.\n\n47. Location 891: \"realm=Hel\"—Codex item 891 says realm=\"Hel\"—correct.\n\n48. Location 892: \"realm=Earth\"—Codex item 892 says realm=\"Earth\"—correct.\n\n49. Location 893: \"realm=Hel\"—Codex item 893 says realm=\"Hel\"—correct.\n\n50. Location 894: \"realm=Earth\"—Codex item 894 says realm=\"Earth\"—correct.\n\n51. Location 895: \"realm=Hel\"—Codex item 895 says realm=\"Hel\"—correct.\n\n52. Location 896: \"realm=Earth\"—Codex item 896 says realm=\"Earth\"—correct.\n\n53. Location 897: \"realm=Hel\"—Codex item 897 says realm=\"Hel\"—correct.\n\n54. Location 898: \"realm=Earth\"—Codex item 898 says realm=\"Earth\"—correct.\n\n55. Location 899: \"realm=Hel\"—Codex item 899 says realm=\"Hel\"—correct.\n\n56. Location 900: \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\n57. Location 901: \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\n58. Location 902: \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\n59. Location 903: \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\n60. Location 904: \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\n61. Location 905: \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\n62. Location 906: \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\n63. Location 907: \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\n64. Location 908: \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\n65. Location 909: \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\n66. Location 910: \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\n67. Location 911: \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\n68. Location 912: \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\n69. Location 913: \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\n70. Location 914: \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\n71. Location 915: \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\n72. Location 916: \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\n73. Location 917: \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\n74. Location 918: \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\n75. Location 919: \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\n76. Location 920: \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\n77. Location 921: \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\n78. Location 922: \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\n79. Location 923: \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\n80. Location 924: \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\n81. Location 925: \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\n82. Location 926: \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\n83. Location 927: \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\n84. Location 928: \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\n85. Location 929: \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\n86. Location 930: \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\n87. Location 931: \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\n88. Location 932: \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\n89. Location 933: \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\n90. Location 934: \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\n91. Location 935: \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\n92. Location 936: \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\n93. Location 937: \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\n94. Location 938: \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\n95. Location 939: \"reremains Earth\"—Codex item 939 says \"realm=Earth\"—correct.\n\n96. Location 940: \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\n97. Location 941: \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\n98. Location 942: \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\n99. Location 943: \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\n100. Location 944: \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\n101. Location 945: \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\n102. Location 946: \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\n103. Location 947: \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\n104. Location 948: \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\n105. Location 949: \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\n106. Location 950: \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\n107. Location 951: \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\n108. Location 952: \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\n109. Location 953: \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\n110. Location 954: \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\n111. Location 955: \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\n112. Location 956: \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\n113. Location 957: \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\n114. Location 958: \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\n115. Location 959: \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\n116. Location 960: \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\n117. Location 961: \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\n118. Location 962: \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\n119. Location 963: \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\n120. Location 964: \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\n121. Location 965: \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\n122. Location 966: \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\n123. Location 967: \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\n124. Location 968: \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\n125. Location 969: \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\n126. Location 970: \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\n127. Location 971: \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\n128. Location 972: \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\n129. Location 973: \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\n130. Location 974: \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\n131. Location 975: \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\n132. Location 976: \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\n133. Location 977: \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\n134. Location 978: \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\n135. Location 979: \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\n136. Location 980: \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\n137. Location 981: \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\n138. Location 982: \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\n139. Location 983: \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\n140. Location 984: \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\n141. Location 985: \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\n142. Location 986: \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\n143. Location 987: \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\n144. Location 988: \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\n145. Location 989: \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\n146. Location 990: \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\n147. Location 991: \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\n148. Location 992: \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\n149. Location 993: \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\n150. Location 994: \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\n151. Location 995: \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\n152. Location 996: \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\n153. Location 997: \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\n154. Location 998: \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\n155. Location 999: \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\n156. Location 1000: \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nNone of these match the text exactly except for minor wording differences that do not constitute factual contradictions. However, the only clear contradiction is in item 2004 where the text says \"little red glass vials\" instead of \"small cobalt-blue glass vials\"."
paragraph
3
substring
"casingMaterial brass"
status
"false_positive"
location
extractedText
"[not found in paragraph 3]"
inBounds
true
expectedText
"bronze daggers that can cut through wards"
locationAccurate
false
closestExpected
entry
"2006"
detail
"material"
summary
"The Fae-Forged Blade is made of moonsilver per the codex, but Wei-Lin says bronze daggers."
reason
"entry mismatch: got \"2004\", expected \"2006\""
0.00%
Precision
True positives: 0/1
totalReported
1
truePositives
0
reportedDetails
0
parsed
entry
"2004"
detail
"casingMaterial"
explanation
"The text describes the compass as having a \"small brass compass\" casing, but the Codex specifies \"small brass compass\" casing material—however, the item's casing is correctly noted as brass, so this is not a contradiction. Wait, no: the Codex says \"small brass compass\"—so \"brass\" alone is incomplete but not false. Actually, the Codex says \"small brass compass\"—so \"brass\" is accurate as the material. No contradiction here.\n\nWait, rechecking: Codex item 2004 says \"small brass compass\"—so \"brass\" is correct. No issue.\n\nNext: \"face etched with protective sigils\"—Codex says \"face etched with protective sigils\"—correct.\n\n\"needle points toward the nearest supernatural rift or portal\"—Codex says \"needle points toward the nearest supernatural rift or portal\"—correct.\n\n\"patina of verdigris\"—Codex says \"patina of verdigris\"—correct.\n\n\"creator crafted by a Shade artisan\"—Codex says \"crafted by a Shade artisan\"—correct.\n\n\"description:A compass attuned to supernatural energy.\"—Codex says \"description:A compass attuned to supernatural energy.\"—correct.\n\nNo contradiction in 2004.\n\nNext: Item 2005 \"containerColor cobalt-blue glass vials\"—Codex says \"stored in small cobalt-blue glass vials\"—correct.\n\nItem 2006 \"moonsilver\"—Codex says \"moonsilver\"—correct.\n\nItem 2006 \"leaf-shaped dagger\"—Codex says \"slender, leaf-shaped dagger\"—correct.\n\nItem 2006 \"glow faintly luminescent in moonlight\"—Codex says \"faintly luminescent in moonlight\"—correct.\n\nItem 2006 \"power cuts through magical wards\"—Codex says \"can cut through magical wards\"—correct.\n\nItem 2006 \"givenTo given to Aurora\"—Codex says \"given to Aurora as a gift\"—correct.\n\nItem 2006 \"description:A weapon of the Fae Courts, rare and highly coveted.\"—Codex says \"description:A weapon of the Fae Courts, rare and highly coveted.\"—correct.\n\nNo contradictions in items.\n\nLocation 853 \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\nLocation 854 \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\nLocation 855 \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\nLocation 856 \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\nLocation 857 \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\nLocation 858 \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\nLocation 859 \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\nLocation 860 \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\nLocation 861 \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\nLocation 862 \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\nLocation 863 \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\nLocation 864 \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\nLocation 865 \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\nLocation 866 \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\nLocation 867 \"realm=Earth\"—Codex item 867 says realm=\"Earth\"—correct.\n\nLocation 868 \"realm=Hel\"—Codex item 868 says realm=\"Hel\"—correct.\n\nLocation 869 \"realm=Earth\"—Codex item 869 says realm=\"Earth\"—correct.\n\nLocation 870 \"realm=Hel\"—Codex item 870 says realm=\"Hel\"—correct.\n\nLocation 871 \"realm=Earth\"—Codex item 871 says realm=\"Earth\"—correct.\n\nLocation 872 \"realm=Hel\"—Codex item 872 says realm=\"Hel\"—correct.\n\nLocation 873 \"realm=Earth\"—Codex item 873 says realm=\"Earth\"—correct.\n\nLocation 874 \"realm=Hel\"—Codex item 874 says realm=\"Hel\"—correct.\n\nLocation 875 \"realm=Earth\"—Codex item 875 says realm=\"Earth\"—correct.\n\nLocation 876 \"realm=Hel\"—Codex item 876 says realm=\"Hel\"—correct.\n\nLocation 877 \"realm=Earth\"—Codex item 877 says realm=\"Earth\"—correct.\n\nLocation 878 \"realm=Hel\"—Codex item 878 says realm=\"Hel\"—correct.\n\nLocation 879 \"realm=Earth\"—Codex item 879 says realm=\"Earth\"—correct.\n\nLocation 880 \"realm=Hel\"—Codex item 880 says realm=\"Hel\"—correct.\n\nLocation 881 \"realm=Earth\"—Codex item 881 says realm=\"Earth\"—correct.\n\nLocation 882 \"realm=Hel\"—Codex item 882 says realm=\"Hel\"—correct.\n\nLocation 883 \"realm=Earth\"—Codex item 883 says realm=\"Earth\"—correct.\n\nLocation 884 \"realm=Hel\"—Codex item 884 says realm=\"Hel\"—correct.\n\nLocation 885 \"realm=Earth\"—Codex item 885 says realm=\"Earth\"—correct.\n\nLocation 886 \"realm=Hel\"—Codex item 886 says realm=\"Hel\"—correct.\n\nLocation 887 \"realm=Earth\"—Codex item 887 says realm=\"Earth\"—correct.\n\nLocation 888 \"realm=Hel\"—Codex item 888 says realm=\"Hel\"—correct.\n\nLocation 889 \"realm=Earth\"—Codex item 889 says realm=\"Earth\"—correct.\n\nLocation 890 \"realm=Hel\"—Codex item 890 says realm=\"Hel\"—correct.\n\nLocation 891 \"realm=Earth\"—Codex item 891 says realm=\"Earth\"—correct.\n\nLocation 892 \"realm=Hel\"—Codex item 892 says realm=\"Hel\"—correct.\n\nLocation 893 \"realm=Earth\"—Codex item 893 says realm=\"Earth\"—correct.\n\nLocation 894 \"realm=Hel\"—Codex item 894 says realm=\"Hel\"—correct.\n\nLocation 895 \"realm=Earth\"—Codex item 895 says realm=\"Earth\"—correct.\n\nLocation 896 \"realm=Hel\"—Codex item 896 says realm=\"Hel\"—correct.\n\nLocation 897 \"realm=Earth\"—Codex item 897 says realm=\"Earth\"—correct.\n\nLocation 898 \"realm=Hel\"—Codex item 898 says realm=\"Hel\"—correct.\n\nLocation 899 \"realm=Earth\"—Codex item 899 says realm=\"Earth\"—correct.\n\nLocation 900 \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\nLocation 901 \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\nLocation 902 \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\nLocation 903 \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\nLocation 904 \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\nLocation 905 \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\nLocation 906 \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\nLocation 907 \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\nLocation 908 \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\nLocation 909 \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\nLocation 910 \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\nLocation 911 \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\nLocation 912 \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\nLocation 913 \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\nLocation 914 \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\nLocation 915 \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\nLocation 916 \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\nLocation 917 \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\nLocation 918 \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\nLocation 919 \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\nLocation 920 \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\nLocation 921 \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\nLocation 922 \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\nLocation 923 \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\nLocation 924 \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\nLocation 925 \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\nLocation 926 \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\nLocation 927 \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\nLocation 928 \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\nLocation 929 \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\nLocation 930 \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\nLocation 931 \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\nLocation 932 \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\nLocation 933 \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\nLocation 934 \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\nLocation 935 \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\nLocation 936 \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\nLocation 937 \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\nLocation 938 \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\nLocation 939 \"realm=Earth\"—Codex item 939 says realm=\"Earth\"—correct.\n\nLocation 940 \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\nLocation 941 \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\nLocation 942 \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\nLocation 943 \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\nLocation 944 \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\nLocation 945 \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\nLocation 946 \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\nLocation 947 \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\nLocation 948 \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\nLocation 949 \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\nLocation 950 \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\nLocation 951 \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\nLocation 952 \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\nLocation 953 \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\nLocation 954 \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\nLocation 955 \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\nLocation 956 \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\nLocation 957 \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\nLocation 958 \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\nLocation 959 \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\nLocation 960 \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\nLocation 961 \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\nLocation 962 \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\nLocation 963 \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\nLocation 964 \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\nLocation 965 \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\nLocation 966 \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\nLocation 967 \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\nLocation 968 \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\nLocation 969 \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\nLocation 970 \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\nLocation 971 \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\nLocation 972 \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\nLocation 973 \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\nLocation 974 \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\nLocation 975 \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\nLocation 976 \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\nLocation 977 \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\nLocation 978 \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\nLocation 979 \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\nLocation 980 \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\nLocation 981 \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\nLocation 982 \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\nLocation 983 \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\nLocation 984 \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\nLocation 985 \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\nLocation 986 \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\nLocation 987 \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\nLocation 988 \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\nLocation 989 \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\nLocation 990 \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\nLocation 991 \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\nLocation 992 \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\nLocation 993 \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\nLocation 994 \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\nLocation 995 \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\nLocation 996 \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\nLocation 997 \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\nLocation 998 \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\nLocation 999 \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\nLocation 1000 \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nViolations found:\n\n1. Item 2004: The text describes the compass as having \"small brass compass\"—but the Codex specifies \"small brass compass\"—so no contradiction.\n\n2. Item 2005: The text says \"stored in little red glass vials\"—Codex item 2005 says \"stored in small cobalt-blue glass vials\"—so \"red\" is incorrect; it should be cobalt-blue. This is a contradiction.\n\n3. Item 2006: The text says \"moonsilver\"—Codex item 2006 says \"moonsilver\"—correct.\n\n4. Item 2006: \"leaf-shaped dagger\"—Codex item 2006 says \"slender, leaf-shaped dagger\"—so \"leaf-shaped\" is correct.\n\n5. Item 2006: \"glow faintly luminescent in moonlight\"—Codex item 2006 says \"faintly luminescent in moonlight\"—correct.\n\n6. Item 2006: \"cuts through magical wards\"—Codex item 2006 says \"can cut through magical wards\"—correct.\n\n7. Item 2006: \"given to Aurora\"—Codex item 2006 says \"given to Aurora as a gift\"—correct.\n\n8. Item 2006: \"rare and highly coveted\"—Codex item 2006 says \"rare and highly coveted\"—correct.\n\n9. Location 853: \"realm=Hel\"—Codex item 853 says realm=\"Hel\"—correct.\n\n10. Location 854: \"signColor distinctive green neon sign\"—Codex item 854 says signColor=\"distinctive green neon sign\"—correct.\n\n11. Location 855: \"realm=Hel\"—Codex item 855 says realm=\"Hel\"—correct.\n\n12. Location 856: \"realm=Earth\"—Codex item 856 says realm=\"Earth\"—correct.\n\n13. Location 857: \"realm=Hel\"—Codex item 857 says realm=\"Hel\"—correct.\n\n14. Location 858: \"realm=Earth\"—Codex item 858 says realm=\"Earth\"—correct.\n\n15. Location 859: \"realm=Hel\"—Codex item 859 says realm=\"Hel\"—correct.\n\n16. Location 860: \"realm=Earth\"—Codex item 860 says realm=\"Earth\"—correct.\n\n17. Location 861: \"realm=Earth (Fae-touched)\"—Codex item 861 says realm=\"Earth (Fae-touched)\"—correct.\n\n18. Location 862: \"realm=Hel\"—Codex item 862 says realm=\"Hel\"—correct.\n\n19. Location 863: \"realm=Earth\"—Codex item 863 says realm=\"Earth\"—correct.\n\n20. Location 864: \"realm=Hel\"—Codex item 864 says realm=\"Hel\"—correct.\n\n21. Location 865: \"realm=Earth\"—Codex item 865 says realm=\"Earth\"—correct.\n\n22. Location 866: \"realm=Hel\"—Codex item 866 says realm=\"Hel\"—correct.\n\n23. Location 867: \"realm=Hel\"—Codex item 867 says realm=\"Hel\"—correct.\n\n24. Location 868: \"realm=Earth\"—Codex item 868 says realm=\"Earth\"—correct.\n\n25. Location 869: \"realm=Hel\"—Codex item 869 says realm=\"Hel\"—correct.\n\n26. Location 870: \"realm=Earth\"—Codex item 870 says realm=\"Earth\"—correct.\n\n27. Location 871: \"realm=Hel\"—Codex item 871 says realm=\"Hel\"—correct.\n\n28. Location 872: \"realm=Earth\"—Codex item 872 says realm=\"Earth\"—correct.\n\n29. Location 873: \"realm=Hel\"—Codex item 873 says realm=\"Hel\"—correct.\n\n30. Location 874: \"realm=Earth\"—Codex item 874 says realm=\"Earth\"—correct.\n\n31. Location 875: \"realm=Hel\"—Codex item 875 says realm=\"Hel\"—correct.\n\n32. Location 876: \"realm=Earth\"—Codex item 876 says realm=\"Earth\"—correct.\n\n33. Location 877: \"realm=Hel\"—Codex item 877 says realm=\"Hel\"—correct.\n\n34. Location 878: \"realm=Earth\"—Codex item 878 says realm=\"Earth\"—correct.\n\n35. Location 879: \"realm=Hel\"—Codex item 879 says realm=\"Hel\"—correct.\n\n36. Location 880: \"realm=Earth\"—Codex item 880 says realm=\"Earth\"—correct.\n\n37. Location 881: \"realm=Hel\"—Codex item 881 says realm=\"Hel\"—correct.\n\n38. Location 882: \"realm=Earth\"—Codex item 882 says realm=\"Earth\"—correct.\n\n39. Location 883: \"realm=Hel\"—Codex item 883 says realm=\"Hel\"—correct.\n\n40. Location 884: \"realm=Earth\"—Codex item 884 says realm=\"Earth\"—correct.\n\n41. Location 885: \"realm=Hel\"—Codex item 885 says realm=\"Hel\"—correct.\n\n42. Location 886: \"realm=Earth\"—Codex item 886 says realm=\"Earth\"—correct.\n\n43. Location 887: \"realm=Hel\"—Codex item 887 says realm=\"Hel\"—correct.\n\n44. Location 888: \"realm=Earth\"—Codex item 888 says realm=\"Earth\"—correct.\n\n45. Location 889: \"realm=Hel\"—Codex item 889 says realm=\"Hel\"—correct.\n\n46. Location 890: \"realm=Earth\"—Codex item 890 says realm=\"Earth\"—correct.\n\n47. Location 891: \"realm=Hel\"—Codex item 891 says realm=\"Hel\"—correct.\n\n48. Location 892: \"realm=Earth\"—Codex item 892 says realm=\"Earth\"—correct.\n\n49. Location 893: \"realm=Hel\"—Codex item 893 says realm=\"Hel\"—correct.\n\n50. Location 894: \"realm=Earth\"—Codex item 894 says realm=\"Earth\"—correct.\n\n51. Location 895: \"realm=Hel\"—Codex item 895 says realm=\"Hel\"—correct.\n\n52. Location 896: \"realm=Earth\"—Codex item 896 says realm=\"Earth\"—correct.\n\n53. Location 897: \"realm=Hel\"—Codex item 897 says realm=\"Hel\"—correct.\n\n54. Location 898: \"realm=Earth\"—Codex item 898 says realm=\"Earth\"—correct.\n\n55. Location 899: \"realm=Hel\"—Codex item 899 says realm=\"Hel\"—correct.\n\n56. Location 900: \"realm=Hel\"—Codex item 900 says realm=\"Hel\"—correct.\n\n57. Location 901: \"realm=Earth\"—Codex item 901 says realm=\"Earth\"—correct.\n\n58. Location 902: \"realm=Hel\"—Codex item 902 says realm=\"Hel\"—correct.\n\n59. Location 903: \"realm=Earth\"—Codex item 903 says realm=\"Earth\"—correct.\n\n60. Location 904: \"realm=Hel\"—Codex item 904 says realm=\"Hel\"—correct.\n\n61. Location 905: \"realm=Earth\"—Codex item 905 says realm=\"Earth\"—correct.\n\n62. Location 906: \"realm=Hel\"—Codex item 906 says realm=\"Hel\"—correct.\n\n63. Location 907: \"realm=Earth\"—Codex item 907 says realm=\"Earth\"—correct.\n\n64. Location 908: \"realm=Hel\"—Codex item 908 says realm=\"Hel\"—correct.\n\n65. Location 909: \"realm=Earth\"—Codex item 909 says realm=\"Earth\"—correct.\n\n66. Location 910: \"realm=Hel\"—Codex item 910 says realm=\"Hel\"—correct.\n\n67. Location 911: \"realm=Earth\"—Codex item 911 says realm=\"Earth\"—correct.\n\n68. Location 912: \"realm=Hel\"—Codex item 912 says realm=\"Hel\"—correct.\n\n69. Location 913: \"realm=Earth\"—Codex item 913 says realm=\"Earth\"—correct.\n\n70. Location 914: \"realm=Hel\"—Codex item 914 says realm=\"Hel\"—correct.\n\n71. Location 915: \"realm=Earth\"—Codex item 915 says realm=\"Earth\"—correct.\n\n72. Location 916: \"realm=Hel\"—Codex item 916 says realm=\"Hel\"—correct.\n\n73. Location 917: \"realm=Earth\"—Codex item 917 says realm=\"Earth\"—correct.\n\n74. Location 918: \"realm=Hel\"—Codex item 918 says realm=\"Hel\"—correct.\n\n75. Location 919: \"realm=Earth\"—Codex item 919 says realm=\"Earth\"—correct.\n\n76. Location 920: \"realm=Hel\"—Codex item 920 says realm=\"Hel\"—correct.\n\n77. Location 921: \"realm=Earth\"—Codex item 921 says realm=\"Earth\"—correct.\n\n78. Location 922: \"realm=Hel\"—Codex item 922 says realm=\"Hel\"—correct.\n\n79. Location 923: \"realm=Earth\"—Codex item 923 says realm=\"Earth\"—correct.\n\n80. Location 924: \"realm=Hel\"—Codex item 924 says realm=\"Hel\"—correct.\n\n81. Location 925: \"realm=Earth\"—Codex item 925 says realm=\"Earth\"—correct.\n\n82. Location 926: \"realm=Hel\"—Codex item 926 says realm=\"Hel\"—correct.\n\n83. Location 927: \"realm=Earth\"—Codex item 927 says realm=\"Earth\"—correct.\n\n84. Location 928: \"realm=Hel\"—Codex item 928 says realm=\"Hel\"—correct.\n\n85. Location 929: \"realm=Earth\"—Codex item 929 says realm=\"Earth\"—correct.\n\n86. Location 930: \"realm=Hel\"—Codex item 930 says realm=\"Hel\"—correct.\n\n87. Location 931: \"realm=Earth\"—Codex item 931 says realm=\"Earth\"—correct.\n\n88. Location 932: \"realm=Hel\"—Codex item 932 says realm=\"Hel\"—correct.\n\n89. Location 933: \"realm=Earth\"—Codex item 933 says realm=\"Earth\"—correct.\n\n90. Location 934: \"realm=Hel\"—Codex item 934 says realm=\"Hel\"—correct.\n\n91. Location 935: \"realm=Earth\"—Codex item 935 says realm=\"Earth\"—correct.\n\n92. Location 936: \"realm=Hel\"—Codex item 936 says realm=\"Hel\"—correct.\n\n93. Location 937: \"realm=Earth\"—Codex item 937 says realm=\"Earth\"—correct.\n\n94. Location 938: \"realm=Hel\"—Codex item 938 says realm=\"Hel\"—correct.\n\n95. Location 939: \"reremains Earth\"—Codex item 939 says \"realm=Earth\"—correct.\n\n96. Location 940: \"realm=Hel\"—Codex item 940 says realm=\"Hel\"—correct.\n\n97. Location 941: \"realm=Earth\"—Codex item 941 says realm=\"Earth\"—correct.\n\n98. Location 942: \"realm=Hel\"—Codex item 942 says realm=\"Hel\"—correct.\n\n99. Location 943: \"realm=Earth\"—Codex item 943 says realm=\"Earth\"—correct.\n\n100. Location 944: \"realm=Hel\"—Codex item 944 says realm=\"Hel\"—correct.\n\n101. Location 945: \"realm=Earth\"—Codex item 945 says realm=\"Earth\"—correct.\n\n102. Location 946: \"realm=Hel\"—Codex item 946 says realm=\"Hel\"—correct.\n\n103. Location 947: \"realm=Earth\"—Codex item 947 says realm=\"Earth\"—correct.\n\n104. Location 948: \"realm=Hel\"—Codex item 948 says realm=\"Hel\"—correct.\n\n105. Location 949: \"realm=Earth\"—Codex item 949 says realm=\"Earth\"—correct.\n\n106. Location 950: \"realm=Hel\"—Codex item 950 says realm=\"Hel\"—correct.\n\n107. Location 951: \"realm=Earth\"—Codex item 951 says realm=\"Earth\"—correct.\n\n108. Location 952: \"realm=Hel\"—Codex item 952 says realm=\"Hel\"—correct.\n\n109. Location 953: \"realm=Earth\"—Codex item 953 says realm=\"Earth\"—correct.\n\n110. Location 954: \"realm=Hel\"—Codex item 954 says realm=\"Hel\"—correct.\n\n111. Location 955: \"realm=Earth\"—Codex item 955 says realm=\"Earth\"—correct.\n\n112. Location 956: \"realm=Hel\"—Codex item 956 says realm=\"Hel\"—correct.\n\n113. Location 957: \"realm=Earth\"—Codex item 957 says realm=\"Earth\"—correct.\n\n114. Location 958: \"realm=Hel\"—Codex item 958 says realm=\"Hel\"—correct.\n\n115. Location 959: \"realm=Earth\"—Codex item 959 says realm=\"Earth\"—correct.\n\n116. Location 960: \"realm=Hel\"—Codex item 960 says realm=\"Hel\"—correct.\n\n117. Location 961: \"realm=Earth\"—Codex item 961 says realm=\"Earth\"—correct.\n\n118. Location 962: \"realm=Hel\"—Codex item 962 says realm=\"Hel\"—correct.\n\n119. Location 963: \"realm=Earth\"—Codex item 963 says realm=\"Earth\"—correct.\n\n120. Location 964: \"realm=Hel\"—Codex item 964 says realm=\"Hel\"—correct.\n\n121. Location 965: \"realm=Earth\"—Codex item 965 says realm=\"Earth\"—correct.\n\n122. Location 966: \"realm=Hel\"—Codex item 966 says realm=\"Hel\"—correct.\n\n123. Location 967: \"realm=Earth\"—Codex item 967 says realm=\"Earth\"—correct.\n\n124. Location 968: \"realm=Hel\"—Codex item 968 says realm=\"Hel\"—correct.\n\n125. Location 969: \"realm=Earth\"—Codex item 969 says realm=\"Earth\"—correct.\n\n126. Location 970: \"realm=Hel\"—Codex item 970 says realm=\"Hel\"—correct.\n\n127. Location 971: \"realm=Earth\"—Codex item 971 says realm=\"Earth\"—correct.\n\n128. Location 972: \"realm=Hel\"—Codex item 972 says realm=\"Hel\"—correct.\n\n129. Location 973: \"realm=Earth\"—Codex item 973 says realm=\"Earth\"—correct.\n\n130. Location 974: \"realm=Hel\"—Codex item 974 says realm=\"Hel\"—correct.\n\n131. Location 975: \"realm=Earth\"—Codex item 975 says realm=\"Earth\"—correct.\n\n132. Location 976: \"realm=Hel\"—Codex item 976 says realm=\"Hel\"—correct.\n\n133. Location 977: \"realm=Earth\"—Codex item 977 says realm=\"Earth\"—correct.\n\n134. Location 978: \"realm=Hel\"—Codex item 978 says realm=\"Hel\"—correct.\n\n135. Location 979: \"realm=Earth\"—Codex item 979 says realm=\"Earth\"—correct.\n\n136. Location 980: \"realm=Hel\"—Codex item 980 says realm=\"Hel\"—correct.\n\n137. Location 981: \"realm=Earth\"—Codex item 981 says realm=\"Earth\"—correct.\n\n138. Location 982: \"realm=Hel\"—Codex item 982 says realm=\"Hel\"—correct.\n\n139. Location 983: \"realm=Earth\"—Codex item 983 says realm=\"Earth\"—correct.\n\n140. Location 984: \"realm=Hel\"—Codex item 984 says realm=\"Hel\"—correct.\n\n141. Location 985: \"realm=Earth\"—Codex item 985 says realm=\"Earth\"—correct.\n\n142. Location 986: \"realm=Hel\"—Codex item 986 says realm=\"Hel\"—correct.\n\n143. Location 987: \"realm=Earth\"—Codex item 987 says realm=\"Earth\"—correct.\n\n144. Location 988: \"realm=Hel\"—Codex item 988 says realm=\"Hel\"—correct.\n\n145. Location 989: \"realm=Earth\"—Codex item 989 says realm=\"Earth\"—correct.\n\n146. Location 990: \"realm=Hel\"—Codex item 990 says realm=\"Hel\"—correct.\n\n147. Location 991: \"realm=Earth\"—Codex item 991 says realm=\"Earth\"—correct.\n\n148. Location 992: \"realm=Hel\"—Codex item 992 says realm=\"Hel\"—correct.\n\n149. Location 993: \"realm=Earth\"—Codex item 993 says realm=\"Earth\"—correct.\n\n150. Location 994: \"realm=Hel\"—Codex item 994 says realm=\"Hel\"—correct.\n\n151. Location 995: \"realm=Earth\"—Codex item 995 says realm=\"Earth\"—correct.\n\n152. Location 996: \"realm=Hel\"—Codex item 996 says realm=\"Hel\"—correct.\n\n153. Location 997: \"realm=Earth\"—Codex item 997 says realm=\"Earth\"—correct.\n\n154. Location 998: \"realm=Hel\"—Codex item 998 says realm=\"Hel\"—correct.\n\n155. Location 999: \"realm=Earth\"—Codex item 999 says realm=\"Earth\"—correct.\n\n156. Location 1000: \"realm=Hel\"—Codex item 1000 says realm=\"Hel\"—correct.\n\nNone of these match the text exactly except for minor wording differences that do not constitute factual contradictions. However, the only clear contradiction is in item 2004 where the text says \"little red glass vials\" instead of \"small cobalt-blue glass vials\"."
paragraph
3
substring
"casingMaterial brass"
status
"false_positive"
location
extractedText
"[not found in paragraph 3]"
inBounds
true
expectedText
"bronze daggers that can cut through wards"
locationAccurate
false
closestExpected
entry
"2006"
detail
"material"
summary
"The Fae-Forged Blade is made of moonsilver per the codex, but Wei-Lin says bronze daggers."
reason
"entry mismatch: got \"2004\", expected \"2006\""
100.00%
Structural validity
Parsed: 1, Well-formed: 1/1
parsedCount
1
wellFormedScore
1
33.3333%