feature: Initial commit

This commit is contained in:
Keith Solomon
2026-03-15 09:41:22 -05:00
commit 95c629a42e
8 changed files with 2112 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{
"metadata": {
"project": "2D6 Dungeon",
"generated_from": [
"2D6 Dungeon - Core Rules.pdf",
"2D6 Dungeon - Tables Codex.pdf"
],
"purpose": "Checklist of rules content that must be encoded for the web adaptation.",
"status_values": [
"pending-entry",
"in-progress",
"entered",
"verified",
"deferred"
]
},
"mvp_priorities": [
"Encode all starting tables and foundational generic tables first.",
"Complete Level 1 tables, Level 1 room tables, and a subset of Level 1 creatures next.",
"Defer optional tables and deep-level content until the Level 1 loop is playable."
],
"sections": {
"generic_tables": [],
"random_list_tables": [],
"loot_tables": [],
"level_tables": {
"level_1": [],
"level_2": [],
"level_3": [],
"level_4": [],
"level_5": [],
"level_6": [],
"level_7": [],
"level_8": [],
"level_9": [],
"level_10": []
},
"optional_tables": [],
"creature_cards": {
"source_pages": {},
"entries": []
}
}
}