Hero Lab 4e

Herolab D&D 4e Development => Herolab 4e Development => Herolab 4e Bugs => Topic started by: Florimel on October 10, 2015, 03:51:55 PM

Title: Missing At-Will Powers for some Warpriest domains
Post by: Florimel on October 10, 2015, 03:51:55 PM
For instance, the At-will powers granted by the Selune domain are not added.

Proposed correction in ddi_classes.user add :


    <bootstrap thing="pClrBleLig">
      <containerreq phase="Setup" priority="500">
        HasFeature.fWprSelDom
        <after name="Build option final"/>
      </containerreq>
    </bootstrap>
    <bootstrap thing="pClrBraMoo">
        <containerreq phase="Setup" priority="500">
          HasFeature.fWprSelDom
          <after name="Build option final"/>
        </containerreq>
    </bootstrap>