The game incorrectly calculates my total weapon damage.
For example , I give the data:
I am an assassin, weapon type - “Claw”, weapon - “Scissors Katar” (9-17 damage), skill “Claw Mastery” 20 lvl (+111% damage), strength - 105 (+79% damage), dexterity - 96 (+72% damage).
The final damage is 32-61 (minimum damage: 9+9x111%+9x78%+9x72%; maximum damage: 17+17x111%+17x78%+17x72%).
This correct calculation shows the damage calculator and the same damage is indicated in the game in the “Character A” window.
But if you use the skill “Dragon Claw” 20 lvl (+415% damage), then the damage calculation in the game is incorrect!
Damage should be 69-131 (minimum damage: 9+9x(111%+415%)+9x78%+9x72%; maximum damage: 17+17x(111%+415%)+17x78%+17x72%).
But the damage in the game in the “Character A” window is 62-118.
Please explain the order of damage calculation or correct the error.