<blockquote><hr>
<blockquote><hr>
If you want to use a shield just have parry not bushido. You'll get a dci bonus from parry, all the specials of the shield, but no bushido specials.
[/ QUOTE ]
I dunno if I have heard any more incorrect statements in my life.
You DO NOT get DCI from parry skill. Defense Chance Increase is a modifier to the base hit/miss calculations, and is not affected by parrying or bushido at all. Blocking (aka parrying) is a seperate calculation performed after a hit/mizz calculation is done. Basically this is how the system checks;
<font class="small">Code:</font><hr /><pre>
Hit/Miss Calculation;
if Hit goto Block Calculation;
if Miss goto No Damage;
Block Calculation;
if Block goto No Damage;
if No Block goto Resist Calculation;
Resistance Calculation;
Subtract Resisted Value from Total Damage to get Final Number;
Apply Damage;
End
No Damage;
if Attack Miss
if Attack Blocked
End</pre><hr />
That's a rough idea of what the whole shebang looks like, though I am sure it's much more complicated and that's pretty much a layman's program right there.
[/ QUOTE ]
Forgive my ignorance.
I misrepresented dci bonus for chance to block.