diff --git a/_maps/SuitsMap/suits.yaml b/_maps/SuitsMap/suits.yaml index ca7d139f3..bddf20ad5 100644 --- a/_maps/SuitsMap/suits.yaml +++ b/_maps/SuitsMap/suits.yaml @@ -34,6 +34,9 @@ tourMode: opponent3: Daisy clearRank: 1 changelog: + - version: 8 + changed: + - Added a waypoint limit so that the bank area cannot be looped in the club board state - version: 7 changed: - Changed the music link, and the tracks for the map music diff --git a/_maps/SuitsMap/suits3.frb b/_maps/SuitsMap/suits3.frb index d20be2bb2..e47421e6e 100644 Binary files a/_maps/SuitsMap/suits3.frb and b/_maps/SuitsMap/suits3.frb differ diff --git a/_maps/bowsersgalaxyreactor/reactor.frb b/_maps/bowsersgalaxyreactor/reactor.frb index 6f3e2583f..6fc890920 100644 Binary files a/_maps/bowsersgalaxyreactor/reactor.frb and b/_maps/bowsersgalaxyreactor/reactor.frb differ diff --git a/_maps/bowsersgalaxyreactor/reactor.webp b/_maps/bowsersgalaxyreactor/reactor.webp index d7989a755..0c69d33bc 100644 Binary files a/_maps/bowsersgalaxyreactor/reactor.webp and b/_maps/bowsersgalaxyreactor/reactor.webp differ diff --git a/_maps/bowsersgalaxyreactor/reactor.yaml b/_maps/bowsersgalaxyreactor/reactor.yaml index c78187e29..5c543dbe3 100644 --- a/_maps/bowsersgalaxyreactor/reactor.yaml +++ b/_maps/bowsersgalaxyreactor/reactor.yaml @@ -8,7 +8,7 @@ initialCash: 2000 targetAmount: 20000 baseSalary: 350 salaryIncrement: 200 -maxDiceRoll: 7 +maxDiceRoll: 6 frbFile1: reactor background: galaxyColosseum mapIcon: reactor @@ -21,9 +21,9 @@ tourMode: clearRank: 1 looping: mode: Vertical - radius: 26.5 + radius: 25.50 horizontalPadding: 1 - verticalSquareCount: 16.5 + verticalSquareCount: 15.50 music: download: - https://nikkums.io/cswt/BGM/bowsersgalaxyreactor.music.zip @@ -162,6 +162,10 @@ ventureCards: - 0 # 127 Special arcade adventure! You're invited to play Round the Blocks and Memory Block! - 0 # 128 Special bonus! You receive 55 times the number of shops you own in gold coins from the bank! changelog: + - version: 5 + changed: + - Two venture squares and two 51 event squares deleted to keep paths reduced, but for the most part restore the original layout + - max dice roll reduced to 6 - version: 4 changed: - Two event 51 squares added, reduced total paths to 88 @@ -178,5 +182,5 @@ changelog: - Initial Release. authors: - name: Crimson Hat - - name: phellen007 url: https://github.com/CrimsonHat1997 + - name: phellen007