mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SMW: v1.1 Content Update (#1344)
* Make Bowser unkillable on Egg Hunt * Increment Data Package version Changed a location name. * Baseline for Bowser Rooms shuffling * Add boss shuffle * Remove extra space * Overworld Palette Shuffle * Fix Literature Trap typo * Handle Queuing traps and new Timer Trap * Fix trap name and actually create them * Early Climb and Overworld Speed * Add correct tooltip for Early Climb * Tooltip text edit * Address unconnected regions * Add option to fully exclude Special Zone levels from the seed * Fix Chocolate Island 4 Dragon Coins logic * Update worlds/smw/Client.py to use `getattr`
This commit is contained in:
@@ -212,6 +212,28 @@ all_locations = {
|
||||
**yoshi_house_location_table,
|
||||
}
|
||||
|
||||
special_zone_level_names = [
|
||||
LocationName.special_zone_1_exit_1,
|
||||
LocationName.special_zone_2_exit_1,
|
||||
LocationName.special_zone_3_exit_1,
|
||||
LocationName.special_zone_4_exit_1,
|
||||
LocationName.special_zone_5_exit_1,
|
||||
LocationName.special_zone_6_exit_1,
|
||||
LocationName.special_zone_7_exit_1,
|
||||
LocationName.special_zone_8_exit_1,
|
||||
]
|
||||
|
||||
special_zone_dragon_coin_names = [
|
||||
LocationName.special_zone_1_dragon,
|
||||
LocationName.special_zone_2_dragon,
|
||||
LocationName.special_zone_3_dragon,
|
||||
LocationName.special_zone_4_dragon,
|
||||
LocationName.special_zone_5_dragon,
|
||||
LocationName.special_zone_6_dragon,
|
||||
LocationName.special_zone_7_dragon,
|
||||
LocationName.special_zone_8_dragon,
|
||||
]
|
||||
|
||||
location_table = {}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user