Add bomb-only mode and random ganon vulnerability item

This commit is contained in:
2021-06-29 22:16:08 -07:00
parent a4e3ed1e4f
commit 078ea13cac
26 changed files with 540 additions and 164 deletions

View File

@@ -34,6 +34,7 @@
"random",
"assured",
"swordless",
"bombs",
"vanilla"
]
},
@@ -202,6 +203,26 @@
"random"
]
},
"ganon_item": {
"choices": [
"default",
"random",
"arrow",
"boomerang",
"hookshot",
"bomb",
"powder",
"fire_rod",
"ice_rod",
"bombos",
"ether",
"quake",
"hammer",
"bee",
"somaria",
"byrna"
]
},
"beemizer": {
"choices": [
"4", "3", "2", "1", "0"
@@ -421,4 +442,4 @@
},
"outputname": {},
"code": {}
}
}