Merge pull request #454 from honomoa/feature/strategy_number

Add strategy NUMBER_X
This commit is contained in:
Roman Davydov
2024-02-29 21:39:05 +03:00
committed by GitHub
2 changed files with 38 additions and 0 deletions

View File

@@ -590,6 +590,14 @@ Allowed values for `chat` are:
- **PERCENTAGE**: Select the option with the highest percentage based on odds (It's the same that show Twitch) - Should be the same as select LOWEST_ODDS
- **SMART_MONEY**: Select the option with the highest points placed. [#331](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/331)
- **SMART**: If the majority in percent chose an option, then follow the other users, otherwise select the option with the highest odds
- **NUMBER_1**: Always select the 1st option, BLUE side if there are only two options
- **NUMBER_2**: Always select the 2nd option, PINK side if there are only two options
- **NUMBER_3**: Always select the 3rd option.
- **NUMBER_4**: Always select the 4th option.
- **NUMBER_5**: Always select the 5th option.
- **NUMBER_6**: Always select the 6th option.
- **NUMBER_7**: Always select the 7th option.
- **NUMBER_8**: Always select the 8th option.
![Screenshot](https://raw.githubusercontent.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/master/assets/prediction.png)