Fix a typo, change description name
This commit is contained in:
parent
1f334c166f
commit
cf9fc4dcaf
|
@ -17,7 +17,7 @@
|
||||||
# To test if your yaml is valid or not, you can use this website:
|
# To test if your yaml is valid or not, you can use this website:
|
||||||
# http://www.yamllint.com/
|
# http://www.yamllint.com/
|
||||||
|
|
||||||
description: Farrak's Easy Example # Used to describe your yaml. Useful if you have multiple files
|
description: Your Description Here # Used to describe your yaml. Useful if you have multiple files
|
||||||
name: YourName # Your name in-game. Spaces and underscores will be replaced with dashes
|
name: YourName # Your name in-game. Spaces and underscores will be replaced with dashes
|
||||||
glitches_required: # Determine the logic required to complete the seed
|
glitches_required: # Determine the logic required to complete the seed
|
||||||
none: 1 # No glitches required
|
none: 1 # No glitches required
|
||||||
|
@ -27,7 +27,7 @@ item_placement: basic # This is based on Entrance Randomizer, which does not (ye
|
||||||
meta_ignore: # Nullify options specified in the meta.yaml file. Adding an option here guarantees it will not occur in your seed, even if the .yaml file specifies it
|
meta_ignore: # Nullify options specified in the meta.yaml file. Adding an option here guarantees it will not occur in your seed, even if the .yaml file specifies it
|
||||||
world_state:
|
world_state:
|
||||||
- inverted # Never play inverted seeds
|
- inverted # Never play inverted seeds
|
||||||
- retro # Never play retry seeds
|
- retro # Never play retro seeds
|
||||||
weapons:
|
weapons:
|
||||||
- swordless # Never play a swordless seed
|
- swordless # Never play a swordless seed
|
||||||
map_shuffle: # Shuffle dungeon maps into the world and other dungeons, including other players' worlds
|
map_shuffle: # Shuffle dungeon maps into the world and other dungeons, including other players' worlds
|
||||||
|
|
Loading…
Reference in New Issue