12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
---
|
|
title: Agility Upgrades
|
|
---
|
|
flowchart LR
|
|
speed1["Speedier Seagull"]
|
|
speed2["Greased Wings"]
|
|
theft_chance1["Swooping Techniques"]
|
|
theft_chance2["The Element of Surprise"]
|
|
|
|
speed1-->speed2
|
|
theft_chance1-->speed1
|
|
theft_chance1-->theft_chance2 |