Skip to content

Commit

Permalink
Add examples of totk presets
Browse files Browse the repository at this point in the history
  • Loading branch information
savage13 authored Sep 30, 2023
1 parent 0e4b2aa commit 6adf661
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions presets/totk/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Presets for Tears of the Kingdom
under construction. Tracked by https://github.com/Pistonite/celer/issues/38

# Add Presets

```yaml
config:
- use: ./towers.yaml
- use: ./shrines.yaml
- use: ./lightroots.yaml
- use: ./koroks.yaml
- use: ./bubbulfrogs.yaml
- use: ./wells.yaml
- use: ./caves.yaml
- use: ./chasms.yaml
```
# Add to Route
```yaml
- _Tower:RosproPass
- _Shrine::Tauyosipun
- _Lightroot::Nupisoyuat
- _Korok::RP08
- _Bubbulfrog::SageTempleCave
- _Well::DronocsPass
- _Cave::IcefallFoothills
- _Chasm::GerudoSummit

```

0 comments on commit 6adf661

Please sign in to comment.