feat(content): POC deserter origin + world fixtures with id-resolution check

This commit is contained in:
2026-07-09 12:37:29 -05:00
parent e80a4071f6
commit 4aa65c9d4c
9 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1 @@
{ "id": "coin", "name": "coin", "slot": "currency" }

View File

@@ -0,0 +1 @@
{ "id": "worn_shortsword", "name": "a worn shortsword", "slot": "weapon" }

View File

@@ -0,0 +1,2 @@
{ "id": "greywater_docks", "name": "the Greywater docks",
"description": "A rot-black wharf where the river meets the sea trade." }

View File

@@ -0,0 +1,3 @@
{ "id": "brannoc_thane", "name": "Brannoc Thane", "role": "companion",
"persona": "Dry, warm, economical. Twenty years past his prime and at peace with it.",
"knowledge": [] }

View File

@@ -0,0 +1,3 @@
{ "id": "cadwyn_vell", "name": "Cadwyn Vell", "role": "companion",
"persona": "Florid when performing, clipped when scared. A fine musician and a finer liar.",
"knowledge": [] }

View File

@@ -0,0 +1,2 @@
{ "id": "find_the_ledger", "name": "The Missing Ledger",
"objective": "Find who took Fenn's ledger" }