Files
code_of_conquest_dnd/content/world/npcs/fenn.json

18 lines
892 B
JSON

{
"id": "fenn",
"name": "Fenn",
"role": "townsfolk",
"persona": "A harried dockside clerk who counts everything and trusts no one. He speaks in short, aggrieved sentences and keeps glancing at the door. He is frightened, and covers it with irritation.",
"knowledge": [
"His counting-house ledger vanished two nights ago, sometime after the third bell.",
"The Varrell twins were drinking in the counting-room the night it went missing; he threw them out but did not check the strongbox until morning.",
"The ledger records a debt he cannot cover if the wrong people read it, and he will not say to whom.",
"He has not told the harbourmaster, because the harbourmaster is one of the people the ledger names."
],
"capabilities": {
"offerable_quests": ["find_the_ledger"],
"giveable_items": [],
"revealable_topics": ["varrell_twins", "fenns_debt"]
}
}