v84 - #610
Conversation
thireven
commented
Jul 31, 2026
- New Tiara Minnie+ skill that taps the correct presents during her skill. Her skill type will also try to optimize the usage of the game bubbles by tapping them mid chain to activate her bonus. A slight delay of about 300ms is added to allow the board to settle before the script activates her skill to try to maximize the number of Tsums the skill affects.
- New "Handle Long Skill Animations" option to settings to allow the script to gracefully handle skill animations that can take a long time (like Dapper Hat Mickey). Leaving this always on shouldn't negatively affect any other Tsum mechanic.
- New experimental "Auto-tap skill when ready..." setting that basically spams the skill button every 500ms to activate the skill as quickly as possible. This works great for basic burst Tsums and overloading. It's experimental at the moment since it hasn't been tested with other Tsum mechanics like duo Tsums.
- New Tiara Minnie+ skill that taps the correct presents during her skill. Her skill type will also try to optimize the usage of the game bubbles by tapping them mid chain to activate her bonus. A slight delay of about 300ms is added to allow the board to settle before the script activates her skill to try to maximize the number of Tsums the skill affects. - New "Handle Long Skill Animations" option to settings to allow the script to gracefully handle skill animations that can take a long time (like Dapper Hat Mickey). Leaving this always on shouldn't negatively affect any other Tsum mechanic. - New experimental "Auto-tap skill when ready..." setting that basically spams the skill button every 500ms to activate the skill as quickly as possible. This works great for basic burst Tsums and overloading. It's experimental at the moment since it hasn't been tested with other Tsum mechanics like duo Tsums.
|
Did u test the impact on adding the delay ? Will it affect the other tsum? |
If you're referring to the delay for board settling, that is gated behind the Tiara Minnie+ skill and shouldn't affect any other skills. It looks like there have been changes upstream the past few hours, so I've merged it and version bumped this PR. I will need to test the merged stuff to make sure there aren't any conflicts with my changes first. |
|
The newly merged script seems to run fine for Tiara Minnie+ and other tsums. |
|
Hey, thank you for the contribution. For this to work, you will additionally have to edit another config file and increase the version there, too. Have a look at the other pull request which files were edited there. Without it, the Robotmon clients won't detect and download the new index.zip |
Updated the script-config file. |