Difference between revisions of "User:Migck"
Jump to navigation
Jump to search
→Damage testing
imported>Migck |
imported>Migck |
||
Line 1: | Line 1: | ||
I hate red links. | I hate red links. | ||
= Damage testing = | |||
Did some testing of damage output with an OnHealthDamage handler. | Did some testing of damage output with an OnHealthDamage handler. | ||
Line 9: | Line 9: | ||
Bow damage is the sum of the damage from the bow and from the arrow used. It will ignore any normal weapon resistance values if either the bow or the arrow have the flag for it. | Bow damage is the sum of the damage from the bow and from the arrow used. It will ignore any normal weapon resistance values if either the bow or the arrow have the flag for it. | ||
Creatures' unarmed damage is independent of strength or H2H skill. Base is the creature's unarmed damage as set in the editor, plus its level x fCreatureCalcDamage if it has the PC level offset flag. It ignores all normal weapon resistance values unless the target has 100% of it AND the creature's base H2H is under journeyman level. It is affected by the creature's fatigue rating, rounded up and floored to a minimum of 1 before applying reductions from armor rating, block, etc. | Creatures' unarmed damage is independent of strength or H2H skill. Base is the creature's unarmed damage as set in the editor, plus its level x fCreatureCalcDamage if it has the PC level offset flag. It ignores all normal weapon resistance values unless the target has 100% of it to avoid even the hit connecting AND the creature's base H2H is under journeyman level. It is affected by the creature's fatigue rating, rounded up and floored to a minimum of 1 before applying reductions from armor rating, block, etc. | ||
All normal weapon resistance values are ignored when either the weapon/bow or arrow are poisoned or enchanted, even if the weapon has no enchantment charge left. Normal weapon resistance/weakness is thus useless in a great too many cases where it could help. And normal weapon weakness values don't even do anything unless using the AVUncapper plugin by JRoush, which as it seems has only fixed one of the many problems with it. | |||
== Block testing == | == Block testing == |