capristo wrote
Is there a certain delay between screams? Between X and Y turns?
Whether the enner beast screams on a given turn seems to be quite complex. Normally it has a one in 3 chance to scream, which approximately makes a Poisson process.
If it is panicked it won't scream, unless it's cornered, in which case it will scream every time it takes a turn. I haven't investigated IVAN's energy system, but it seems that the enner beast can take multiple actions (moving and screaming) on the same turn. Moving takes the standard 1000AP, but screaming takes 1,000,000 divided by its bite skill bonus. So if the bite bonus is not more than ~10,000, there should be a significant delay after each scream, making it not quite a Poisson process.
In summary, there's a minimum number of ticks between screams (which is more than the time it takes to move), and no maximum (but smaller delays are more likely than longer delays).
https://github.com/attnam/ivan/blob/master/Main/Source/human...