34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
---
|
|
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; |