Add "swords" option back to playerSettings.yaml
This commit is contained in:
parent
7f3c46dd8a
commit
50f06c3aac
|
@ -197,6 +197,10 @@ retro:
|
||||||
hints:
|
hints:
|
||||||
'on': 50 # Hint tiles sometimes give item location hints
|
'on': 50 # Hint tiles sometimes give item location hints
|
||||||
'off': 0 # Hint tiles provide gameplay tips
|
'off': 0 # Hint tiles provide gameplay tips
|
||||||
|
swords:
|
||||||
|
randomized: 50 # Swords are placed randomly throughout the world
|
||||||
|
assured: 0 # Begin with a sword, the rest are placed randomly throughout the world
|
||||||
|
vanilla: 0 # Swords are placed in vanilla locations in your own game (Uncle, Pyramid Fairy, Smiths, Pedestal)
|
||||||
swordless:
|
swordless:
|
||||||
on: 0 # Your swords are replaced by rupees. Gameplay changes have been made to accommodate this change
|
on: 0 # Your swords are replaced by rupees. Gameplay changes have been made to accommodate this change
|
||||||
off: 1
|
off: 1
|
||||||
|
|
Loading…
Reference in New Issue