Subpage under development, new version coming soon!
Subject: »General Questions
Can you elaborate? I have no idea how hattrick form works :)
But it would make no sense for orders to be restricted to maintain form while on the other hand training is also restricted with order, yet the ME requires multiple "positional skills" to make players play much better...
(edited)
(edited)
If I remember correctly:
At every form update, there was a 1/3 chance that the form direction changed and a 2/3 chance that it kept going in the last calculated direction. So...
- If the form direction has to change, the new value is calculated randomly, but with a higher chance (I don't remember the exact %) of being higher if the player has played during the last week. Also, the level of the main coach had an influence on this value.
- If the form continues in its direction, it progresses faster the further away it is from the target point. Something like:
form = form + sqrt(distance)
By "direction" I don’t mean it necessarily has to change from bottom to top, but rather that there is a new target point toward which the form is heading.
(edited)
At every form update, there was a 1/3 chance that the form direction changed and a 2/3 chance that it kept going in the last calculated direction. So...
- If the form direction has to change, the new value is calculated randomly, but with a higher chance (I don't remember the exact %) of being higher if the player has played during the last week. Also, the level of the main coach had an influence on this value.
- If the form continues in its direction, it progresses faster the further away it is from the target point. Something like:
form = form + sqrt(distance)
By "direction" I don’t mean it necessarily has to change from bottom to top, but rather that there is a new target point toward which the form is heading.
(edited)