SFX shuffle added

This commit is contained in:
aerinon
2021-08-02 15:24:13 -06:00
parent c8dcdcc62c
commit bcaee735a2
2 changed files with 15 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
from Utils import output_path, parse_player_names from Utils import output_path, parse_player_names
__version__ = '0.5.0.1-u' __version__ = '0.5.0.2-u'
from source.classes.BabelFish import BabelFish from source.classes.BabelFish import BabelFish

View File

@@ -1,12 +1,22 @@
# New Features # New Features
Bomb Logic added as an option. This removes your ability to use bombs until you find a "bomb bag", a +10 Bomb Capacity item. It is accounted for in the logic, so you aren't expected to get items behind bomb walls until you have found the bomb capacity item. The upgrades are removed from the upgrade fairy as well. ## Shuffle SFX
Shuffles a large portion of the sounds effects. Can be used with the adjuster.
CLI: ```--shuffle_sfx```
``` ## Bomb Logic
--bomblogic
``` When enabling this option, you do not start with bomb capacity but rather you must find 1 of 2 bomb bags. (They are represented by the +10 capacity item.) Bomb capacity upgrades are otherwise unavailable.
CLI: ```--bomblogic```
# Bug Fixes and Notes. # Bug Fixes and Notes.
* 0.5.0.2
* --shuffle_sfx option added
* 0.5.0.1 * 0.5.0.1
* --bomblogic option added * --bomblogic option added
* 0.5.0.0 * 0.5.0.0