Refer a Friend
Page 123 of 138 First ... 23 73 113 121 122 123 124 125 133 ... Last
  1. #1221
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,047
    Quote Originally Posted by Contender View Post
    So i have sifted through, and tried ALL of the things I've seen in this thread, to try and get the Barbarian's, Totem of the Wolf working where, specifically, any foe within 5' of the barbarian GRANTS advantage to the barbarian's allies/friends. This seems ripe for creating with an aura, but I haven't been able to get this working. This seems totally doable with the group of (coding effects, + aura effects) that I have purchased from the forge so far. Here's all of the plugins/addons that I have active so far. The problem I've seen with every solution listed above, is that the barbarian ALSO gets the buff to use the "Advantage" roll on the nearby enemies when the rules clearly say that they shouldn't. Can someone give me the exact aura to use here? Ideally this is in a single aura that can be used, not multiple for say, one aura on "self" for the barbarian, + one more for all nearby allies to try and capture the same thing BUT from the ally's side of things. Ideas are welcome. Cheers!
    If you still have issues hit me up on discord. I’m one of the main coding effect writers for those exts and effects.
    -MrDDT
    Discord @mrddt
    Grim Press Discord (Publishing/Extensions/Modules)
    Bethica Discord (West Marches RPG)

    PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!

  2. #1222
    Maybe something like AURA: 5 friend; IF:FACTION (NOTSELF); Pack Tactics

  3. #1223

    TYVM for the info!

    I do not have BCEG, but I'm sure i can remedy that.

  4. #1224
    With Aura and BCEG
    Code:
    Totem Spirit Wolf; AURA: 5 enemy; AoE Totem Spirit Wolf; IF: FACTION(!self); IFT: !CUSTOM(Totem Spirit Wolf); IF: ATK(melee); GRANTADVATK

  5. #1225
    Version Update v3.7

    Feature: Descriptors and checks for applied effects for Creature Types, Creature Size, Alignment
    Feature: Descriptor dying and which will only apply applied aura if source is dying or if not dying
    Feature: Actors with condition Object will not received applied auras
    Feature: API for custom descriptors and custom isApplicable
    Fixed: Adjusted cube calculation to be in the aura for any square the cube is also. Matches with rulesets expectations

  6. #1226
    In 5e 2024, Spirit Guardians now procs "whenever the Emanation enters a creature's space and whenever a creature enters the Emanation or ends its turn there."

    I've been using the coding below, but it rolls for the save and damage when the creature enters the emanation and when it ends its turn there. How do I code this to ensure that it only procs once per turn? I assumed that "once" would accomplish that, but it doesn't appear to limit the effect to once per turn.

    Code:
    Spirit Guardians; (C); AURA: 15 enemy,neutral,once; Spirit Guardians; IF: FACTION(!self); SAVEA: [SDC] WIS (M) (H); SAVEE:[SDC] WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved
    Secondary question—possibly related, the chat log reports [SINGLE MOD USED]. What does that mean exactly? I didn't see anything about it in the instructions.

    Example:
    Code:
    Effect ['Spirit Guardians; IF: FACTION(!self); SAVEA: 17 WIS (M) (H); SAVEE: 17 WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved'] -> [to Guard Drake 28] [by Vistra Rockseeker]
    Effect ['Spirit Guardians; IF: FACTION(!self); SAVEA: 17 WIS (M) (H); SAVEE: 17 WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved'] -> [SINGLE MOD USED] [on Guard Drake 28]
    Guard Drake 28: [SAVE] Wisdom [d20 = 18]
    Save [18][vs. DC 17] -> [for Guard Drake 28] [vs Vistra Rockseeker] [SUCCESS]
    Vistra Rockseeker: [DAMAGE] Spirit Guardians [HALF] [TYPE: radiant (3d8=16)] [3d8 = 16]
    [Damage] Spirit Guardians [8] -> [to Guard Drake 28] [HALF] [STATUS: Light]

  7. #1227
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,047
    Quote Originally Posted by cwsoots View Post
    In 5e 2024, Spirit Guardians now procs "whenever the Emanation enters a creature's space and whenever a creature enters the Emanation or ends its turn there."

    I've been using the coding below, but it rolls for the save and damage when the creature enters the emanation and when it ends its turn there. How do I code this to ensure that it only procs once per turn? I assumed that "once" would accomplish that, but it doesn't appear to limit the effect to once per turn.

    Code:
    Spirit Guardians; (C); AURA: 15 enemy,neutral,once; Spirit Guardians; IF: FACTION(!self); SAVEA: [SDC] WIS (M) (H); SAVEE:[SDC] WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved
    Secondary question—possibly related, the chat log reports [SINGLE MOD USED]. What does that mean exactly? I didn't see anything about it in the instructions.

    Example:
    Code:
    Effect ['Spirit Guardians; IF: FACTION(!self); SAVEA: 17 WIS (M) (H); SAVEE: 17 WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved'] -> [to Guard Drake 28] [by Vistra Rockseeker]
    Effect ['Spirit Guardians; IF: FACTION(!self); SAVEA: 17 WIS (M) (H); SAVEE: 17 WIS (M) (H); SAVEDMG: 3d8 radiant; Movement Halved'] -> [SINGLE MOD USED] [on Guard Drake 28]
    Guard Drake 28: [SAVE] Wisdom [d20 = 18]
    Save [18][vs. DC 17] -> [for Guard Drake 28] [vs Vistra Rockseeker] [SUCCESS]
    Vistra Rockseeker: [DAMAGE] Spirit Guardians [HALF] [TYPE: radiant (3d8=16)] [3d8 = 16]
    [Damage] Spirit Guardians [8] -> [to Guard Drake 28] [HALF] [STATUS: Light]

    I believe currently there is no way to fully automate the new 2024 rule of this spell, "whenever the emanation enters a creature's space and whenever a creature enters the emanation or ends its turn there" and "A creature makes this save only once per turn"

    The coding effect "once" pertains to leaving and coming back into the aura will not trigger the SAVEA again. But because you also need to do a SAVEE, it's going to trigger 2 times IF they leave and come back on their turn, then again at the end of their turn. If they stay in the AURA on turn, it will only trigger the SAVEE.

    For the "SINGLE MOD" it's denoting that it triggered the SAVEA part of the effect and it's FG stating this, as this save type is very special and is used in a way that tricks FG in triggering it. But it's normal. Normally you see "SINGLE MOD" when you set an effect to have more than 1 rolls inside it and do not want it to expire the whole effect until all effects are "used" in it.
    In this case here we need SAVEA to trigger right away, before anything else happens.
    -MrDDT
    Discord @mrddt
    Grim Press Discord (Publishing/Extensions/Modules)
    Bethica Discord (West Marches RPG)

    PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!

  8. #1228
    Quote Originally Posted by MrDDT View Post
    I believe currently there is no way to fully automate the new 2024 rule of this spell, "whenever the emanation enters a creature's space and whenever a creature enters the emanation or ends its turn there" and "A creature makes this save only once per turn"

    The coding effect "once" pertains to leaving and coming back into the aura will not trigger the SAVEA again. But because you also need to do a SAVEE, it's going to trigger 2 times IF they leave and come back on their turn, then again at the end of their turn. If they stay in the AURA on turn, it will only trigger the SAVEE.

    For the "SINGLE MOD" it's denoting that it triggered the SAVEA part of the effect and it's FG stating this, as this save type is very special and is used in a way that tricks FG in triggering it. But it's normal. Normally you see "SINGLE MOD" when you set an effect to have more than 1 rolls inside it and do not want it to expire the whole effect until all effects are "used" in it.
    In this case here we need SAVEA to trigger right away, before anything else happens.
    Thank you for your response and your explanation of SINGLE MOD. I was thinking it was likely that this emanation situation may not be supported yet, and I have been working around this by selecting Skip after the creature enters the emanation, so it doesn't proc again at the end of their turn. This has been working well enough so far.

  9. #1229
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,047
    Quote Originally Posted by cwsoots View Post
    Thank you for your response and your explanation of SINGLE MOD. I was thinking it was likely that this emanation situation may not be supported yet, and I have been working around this by selecting Skip after the creature enters the emanation, so it doesn't proc again at the end of their turn. This has been working well enough so far.
    So I was playing around with this a bit more and I think I might have a way to do it, assuming you using better combat effect gold which based on the coding you were using looks like you are.

    This mostly works, there is a small hitch but at least it's better than as much as the other one. *This is the EVIL version but same concept*

    Code:
    $ Spirit Guardians; (Evil); 'note'; (C); AURA: 15 !ally, once, 80DC143C; AoE Spirit Guardians; IF: FACTION(!self); !CUSTOM(IgnoreSG); IF: !CUSTOM(SGT); SPEED: half; SAVEA: [SDC] WIS (M)(H); SAVEADDP: SGT; SAVEADD: SGT; SAVEE: [SDC] WIS (M)(H); SAVEDMG: 3d8 necrotic,spell
    Another Effect in the custom effect list that is

    SGT
    duration 1, with RTS (which is remove any turn)


    This should on ANY save with the SAVEA and SAVEE apply a stopping effect using the IF to stop a roll from happening again until a turn is passed.

    Now if a creature starts and ends their turn in this area, it should only roll the end save (correctly).

    Where the issue comes in, is if at any time not on their turn, they leave and come back, they do not take the damage until the next turn start instead of right away. in practice, this should work just fine most of the time, you can test to see how you like it.
    This is really close to the new rules, but it's not perfect to the new rules. However, I would say in practice, it's going to work out pretty good.
    -MrDDT
    Discord @mrddt
    Grim Press Discord (Publishing/Extensions/Modules)
    Bethica Discord (West Marches RPG)

    PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!

  10. #1230
    Quote Originally Posted by MrDDT View Post
    So I was playing around with this a bit more and I think I might have a way to do it, assuming you using better combat effect gold which based on the coding you were using looks like you are.

    This mostly works, there is a small hitch but at least it's better than as much as the other one. *This is the EVIL version but same concept*

    Code:
    $ Spirit Guardians; (Evil); 'note'; (C); AURA: 15 !ally, once, 80DC143C; AoE Spirit Guardians; IF: FACTION(!self); !CUSTOM(IgnoreSG); IF: !CUSTOM(SGT); SPEED: half; SAVEA: [SDC] WIS (M)(H); SAVEADDP: SGT; SAVEADD: SGT; SAVEE: [SDC] WIS (M)(H); SAVEDMG: 3d8 necrotic,spell
    Another Effect in the custom effect list that is

    SGT
    duration 1, with RTS (which is remove any turn)


    This should on ANY save with the SAVEA and SAVEE apply a stopping effect using the IF to stop a roll from happening again until a turn is passed.

    Now if a creature starts and ends their turn in this area, it should only roll the end save (correctly).

    Where the issue comes in, is if at any time not on their turn, they leave and come back, they do not take the damage until the next turn start instead of right away. in practice, this should work just fine most of the time, you can test to see how you like it.
    This is really close to the new rules, but it's not perfect to the new rules. However, I would say in practice, it's going to work out pretty good.
    Thank you again for the suggestion, code, and testing! I'll take a closer look at this and try it out at my game on Friday. (Yes, I do have BCEG.)

    I noticed that you have a speed modifier in your effect. I'm guessing that's from the Walk This Way extension, as I'm not aware that there is a SPEED effect in the built-in modifiers or in BCEG—although I wish there was!

Page 123 of 138 First ... 23 73 113 121 122 123 124 125 133 ... 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
  •  
Starfinder Playlist

Log in

Log in