Archipelago/worlds/kh2
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
..
Names KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
docs KH2: init cleanup and random visit locking fix and docs update. (#1652) 2023-04-10 04:12:23 +02:00
mod_template KH2: init cleanup and random visit locking fix and docs update. (#1652) 2023-04-10 04:12:23 +02:00
test KH2: New Unit Test and better keyblade fill (#1744) 2023-04-23 22:20:43 +02:00
Items.py Kh2 rc2 fixes (#1608) 2023-03-27 19:17:06 +02:00
Locations.py KH2: Fixed Non Deterministic Generation (#1707) 2023-04-15 06:15:04 +02:00
OpenKH.py KH2: New Unit Test and better keyblade fill (#1744) 2023-04-23 22:20:43 +02:00
Options.py KH2: init cleanup and random visit locking fix and docs update. (#1652) 2023-04-10 04:12:23 +02:00
Regions.py KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
Rules.py KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
WorldLocations.py KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
XPValues.py KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
__init__.py KH2: New Unit Test and better keyblade fill (#1744) 2023-04-23 22:20:43 +02:00
logic.py KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00
requirements.txt KH2 game implementation (#1438) 2023-03-20 17:19:55 +01:00