Began to make calculator melee damage.
It turns out nice. You can see it in the same place where the basic calculator.
However I cannot find the correct calculation of damages for the shield, given the weapons against him.
If someone share a link, I'll be deeply grateful.
This is from what I know. I may be wrong but:
1. double the base damage if the weapon has the shield bonus
2. calculate damage reduction from armor using shield's resistance as armor
3. multiply damage by (1 - 0.08*s) where s is the shield skill of the shield bearer (ie 8% damage reduction for each point in shield skill)
What I may be telling wrong is the order of these things. They all should happen, but they could definitely happen in some other order.