23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
---
|
|
title: Leadership Upgrades
|
|
theme: base
|
|
themeVariables:
|
|
primaryColor: "#ffaa00"
|
|
---
|
|
flowchart LR
|
|
offline_gen@{label: "Tireless Colony"}
|
|
offline_gen_bonus1@{label: "Swoop Where He's Unprepared"}
|
|
offline_gen_bonus2@{label: "Fly Where You're Unexpected"}
|
|
|
|
recruit_chance1@{label: "Squawk Softly"}
|
|
recruit_chance2@{label: "Wink"}
|
|
recruit_chance3@{label: "Sea Tzu's Art of Swoop"}
|
|
|
|
recruit_chance1-->recruit_chance2
|
|
recruit_chance2-->recruit_chance3
|
|
|
|
recruit_chance3-->offline_gen_bonus1
|
|
offline_gen---->offline_gen_bonus1
|
|
offline_gen_bonus1-->offline_gen_bonus2
|
|
|