From 7829ea5db1eeaffe8a21420f4b41e0e27b86c076 Mon Sep 17 00:00:00 2001 From: 6d486f49 <76097bcc@gmail.com> Date: Tue, 26 May 2026 14:16:11 -0400 Subject: [PATCH] More WIP plans --- docs/.obsidian/workspace.json | 77 ++++++++++++++++--- docs/Collect Data.md | 2 + ...pec for some Priority Calculator System.md | 15 ++++ docs/_Tasks Kanban.base | 1 + 4 files changed, 84 insertions(+), 11 deletions(-) create mode 100644 docs/Write Spec for some Priority Calculator System.md diff --git a/docs/.obsidian/workspace.json b/docs/.obsidian/workspace.json index dff4d87..02b7621 100644 --- a/docs/.obsidian/workspace.json +++ b/docs/.obsidian/workspace.json @@ -36,9 +36,65 @@ "icon": "lucide-file", "title": "Common Building Data" } + }, + { + "id": "554fd7311285158f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Risks.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Risks" + } + }, + { + "id": "8324f61f4bd3709f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Collect Data.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Collect Data" + } + }, + { + "id": "212687daeb7a3b1c", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Victory Condition Information.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Victory Condition Information" + } + }, + { + "id": "10a698c52bc38412", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Write Spec for some Priority Calculator System.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Write Spec for some Priority Calculator System" + } } ], - "currentTab": 1 + "currentTab": 5 } ], "direction": "vertical" @@ -210,20 +266,24 @@ "bases:Create new base": false } }, - "active": "1f3540dfe0e8bf81", + "active": "10a698c52bc38412", "lastOpenFiles": [ - "Common Building Data.md", + "_Tasks Kanban.base", + "Write Spec for some Priority Calculator System.md", + "Overview.md", "Collect Data.md", + "Common Building Data.md", + "Risks.md", + "Data Table Display Concerns.md", "_Plan.canvas", + "Victory Condition Information.md", "Build Calculator Concerns.md", "Building Calculator.md", - "_Tasks Kanban.base", "agent.md.md", "Building Data Tables.md", "Governor Data.md", "Province Improvement Data.md", "Document Raw Data and Turn it into Class Data.md", - "Overview.md", "Play Architect culture and find out what Monuments are.md", "Magic Material Data.md", "Magic Materials Reference.md", @@ -234,11 +294,6 @@ "Resource Node Data.md", "Load Game Data Into Build Calculator.md", "Province.md", - "Forge.md", - "Find the Gold Cost Rush Formula.md", - "Terrain Data.md", - "Throne City.md", - "Test Automation.md", - "Building Stats Reference.md" + "Forge.md" ] } \ No newline at end of file diff --git a/docs/Collect Data.md b/docs/Collect Data.md index ee70c5e..ee037b4 100644 --- a/docs/Collect Data.md +++ b/docs/Collect Data.md @@ -2,6 +2,8 @@ type: Task status: Working On --- +Keep collecting data + - [[Terrain Data]] - [[Province Improvement Data]] - Province Improvement Data (add to basic then delete this line) diff --git a/docs/Write Spec for some Priority Calculator System.md b/docs/Write Spec for some Priority Calculator System.md new file mode 100644 index 0000000..f4518c0 --- /dev/null +++ b/docs/Write Spec for some Priority Calculator System.md @@ -0,0 +1,15 @@ +--- +type: Task +status: TODO +--- +The calculator should work backwards from plans. Like if I choose to make an Estate Hall, the calculator should know that means a Store House and Granary need to exist in the build timeline. I don't need the user to manually fill in those two buildings. + +Intent Queues: +- Building +- Unit +- Scout +- Build City +- Attack +- Cast Enchantment Spell + +So ideally this can all lead to an attack intent, based upon many other intents in a queue. Assuming someone is going for a domination victory, which is probably the most standard and easy victory. diff --git a/docs/_Tasks Kanban.base b/docs/_Tasks Kanban.base index 03302d1..c5b0b8f 100644 --- a/docs/_Tasks Kanban.base +++ b/docs/_Tasks Kanban.base @@ -32,6 +32,7 @@ views: - Stub out the Home Page.md - Plan Basic Pages.md TODO: + - Write Spec for some Priority Calculator System.md - Play Architect culture and find out what Monuments are.md - Setup Test Database.md - Find the Gold Cost Rush Formula.md