* Adventure - draft fixes
* Update AdventureEventData.java
cleanup
* Adventure map updates
Adding collision barriers around several maps, expanding entry objects to prevent moving outside the map
minor Temple of Gideon progress
* Adventure draft set filtering
Preventing sealed-only sets from being selected only for drafts
* Adventure mob spawn rate adjustment
Making enemy spawn allocation more reasonable while still allowing for higher and lower rates.
* Adventure - Map updates
Removing unneeded collision layers from dungeons
* Adventure - Fix for missing event rewards
getHumanPlayer() is backed by a transient field and will lose track of game wins if saved / reloaded
* Removal of unneeded collision layers
* Adventure - Event bugfix
Preventing NPE if event was created with an enemy participant that is no longer found in enemies.json
* MOM Red Jumpstart insert typo fix
---------
Co-authored-by: Anthony Calosa <anthonycalosa@gmail.com>
* Adventure - draft fixes
* Update AdventureEventData.java
cleanup
* Adventure map updates
Adding collision barriers around several maps, expanding entry objects to prevent moving outside the map
minor Temple of Gideon progress
* Adventure draft set filtering
Preventing sealed-only sets from being selected only for drafts
* Adventure mob spawn rate adjustment
Making enemy spawn allocation more reasonable while still allowing for higher and lower rates.
---------
Co-authored-by: Anthony Calosa <anthonycalosa@gmail.com>
* - Fix double music playback in deck selection/deck editor screens.
- Make shops use Esc to quit (consistent with other screens).
- Very minor style correction.
* - Experimental: sort editions by name in the SpellSmith card filter.
* - Experimental: sort editions by name in the SpellSmith card filter.
* - Revert the button assignment for the shop button until a better solution can be devised.
* - Added puzzles PS_MOM4, PS_MOM5.
- Fixed the name of PS_MOM3.
* - Avoid resetting the music for some of the scene events.
* - One more music tweak.
* - Fix imports.
* - Take care of seamless music in the inn.
* - Fix imports.
* - Fix more imports.