knowledge constant
Focus
const knowledge
Implementation
static const Focus knowledge = Focus(
name: "Knowledge",
description: Paragraph([
"Knowledge represents the raw amount of information that a character has at their disposal.",
"Remembering locations, languages and other mechanisms depend on knowledge."
]));