24 lines
663 B
Plaintext
24 lines
663 B
Plaintext
---
|
|
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 |