Sorting notes

This commit is contained in:
2026-05-27 10:47:30 -04:00
parent 9797ce853e
commit 5e486b0edb
47 changed files with 82 additions and 70 deletions
+65 -30
View File
@@ -85,16 +85,44 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Write Spec for some Priority Calculator System.md", "file": "Data/Terrain Data.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Write Spec for some Priority Calculator System" "title": "Terrain Data"
}
},
{
"id": "29a82e720e0c7539",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Data/Governor Data.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Governor Data"
}
},
{
"id": "bde038e94c9b3eae",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "agent.md.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "agent.md"
} }
} }
], ],
"currentTab": 5 "currentTab": 7
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -151,7 +179,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 200 "width": 435.5
}, },
"right": { "right": {
"id": "bfd5504e61304ea1", "id": "bfd5504e61304ea1",
@@ -266,34 +294,41 @@
"bases:Create new base": false "bases:Create new base": false
} }
}, },
"active": "10a698c52bc38412", "active": "bde038e94c9b3eae",
"lastOpenFiles": [ "lastOpenFiles": [
"_Tasks Kanban.base", "_Tasks Kanban.base",
"Write Spec for some Priority Calculator System.md", "Data/Building Stats Reference.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",
"agent.md.md", "agent.md.md",
"Building Data Tables.md", "Game Notes/Province.md",
"Governor Data.md", "Game Notes/Resources.md",
"Province Improvement Data.md", "Risks.md",
"Document Raw Data and Turn it into Class Data.md", "Prompts/Test Automation.md",
"Play Architect culture and find out what Monuments are.md", "Pages/Tome Calculator.md",
"Magic Material Data.md", "Pages/Victory Condition Information.md",
"Magic Materials Reference.md", "Tasks/Write Spec for some Priority Calculator System.md",
"Mobile App.md", "Pages/Unit Data Tables.md",
"Desktop App.md", "Game Notes/Throne City.md",
"Server App.md", "Tasks/Stub out the Home Page.md",
"Client App.md", "Pages/Spell Data Tables.md",
"Resource Node Data.md", "Game Notes/Rush Gold Cost.md",
"Load Game Data Into Build Calculator.md", "Tasks/Setup Test Database.md",
"Province.md", "Project/Stack/Server App.md",
"Forge.md" "Data/Resource Node Data.md",
"Pages/Reference Pages.md",
"Tasks/Play Architect culture and find out what Monuments are.md",
"Tasks/Plan Basic Pages.md",
"Project/Stack/Mobile App.md",
"Overview.md",
"Game Notes/Forge.md",
"Tasks/Load Game Data Into Build Calculator.md",
"Pages/Learning Pages.md",
"Prompts",
"Pages",
"Project/Stack",
"Project",
"Game Notes",
"Tasks",
"Data",
"_Plan.canvas"
] ]
} }
-21
View File
@@ -1,21 +0,0 @@
# Magic Materials Reference
This page shows the new `MagicMaterial` data captured by `AOW4/Data/MagicMaterial.cs` and populated in `AOW4/Data/MagicMaterialsData.cs`.
The table below summarizes each material, its category, annex resources, global bonus, and the first infusion effect block.
| Name | Category | Annex Resources | Global Bonus | Infusion 1 |
|---|---|---|---|---|
| Arcanum Ore | Ore | +10 Production<br>+10 Mana | -25% Hurry Recruitment Cost | Inflict Sundered Defense<br>Power Cleave<br>Support - Bolstered Defense<br>Reinforced<br>+2 Defense |
| Focus Crystals | Ore | +10 Gold<br>+10 Knowledge | +10% Unit Experience Gain | Retaliator +50%<br>+1 Range<br>Inflict Marked<br>Damage Reflection 30%<br>+20% Accuracy |
| Fireforge Stone | Ore | +20 Production | -20% Unit Draft Cost | Fire Damage<br>+20% Critical Damage<br>Inflict Burning<br>Support - Strengthened<br>Lesser Fire Shield |
| Blood Glass | SunlessOre | +20 Draft | +5 HP regeneration (on the world map) | Greater Inflict Bleed<br>Lifedrinker<br>Blood Sigil |
| Archon Blood | Liquid | +20 Mana | +15 Combat Casting Points | Frost Damage<br>Infecting<br>Assassinate<br>Life Steal<br>Lesser Frost Shield |
| Astral Dew | Liquid | +10 Mana<br>+10 Knowledge | +15 World Map Casting Points | Lightning Damage<br>Inflict Status Vulnerability<br>Inflict Sundered Resistance<br>Support - Bolstered Resistance<br>Lesser Lightning Shield |
| Tranquility Pool | Liquid | +20 Knowledge | -10% Knowledge research cost for spells | Inflict Slowed<br>Inflict Weakened<br>Inflict Wet<br>Support - Status Protection<br>Lesser Spirit Shield |
| Haste Berries | Plant | +20 Draft | -2 turns to found, absorb or migrate cities | Frenzy<br>Inflict Distracted<br>Swift<br>Wind Barrier<br>Conjure Animal |
| Silvertongue Fruit | Plant | +10 Food<br>+10 Draft | +1 Allegiance from Whispering Stones | Blight Damage<br>Inflict Condemned<br>Inflict Poisoned<br>Support - Regeneration<br>Lesser Blight Shield |
| Rainbow Clover | Plant | +10 Food<br>+10 Stability | +100 Relations with Free Cities and Rulers | Spirit Damage<br>+2 Spirit Resistance<br>Zeal<br>Army Recuperation |
| Void Stones | VoidStone | +30 Mana | +2 Allegiance per turn with discovered Umbral Dwellings | Boon Stealing<br>Cleansing Fire<br>Army: Umbral Malady Immunity |
> For the full data model and raw source values, see `docs/Magic Material Data.md`.
-2
View File
@@ -1,2 +0,0 @@
Calculator Age of Wonders 4.
+17 -17
View File
@@ -1,22 +1,22 @@
{ {
"nodes":[ "nodes":[
{"id":"d392e6e61a41a9f9","type":"file","file":"Home Page.md","x":-780,"y":-1240,"width":400,"height":400}, {"id":"d392e6e61a41a9f9","type":"file","file":"Pages/Home Page.md","x":-780,"y":-1240,"width":400,"height":400},
{"id":"ec66808ddc2ccede","type":"file","file":"Calculators Page.md","x":-2260,"y":-700,"width":400,"height":320}, {"id":"ec66808ddc2ccede","type":"file","file":"Pages/Calculators Page.md","x":-2260,"y":-700,"width":400,"height":320},
{"id":"a10ea2bfe08eaab6","type":"file","file":"Equipment Calculator.md","x":-2120,"y":0,"width":400,"height":400}, {"id":"a10ea2bfe08eaab6","type":"file","file":"Pages/Equipment Calculator.md","x":-2120,"y":0,"width":400,"height":400},
{"id":"388932b5ed97b551","type":"file","file":"Tome Calculator.md","x":-1660,"y":0,"width":400,"height":400}, {"id":"388932b5ed97b551","type":"file","file":"Pages/Tome Calculator.md","x":-1660,"y":0,"width":400,"height":400},
{"id":"be06aa9b621f72a5","type":"file","file":"Database for Saving Calculation.md","x":-2120,"y":540,"width":400,"height":400}, {"id":"be06aa9b621f72a5","type":"file","file":"Project/Stack/Database for Saving Calculation.md","x":-2120,"y":540,"width":400,"height":400},
{"id":"24b2a67ac5271ad8","type":"file","file":"Damage Tool.md","x":-520,"y":-120,"width":400,"height":400}, {"id":"24b2a67ac5271ad8","type":"file","file":"Pages/Damage Tool.md","x":-520,"y":-120,"width":400,"height":400},
{"id":"88aea53e8fc7eb6f","type":"file","file":"Unit Data Tables.md","x":-520,"y":320,"width":400,"height":400}, {"id":"88aea53e8fc7eb6f","type":"file","file":"Pages/Unit Data Tables.md","x":-520,"y":320,"width":400,"height":400},
{"id":"5d6f34d49c1df86e","type":"file","file":"Building Data Tables.md","x":-1080,"y":-120,"width":400,"height":400,"color":"4"}, {"id":"5d6f34d49c1df86e","type":"file","file":"Project/Building Data Tables.md","x":-1080,"y":-120,"width":400,"height":400,"color":"4"},
{"id":"43c91e4e6967b569","type":"file","file":"Spell Data Tables.md","x":-1080,"y":360,"width":400,"height":400}, {"id":"43c91e4e6967b569","type":"file","file":"Pages/Spell Data Tables.md","x":-1080,"y":360,"width":400,"height":400},
{"id":"13e1923067cfcf9b","type":"file","file":"Reference Pages.md","x":-780,"y":-660,"width":400,"height":400}, {"id":"13e1923067cfcf9b","type":"file","file":"Pages/Reference Pages.md","x":-780,"y":-660,"width":400,"height":400},
{"id":"bbbf447fc1602d59","type":"file","file":"Learning Pages.md","x":240,"y":-700,"width":400,"height":400}, {"id":"bbbf447fc1602d59","type":"file","file":"Pages/Learning Pages.md","x":240,"y":-700,"width":400,"height":400},
{"id":"6d7d63854782ff9e","type":"file","file":"Victory Condition Information.md","x":240,"y":-200,"width":400,"height":400}, {"id":"6d7d63854782ff9e","type":"file","file":"Pages/Victory Condition Information.md","x":240,"y":-200,"width":400,"height":400},
{"id":"bf2a479683623e4e","type":"file","file":"Building Calculator.md","x":-2720,"y":-200,"width":400,"height":400,"color":"4"}, {"id":"bf2a479683623e4e","type":"file","file":"Project/Building Calculator.md","x":-2720,"y":-200,"width":400,"height":400,"color":"4"},
{"id":"2a3c90c3a40f782f","x":-3560,"y":-700,"width":400,"height":400,"color":"4","type":"file","file":"Client App.md"}, {"id":"2a3c90c3a40f782f","x":-3560,"y":-700,"width":400,"height":400,"color":"4","type":"file","file":"Project/Stack/Client App.md"},
{"id":"8aa95aadae7e59c7","x":-4000,"y":-700,"width":400,"height":400,"type":"file","file":"Server App.md"}, {"id":"8aa95aadae7e59c7","x":-4000,"y":-700,"width":400,"height":400,"type":"file","file":"Project/Stack/Server App.md"},
{"id":"630df17b0233eeb4","x":-4000,"y":-260,"width":400,"height":400,"color":"4","type":"file","file":"Desktop App.md"}, {"id":"630df17b0233eeb4","x":-4000,"y":-260,"width":400,"height":400,"color":"4","type":"file","file":"Project/Stack/Desktop App.md"},
{"id":"b4a971cd46f77eda","x":-3560,"y":-260,"width":400,"height":400,"type":"file","file":"Mobile App.md"} {"id":"b4a971cd46f77eda","x":-3560,"y":-260,"width":400,"height":400,"type":"file","file":"Project/Stack/Mobile App.md"}
], ],
"edges":[ "edges":[
{"id":"f54d8c93d7012115","fromNode":"a10ea2bfe08eaab6","fromSide":"bottom","toNode":"be06aa9b621f72a5","toSide":"top"}, {"id":"f54d8c93d7012115","fromNode":"a10ea2bfe08eaab6","fromSide":"bottom","toNode":"be06aa9b621f72a5","toSide":"top"},