https://vk.com/topic-87790524_32514367?offset=2320
The "All Skills" mod by Dmitry Bo*******. Try contacting him; he definitely knows how to increase the number of skill slots.
Thank you very much for this! ))))
So, I downloaded and looked at the file. The person did everything very simply – he just wrote all the skills in a row in the Heroes' XML file (or rather, the ones he considered necessary).
I also wanted to do this, but I thought it wasn't possible – only the first 5 skills would be taken. And indeed, only the first 5 are displayed (see screenshot).
But if you hover over it in battle, you get a completely different picture. And in reality, the hero's luck is 5, as it should be if the hero had this skill (2 from the artifact, 3 from luck; in battle, you can clearly see that the luck is 5 – the "permanent luck" skill is simply present on the hero, but it is hidden).
And it is very easy to generate such a hero. For example, in your duel generator, you just need to change the number 5 to a larger number:
skills_to_be_given = random.sample(list(skills_choose_seq), 5)The most important thing is that I had the idea of having 5+ skills. I just didn't think to test it.
Well, at least now I will check if it is possible to give a hero more than 7 creature stacks and whether it is possible to give a hero more than 3 perks. In essence, you just need to change the XML, and that's it. Maybe the excess won't be cut off)))
I'm attaching screenshots (clip2net is broken)