DICE PACKS BUNDLE
Page 7 of 11 First ... 5 6 7 8 9 ... Last
  1. #61
    This extension has been superceded by a new extension,
    which includes this feature plus more enhancements.
    PFRPG - Extended Automation

    Regards,
    JPG

  2. #62
    I did more testing with just this extension enabled and confirmed that it allows for CL calculations like [d3CL4], and I can't seem to be able to get both a variable die roll attribute and a calculation to work together, only separately. Additionally, running this with the extension AoE effects is causing an effect like AURA: 10 friend to instead affect everyone rather than just green faction characters or friendlies.

  3. #63
    Just pushed a minor CoreRPG change to support the maximum. After you update, try using the tag [TCL4].

    Regards,
    JPG

  4. #64
    I appreciate the update. I tried with the extension you provided and the latest update, I can't exactly tell what [TCL4] does at least in the context of an attribute tag since it provides no number. It also still doesn't seem compatible with BCE to allow for dice variables on attributes with that extension also running. Basically something like [d2CL5] would allow for an effect to provide a number generated by every 2 caster levels up to a maximum of 10 in the case of Ray of Enfeeblement's caster level scaling.

  5. #65
    [HTAG] = half of the tag value; [TTAG] = third of the tag value; [QTAG] = quarter of the tag value

    So, [d2CL5] -> [HCL5]

    Regards,
    JPG

  6. #66
    Quote Originally Posted by Moon Wizard View Post
    I was just looking at this today; and will be adding an @FORTIFY to complement FORTIFY. Additionally, FORTIFY positive values will be compared for maximum, while negative values will reduce the fortification value. Look for this next week, along with some other enhancements.

    Regards,
    JPG
    I just updated. Question on how the @FORTIFY and FORTIFY are used.

    The effect: @FORTIFY: -15; on an attacker is setting the FORTIFY to 15 on the target, not reducing the target's FORTIFY by 15. Is that the expected result?

    Thanks!

  7. #67
    @Moon Wizard

    I tried using [HCL5] on a character with caster level, and even doing something like Test; STR: [HCL5] returns nothing with this extension being the only one running.

  8. #68
    Quote Originally Posted by Moon Wizard View Post
    @dllewell,

    I've fixed the SR calculation so that SR effects are no longer doubled. I also updated fortification handling to handle "precision" damage as well.

    Please run a new Check for Updates.

    Regards,
    JPG
    @Moon Wizard - Thank you so much. I have tested both of these changes, and they are both working correctly.

  9. #69
    Quote Originally Posted by FGMax View Post
    @Moon Wizard

    I tried using [HCL5] on a character with caster level, and even doing something like Test; STR: [HCL5] returns nothing with this extension being the only one running.
    Adding on to what FGMax has said. It doesn't appear that any calculations are being parsed from the Character Sheet.

    As an example, I'm working with Ray of Enfeeblement. Which says 'The subject takes a penalty to Strength equal to 1d6+1 per two caster levels (maximum 1d6+5).'
    This is the effect I have used previously for this.

    Ray of Enfeeblement;STR:[-1d6], [-HCL5]

    I've also tried a couple of more simple variations on this.
    Ray of Enfeeblement;STR:[-1d6]
    Ray of Enfeeblement;STR:[-HCL5]
    Ray of Enfeeblement;STR:[HCL]

    The effects with number calculations do not parse at all. The effects with just CL calculations return blank.

    Attached Images Attached Images

  10. #70
    Hi all,

    One note about the extension that MW linked above, the GRANTDISATK effect is not working.

    Looking at the extension, in manger_actions_kel:59 needs to have rTarget as the first parameter of the EffectManager.getCompsCountByTextOrTag call:

    This:
    Code:
    rRoll.nADV = rRoll.nADV - EffectManager.getCompsCountByTextOrTag(tTrgtEffData, "GRANTDISATK", tTrgtEffData)
    To this:
    Code:
    rRoll.nADV = rRoll.nADV - EffectManager.getCompsCountByTextOrTag(rTarget, "GRANTDISATK", tTrgtEffData);
    Could be wrong though, but that fix works for me.
    Games Running:
    WePF Shattered Star (Pathfinder 1e)
    Savage Sci-Fi Sundays (SWADE Seven Worlds)

Page 7 of 11 First ... 5 6 7 8 9 ... Last

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Refer a Friend

Log in

Log in