Hero Lab 4e

Herolab D&D 4e - Downloads Tracker => Modifications => Topic started by: Sean Abel on May 07, 2017, 12:55:35 AM

Title: Making Utility Powers?
Post by: Sean Abel on May 07, 2017, 12:55:35 AM
The problem seem that I can not make a utility power that will show up, it tests and says ready to use but they will not show up? any ideas?
Title: Re: Making Utility Powers?
Post by: dmayhew469 on June 15, 2017, 07:59:03 PM
What type (class, race, etc.) of power are you trying to create?
Title: Re: Making Utility Powers?
Post by: Cryptoknight on June 25, 2017, 09:29:15 PM
Did you assign them a level?  Level less Utility powers can only be added by bootstrapping them from something else.
Title: Re: Making Utility Powers?
Post by: dmayhew469 on July 07, 2017, 02:11:16 PM
I think I did.  I created a dummy power to test with and I didn't keep it after i finished the test.
Title: Re: Making Utility Powers?
Post by: Sean Abel on July 01, 2018, 09:12:03 PM
So here is the attempt at Smooth Execution, I have stripped out the racial requirements in the 1st example and placed them in the 2nd either way it will not show up in the Utility powers to be selected and ideas?

  <thing id="pRacTiGSE" name="Smooth Execution" description="{b}Trigger{/b}: You make an Arcana, Dungeoneering, or Thievery check.\n\n{b}Effect{/b}: Roll the check twice, and take either result." compset="Power">
    <fieldval field="pwFlavor" value="Measure twice, cut once."/>
    <usesource source="Dragon"/>
    <tag group="PowerUse" tag="Encounter"/>
    <tag group="AttackType" tag="Personal"/>
    <tag group="ActionType" tag="Free"/>
    <tag group="ReqLevel" tag="2"/>
    <tag group="PowerType" tag="Utility"/>
    </thing>
  </document>

2nd with Race in
  <thing id="pRacTiGSE" name="Smooth Execution" description="{b}Trigger{/b}: You make an Arcana, Dungeoneering, or Thievery check.\n\n{b}Effect{/b}: Roll the check twice, and take either result." compset="Power">
    <fieldval field="pwFlavor" value="Measure twice, cut once."/>
    <usesource source="Dragon"/>
    <tag group="PowerUse" tag="Encounter"/>
    <tag group="AttackType" tag="Personal"/>
    <tag group="ActionType" tag="Free"/>
    <tag group="ReqLevel" tag="2"/>
    <tag group="PowerType" tag="Utility"/>
    <tag group="PowerClass" tag="Race" name="Tinker Gnome"/>
    </thing>
  </document>