D-Squiggles / cbloader

Automatically exported from code.google.com/p/cbloader
0 stars 0 forks source link

Superior Implements appear to be bugged #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take a Superior Implemet Feat, like Accurate Ki Focus
2. Add a Superior Ki Focus as an item and equip it
3. Check a power that has the Implement keyword.  It will not add the +1 from 
the Accurate Implement

This gets worse if you have say an Accurate Ki Focus +anything, for example a 
+3.  If you add that item and equip it, you do not get the Accurate bonus OR 
the enhancement bonus to attack OR damage, but adding just a Magic Ki Focus +3 
for ecxample will work fine.

What version of the product are you using? CBLoader 1.2.4
On what operating system? Win XP

Please provide any additional information below:

I was able to work around the Accurate Implement problem by modifiying the 
implement in question.  So for example the item I was trying to use had the 
folling statadd property:

<statadd name="implement:attack(Accurate Ki Focus)" value="+1" type="Superior 
Implement" requires="Superior Implement Training (Accurate Ki Focus)" />

I changed to to be:

<statadd name="implement:attack" value="+1" type="Superior Implement" 
requires="Superior Implement Training (Accurate Ki Focus)" />

This caused the Superior Implement to add it's +1, as long as I had the feat in 
question, but I am still not getting the enhancement bonus to attack and 
damage.  I have only tried this with Monk Implements, so it's possible that 
only they are affected.  Other Monk implements have the same problem if they 
add to damage for example, the extra damage does not get added in.

Original issue reported on code.google.com by padill...@gmail.com on 9 Aug 2011 at 1:32

GoogleCodeExporter commented 8 years ago
Found out a bit more about this.  Apparently I had "Monk Umarmed Strike" in the 
main weapon slot, so with that being there it would not include the magic 
implement properly.  Taking that out of the weapon slot allowed the implement 
to function properly.

Original comment by padill...@gmail.com on 12 Aug 2011 at 7:59