New version of the Tchernobog mod v0.2.2f has been released and added to the download section.
Tchernobog 0.2.2f
- Disable checking character level for town (Means all characters can join games of all difficulties, just not areas in them).
- RStash navigation using arrow keys - up = -10 tabs, down = +10, left = -1, right = +1 (up/down keys only work in personal stash).
- Fix issue with some people having black screen (Updating C++ redistributable fixed that but reverting to older microsoft toolkit makes it work for everyone again).
- Dexterity affects minion attack speed (necromancer's things + golem) (Thanks Ogodei!)
Attack speed doubles every 400 dex
Formula:
effective dex = total dexterity - (base strength + base magic + base vitality) / 3 - clvl - difficulty * 30, rounded down to nearest multiplier of 8
Difficulty * 30 = 0 on normal, 90 on torment
Attack speed multiplier = 2 ^ (effective dex / 400)
You can check it ingame with /mas command (MAS = Minion Attack Speed)