Archipelago/worlds/kh2/test
JaredWeakStrike 06a25a903e
KH2: New Unit Test and better keyblade fill (#1744)
__init__:
 - Added exception for if the player has too many excluded abilities on keyblades.
 - Fixed Action Abilities only on keyblades from breaking.
 - Added proper support for ability quantity's instead of 1 of the ability 
 - Moved filling the localitems slot data to init instead of generate_output so I could easily unit test it

TestSlotData:
- Checks if the "localItems" part of slot data is filled. This is used for keeping track of local items and making sure nothing dupes
2023-04-23 22:20:43 +02:00
..
TestGoal.py KH2: init cleanup and random visit locking fix and docs update. (#1652) 2023-04-10 04:12:23 +02:00
TestSlotData.py KH2: New Unit Test and better keyblade fill (#1744) 2023-04-23 22:20:43 +02:00
__init__.py