Non MP armor + Base AF buff

Public communication platform for all Hibernia players.
gumby
Myrmidon
 
Posts: 85
Joined: Jun 20, 2012 08:33

Postby gumby » Jul 12, 2012 02:21

Might be a nooby question, but I'm not particularly familiar with how these mechanics work. If I use 94qua leggings, say one with a nice proc, on my bard with I take significantly higher damage when I am hit on my legs or will higher overall damage be taken. I ask this situation my with bard since he has self AF, if it helps. Thanks

User avatar
Snigel
Eagle Knight
 
Posts: 564
Joined: Jun 19, 2009 00:00
Location: M A R S

Postby Snigel » Jul 12, 2012 02:33

Your AF buff should negate the missing quality
Satas Hakx - various artists

gumby
Myrmidon
 
Posts: 85
Joined: Jun 20, 2012 08:33

Postby gumby » Jul 12, 2012 05:08

So MP Chest/Boots/Gloves+94qua leggings/sleeves/helm+Base AF buff is just as good as a full MP set?

User avatar
HulkGris
Phoenix Knight
 
Posts: 1256
Joined: Jan 23, 2012 19:48

Postby HulkGris » Jul 12, 2012 10:24

Only Blue can give an accurate answer.
In DoL source, I found this :
Code: Select all
public override double GetArmorAF(eArmorSlot slot)
{
   if (slot == eArmorSlot.NOTSET) return 0;
   InventoryItem item = Inventory.GetItem((eInventorySlot)slot);
   if (item == null) return 0;
   double eaf = item.DPS_AF + BaseBuffBonusCategory[(int)eProperty.ArmorFactor]; // base AF buff

   int itemAFcap = Level;
   if (RealmLevel > 39)
      public override double GetArmorAF(eArmorSlot slot)itemAFcap++;
   if (item.Object_Type != (int)eObjectType.Cloth)
   {
      itemAFcap <<= 1;
   }

   eaf = Math.Min(eaf, itemAFcap);
   eaf *= 4.67; // compensate *4.67 in damage formula

   // my test shows that qual is added after AF buff
   eaf *= item.Quality * 0.01 * item.Condition / item.MaxCondition;

   eaf += GetModified(eProperty.ArmorFactor);

   return eaf;
}

So : the eaf is first calculated by the item base AF + the AF base buff. Then reduced to the cap according to character level. And finally, modifed by quality.

It means that a AF base buff is only usefull when you wear an item of lower level than the level of your character.
This function is used in the formula that determines the damage done.

By the way, it also means that wearing a lvl 45 armor is the same as a level 51 one when u have a base buff oO
RIP : Ectoplasme
My own version of Uthgard Character Builder

User avatar
Ridifool
Myrmidon
 
Posts: 80
Joined: Apr 18, 2011 14:46

Postby Ridifool » Jul 12, 2012 14:48

the AF determines whether the you get hit. Once you are hit, the strike will hit a piece of armor: If that happens to be your 94% qual legs, the armor will absorb .94 x *condition* x *absorbtion* (i think after resists are factored in) of the damage dealt. So, not much difference from MP armor.

Item Durability is quite high on MPs (I think i saw 150% when new) so they last longer before wearing out.
Nightshade, Blademaster, Bard, Mentalist

User avatar
HulkGris
Phoenix Knight
 
Posts: 1256
Joined: Jan 23, 2012 19:48

Postby HulkGris » Jul 12, 2012 15:12

Ridifool wrote:the AF determines whether the you get hit.
No. AF reduces damage. You don't have a lower miss rate on a druid if he decides to equip himself with studded armor.
Ridifool wrote:Once you are hit, the strike will hit a piece of armor: If that happens to be your 94% qual legs, the armor will absorb .94 x *condition* x *absorbtion* (i think after resists are factored in) of the damage dealt.
.
It's a little more complicated.
And absorb is a constant value (0% for cloth to 34% for plate), not modified by quality or durability.
RIP : Ectoplasme
My own version of Uthgard Character Builder

User avatar
Ridifool
Myrmidon
 
Posts: 80
Joined: Apr 18, 2011 14:46

Postby Ridifool » Jul 13, 2012 02:58

i must have them confused...

from http://roclar.net/DAoC/info.php i got the following summary:

OW DO YOUR SECONDARY STATS AFFECT YOU?
Armor Factor (AF)
AF affects the damage absorbtion (i.e. higher AF means you will take less damage)
AF affects the chance to be hit (i.e. higher AF means less chance of being hit)

This is how i have long understood AF to work. I think its true for Uth?
Nightshade, Blademaster, Bard, Mentalist


Return to Hibernia

Who is online

Users browsing this forum: No registered users and 6 guests

Saturday, 05. April 2025

Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.

Valid XHTML & CSS | Original Design by: LernVid.com | Modified by Uthgard Staff