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

24
pak/upgrades/agility.mmd Normal file
View File

@@ -0,0 +1,24 @@
---
title: Agility Upgrades
theme: base
themeVariables:
primaryColor: "#00aa00"
---
flowchart LR
speed1@{label: "Speedier Seagull"}
speed2@{label: "Greased Wings"}
theft_chance1@{label: "Swooping Techniques"}
theft_chance2@{label: "The Element of Surprise"}
passive_shinies_income1@{label: "Get On The Floor"}
passive_shinies_income2@{label: "Open The Door"}
passive_shinies_income3@{label: "Walk Like A Dinosaur"}
speed1-->speed2
theft_chance1-->speed1
theft_chance1-->theft_chance2
theft_chance1-->passive_shinies_income1
-->passive_shinies_income2
-->passive_shinies_income3