TechnoKing;26184 wrote:What are the types of play style that can be put in place of default? does this actually do anything or just lets you know what you set it as? Also Yoin how can I make it so it mulligans 1 of 2 cards if I have both in hand for example I am playing warrior and have 2 fiery axes in hand and want to keep one and mulligan the other is this possible to set by modifying something in your rules? thanks
I think that for mulligan you could use this:
Fiery Axe REPLACE IF other cards contains $(Fiery axe)
I never tried it but it would work
About play style, the bot support Default, Rush and Zoo. Probably, the global behaviour of the AI depends of the style selected. So selecting a play style, the way to calculate the move will change, but this would be confirmed by JoyAdmin.
My rules define a lot of thinks for the general behaviour of the bot. Here:
Any Card 12 GAIN FOR ATTACK AND TARGET one of enemy minions with $health>=1 //this means set gain for any attacking on enemy minions.
Any Card 15 GAIN FOR ATTACK AND TARGET enemy hero with $health<=12 enemy minions number <=2 and my battlefield minions number >=3 my hero with $health>=15
I am forcing AI to attack minions adding a plus to the move calculus, so if you change the style to rush, my rules still force the bot to attack minions.