giant freakin documentation and reorganization pass, it also uses cmake because all the building was getting too complicated for shell scripts

This commit is contained in:
2025-09-29 20:31:42 -07:00
parent a5f837189b
commit 0edb4b50d2
71 changed files with 4895 additions and 127 deletions

34
pak/upgrades/instinct.mmd Normal file
View File

@@ -0,0 +1,34 @@
---
title: Instinct Upgrades
theme: base
themeVariables:
primaryColor: "#aa00ff"
---
flowchart LR
xp_bonus1@{label: "Stop and Smell"};
xp_bonus2@{label: "Ponder and Deliberate"};
xp_bonus3@{label: "Plan and Strategize"};
theft_results1@{label: "Go For The Pockets"};
theft_results2@{label: "Use The Winds"};
passive_food_income1@{label: "Gone Fishin'"};
passive_food_income2@{label: "Gone Farmin'"};
passive_food_income3@{label: "Gone Clickin'"};
passive_food_income4@{label: "Gone Agin'"};
passive_food_income5@{label: "Gone Minin'"};
passive_food_income6@{label: "Gone Factorin'"};
passive_food_income7@{label: "Gone Bankin'"};
passive_food_income1-->passive_food_income2
-->passive_food_income3
-->passive_food_income4
-->passive_food_income5
-->passive_food_income6
-->passive_food_income7;
xp_bonus1-->xp_bonus2
-->xp_bonus3;
theft_results1-->theft_results2
-->xp_bonus3;