CBLoader / CBParts

Part Index
https://cbloader.vorpald20.com/
4 stars 1 forks source link

Arcane Admixture does not pick up powers that become Arcane through keyword addition #114

Open thoth-process opened 2 years ago

thoth-process commented 2 years ago

Steps to reproduce: Dragonborn, Dragon Breath power, either Sorceror + Ancient Soul, or any arcane class, Draconic Spellcasting, and Ninefold Master paragon path. This adds the Arcane keyword to the Dragon Breath power. When selecting Arcane Admixture, Dragon Breath does not show up as an available power to admix, because Admixture is looking at Category, not keyword:

    <rules>
      <select type="Power" name="Arcane Admixture" number="1" Category="Arcane" existing="true">
Arcane Admixture Power
      </select>
      <select type="Class Feature" number="1" Category="Arcane Admixture">
Arcane Admixture Damage Type
      </select>
    </rules>

Need to investigate whether Ancient Soul or Breath Expertise PP feature can add Category as well as keyword.