Grandmagic13 / RPGManager

Rpg manager project
0 stars 0 forks source link

Dexterity and Armor penalty cross dependency check #91

Open Pluci opened 7 years ago

Pluci commented 7 years ago

If the user don't have the armor training talent, but uses armor, which has armor penalty, it should have applied minus factor for his speed and dexterity. But the current version applies the minus factor for speed, we should refactor that, avoiding the duplication of the penalty for speed.

Grandmagic13 commented 7 years ago

Rogue class's Rogue's Armor classpower also plays a factor, should be counted as a case when implementing armor penalty's handling of special cases.

Also: We should consider any other special cases which influence speed calculation, any other Talents, Class powers, special entities.