DDOCharPlanner/DDOCharPlannerV4

Feat Errors

Closed this issue · 8 comments

  • Abundant step has field name "FFEATNAME:" (two "f"s)

  • Onatar's Forge is misspelled "Ontar's Forge"

  • Missing: Epic Skills (trainable as an epic feat, repeatable)

  • Missing: Primal Sphere: Wind through the trees (ML29, 3 primal destinies)

  • Missing: Divine Sphere: Epic Spell Power: Positive

  • Bug: Monk Forms feats didn't appear to be properly selectable (Had to pick a subfeat, and then it didn't slot and disappeared from choices list)

  • Question: Can you take multiple Epic Spell Powers of same element by taking them from different spheres? (Thought they were once only regardless of sphere.)

  • Check Repeating Feats - verify Toughness can be taken multiple times.

These sound like things I can help with, are they all still active issues?

There is a missing blank line in the Feats file between Adamantine Body and Alertness.

There is a discrepancy between the race name "Deep-Gnome" in the Feats file and "Deep Gnome" in the Race file. They should be consistent.

There is a discrepancy and misspelling between "Aasimar Sourge" in the Feats file and "Scourge" in the Race file. These, too, should be consistent.

Thank you Stricq I will look into these.

I am not sure if it is currently causing any issues but may need to look into change Deep Gnome to "Deep-Gnome". As the searches for Gnome may find the Deep Gnome by mistake. I will have to take a deeper look into this.

I moved the code that looks for Deep Gnome to before the code that looks for Gnome. So the longer name will match first and if that fails then Gnome has a chance to hit.

(Sorry about the huge diffs, I have a VS extension that auto-removes all trailing spaces and it seems there were many cases of trailing spaces that were removed.)