mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11434] Implemented diminishing returns (DR) for dodge and parry chances.
Also updated base dodge and agility=>dodge conversion values for 3.2 and later Base stats and percentage based talents/buffs are not affected by DR, it basically prevents items and stat buffs becoming disproportionally powerful in terms of survivability as characters approach 100% avoidance. TODO: implement DR for chance to be missed from defense rating
This commit is contained in:
parent
8807af4a18
commit
3f531024f7
4 changed files with 109 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11433"
|
||||
#define REVISION_NR "11434"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue