Huh? Could I get a few examples of how this works? For example: if I was using a rapier and hit with 3 strikes would I get the same amount of skill gain as if I only landed 1 of the 3 strikes? Or if I used a longsword and a hatchet, since I'm using two weapons I only get one strike per weapon. So, if I land both strikes with both weapons would I get equal skill gain from each weapon as I would have got using a single weapon landing one strike?
Let's say I get 0.10 skill gain per strike.
Example #1 (wooden sword 3 possible strikes)
Would this equal a total of 0.10 skill gain or 0.30?
Code: Select all
You thrust with a wooden practice sword at a blood-stained animated training dummy! (M: 532 vs D:100)
7 pierce damage to the abdomen!
You slash with a wooden practice sword at a blood-stained animated training dummy! (M: 532 vs D:100)
3 slash damage to the abdomen!
You slash with a wooden practice sword at a blood-stained animated training dummy! (M: 532 vs D:100)
1 slash damage to the abdomen!
Example #2 (wooden sword 3 possible strikes)
Would this equal a total of 0.10 skill gain or 0.20?
Code: Select all
You thrust with a wooden practice sword at a blood-stained animated training dummy! (M: 532 vs D:100)
2 pierce damage to the abdomen!
You slash with a wooden practice sword at a blood-stained animated training dummy! (M: 532 vs D:100)
3 slash damage to the abdomen!
You slash with a wooden practice sword at a blood-stained animated training dummy! (M: 582 vs D:100)
Dodged!
Example #3 (wooden sword, knife both 3 possible strikes)
Would this equal a total of 0.10 skill gain in daggers and swords?
Code: Select all
You thrust with a copper-edged black knife at a blood-stained animated training dummy! (M: 185 vs D:100)
17 pierce damage to the back!
You swing a golden-hued bastard sword at a blood-stained animated training dummy! (M: 766 vs D:100)
27 hack damage + to the right hand!
Example #4 (wooden sword, knife both 3 possible strikes)
Would this equal a total of 0.10 skill gain in swords but not daggers?
Code: Select all
You thrust with a copper-edged black knife at a blood-stained animated training dummy! (M: 148 vs D:100)
Dodged!
You thrust with a golden-hued bastard sword at a blood-stained animated training dummy! (M: 689 vs D:100)
34 pierce damage + to the left hand!
Note that the items that claim to have 3 strikes in the description only seem able to make 2 strikes now. This was /bug'd in game. Is this an intentional new feature?