Jump to content
  • 0

Iverra's Diving Helmet Doesn't Work on the bog dragons; and we think we know why!


anameforobsidian

Question

Just tested it after an interesting discussion here, and the helmet doesn't give a bonus against dragon breath for the Llengrath fight.

 

Maxquest added this:

Diving Helmet provides two persistent buffs:
ResistKeyword 35 vs DefenseType (5) {None}, Keyword ("DragonBreath")
ResistKeyword 20 vs DefenseType (5) {None}, Keyword ("poison")

This means that it adds 35 to a defensive roll vs any spell or ability marked with "DragonBreath" keyword, and it doesn't matter which defense is targeted.

P.S. Alpine, Sky and Adra dragon breaths are marked with "DragonBreath". While Turi and Gafo breaths are marked with "DragonBreath Poison". But I don't know if this helmet provides 35 or 55 defense vs them, or even if "DragonBreath Poison" is recognized at all, because there are no keywords on their respective tooltips.

 

and this:

Have to note that if the project is big (and PoE is), it would make sense to put these keywords in a separate static class and use global constants instead of hardcoded strings.
If I remember C# syntax correctly, something like:
public static class KEYWORDS
{
  public const string POISON = "poison";
  public const string DRAGON_BREATH = "dragon_breath";
}Easier to mass rename, and safer.

 

Thanks for your time!

  • Like 1
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...