0 of 0

File information

Last updated

Original upload

Created by

technologhost

Uploaded by

technologhost

Virus scan

Safe to use

Tags for this mod

16 comments

  1. technologhost
    technologhost
    • supporter
    • 3 kudos
    Locked
    Sticky
    I stopped playing the game, idk if it works anymore, you're free to download and reupload as you see fit

  2. RazielLewach
    RazielLewach
    • member
    • 1 kudos
    I like this, thank you. I play solo, and I think the 4 turns (concentration) makes worth and balanced the cantrip. TBH the normal version is pretty broken if used by the support in a party of 4
  3. MorpheusWasted
    MorpheusWasted
    • supporter
    • 1 kudos
    is it possible to make a mod that makes the Grease Spell 1m larger for every upcast level? so it would have a radius of 8m when upcast as a lvl 5 spell
  4. Rashizar
    Rashizar
    • member
    • 0 kudos
    Mythmaker here... Man, it was quite a strange feeling to see my homebrew spell used as the thumbnail for this mod. Anyway, here's a link to my website for those who want to see more of my homebrew: www.mythmakergm.com

    It is strange to use my homebrew as your thumbnail, but not to use it in the mod... because my rework of the spell lets you make an attack as part of casting it, and I don't see any version for that. I basically turned it into a weapon cantrip, like Booming Blade, and I recommend doing that for this mod if it is possible within the limitations of the game and modding capabilities. Would definitely love to see some of my homebrew modded for BG3. Dream come true
    1. technologhost
      technologhost
      • supporter
      • 3 kudos
      Holy s#*!, this is kinda unreal, i just googled True Strike and downloaded a picture that looked cool, awesome work
      Is it ok if i keep it?
    2. Rashizar
      Rashizar
      • member
      • 0 kudos
      Hahah, I felt the same way :D Yes it is okay, I just wanted to direct people to see more of my work if they are interested!

      And I hope you'll consider making a version like what I wrote for that spell, if it isn't too hard
    3. technologhost
      technologhost
      • supporter
      • 3 kudos
      I put your site in description
      I plan to make a spell pack mod, after i'm done with that i will try to do your version of true strike (not sure if it's possible with my current knowledge, but i'll try), it will take a lot of time
  5. Errant6
    Errant6
    • premium
    • 1 kudos
    Does the extended duration mean targets get advantage on ALL attacks made within the duration, or (only) their NEXT attack made within duration?

    A pre-combat buff that lasts longer for (e.g.) just an opening attack but... I do like some challenge ;)
    1. technologhost
      technologhost
      • supporter
      • 3 kudos
      the way this mod works is like vanilla true strike, except you cast it on yourself and it lasts for the specified amounts of turns without losing the bonus after attacking an enemy

      check downloads for 4 additional versions
  6. jordanclock
    jordanclock
    • premium
    • 0 kudos
    To make True Strike into an AOE ally buff, you need to change a couple of other parts of the spell and boosts. As it stands, the effects check if the attacker has TRUE_STRIKE_OWNER and the target has TRUE_STRIKE, then the attacker gets advantage on their roll.

    You were partway there by changing SpellType to Shout and TargetConditions to Ally(). Here is what I changed to get it to become an AOE buff:


    • Target_TrueStrike: TargetRadius becomes AreaRadius to go from a single target to an AOE centered on the caster. The entry name now is a bit silly but this also means you don't need to go replace any references to Target_TrueStrike in other places.
    • Target_TrueStrike: Removed the ApplyStatus function for TRUE_STRIKE_OWNER. What you did here doesn't use the source-target relationship anymore.
    • TRUE_STRIKE: SourceAdvantageOnAttack() changes to just Advantage(AttackRoll).

    And now you have an AOE cantrip that gives advantage to allies on all attacks for 10 turns.

    If you want to make something a little less broken, you could play around with making it still a targeted spell, but grants advantage to allies within X distance on their next attack. It would still be pretty busted to only give up a Bonus Action or even an Action to give advantage to multiple allies through a cantrip. Alternatively, you could make the spell work essentially the same way it does now, just with a duration equal to spell casting modifier or something. That is vastly better than trading one action this turn to get two rolls next turn.
    1. technologhost
      technologhost
      • supporter
      • 3 kudos
      Have you tested it? I couldn't make allies get TRUE_STRIKE_OWNER. I know how to make it AOE but it didn't have effect, only i would receive the bonus

      For better or worse, the version i made works
    2. jordanclock
      jordanclock
      • premium
      • 0 kudos
      Yep, I tested it. Gave my whole party 10 turns of advantage on all attacks for the low, low price of one bonus action cantrip.
    3. technologhost
      technologhost
      • supporter
      • 3 kudos
      Can you share the code? I want to see what i'm doing wrong. I won't use it, i'm done with making mods for now

      edit: i tried your instruction and it still doesn't work. my party is affected by true strike, but only by the debuff part and i don't know what to do to make them receive the OWNER bonus, because true strike is a debuff
      vanilla true strike marks an enemy then the caster gets a bonus against said enemy and if i make it aoe my party gets the "mark" not the caster bonus

      anyway, it doesn't really matter since i'm happy with the result i achieved
      i would still be grateful if you shared the proper solution if you know since it's frustrating not knowing
  7. rphoom
    rphoom
    • member
    • 1 kudos
    This is really nice.
    But can you make another version with 10 turns, action point and concentration?
    I feel like bonus action is not balance and too op.
    1. TylerDurden64
      TylerDurden64
      • supporter
      • 4 kudos
      i like this mod because i can finally cast on myself, i agree using bonus action seems a bit OP. i wouldn't mind if the only change from vanilla was being able to self cast lol
    2. technologhost
      technologhost
      • supporter
      • 3 kudos
      check downloads
    3. TylerDurden64
      TylerDurden64
      • supporter
      • 4 kudos
      Thanks!