FG Spreadshirt Swag
  1. #1

    How do I customize weapon effects?

    I've got a Shortsword of Life Stealing out of the DMG's list of magic items, and I'm trying to figure out how to add in the special damage effect for it. The item text is "When you attack a creature with this magic weapon and roll a 20 on the attack roll, that target takes an extra 3d6 necrotic damage, provided that the target isn't a construct or an undead. You gain temporary hit points equal to the extra damage dealt." Any suggestions for where I start here, because I'm a bit stumped.

  2. #2
    Quote Originally Posted by ElectricalChaos View Post
    I've got a Shortsword of Life Stealing out of the DMG's list of magic items, and I'm trying to figure out how to add in the special damage effect for it. The item text is "When you attack a creature with this magic weapon and roll a 20 on the attack roll, that target takes an extra 3d6 necrotic damage, provided that the target isn't a construct or an undead. You gain temporary hit points equal to the extra damage dealt." Any suggestions for where I start here, because I'm a bit stumped.
    You will need to do it as an effect. You could do something like the following: IFT: type(aberration,beast,celestial,dragon,elemental,f ey,fiend,giant,humanoid,monstrosity,ooze,plant);DM G: 3d6 necrotic, critical

    I think this will work as you can do an "if" statement around type but not a "negative if" so I believe you could put in all types except construct or undead. When you add "critical", it will only apply on a critical hit. I'll try and check this later but it should work.
    Live stream: https://www.twitch.tv/gwydione
    Youtube replays of fg sessions and tutorials: https://www.youtube.com/channel/UCQr...bIpAauZB41z8gA

    Free stuff:
    D&D5e FAQ module for fg: https://www.dmsguild.com/product/196704/FAQs
    FG 5e Module Conversions: https://tinyurl.com/y6awo2la
    Map Maker Conversion: https://tinyurl.com/y3awlo4b
    Roll Player Conversion: https://tinyurl.com/y399kffz
    Rangers of Shadow Deep Conversion: https://tinyurl.com/rnyrgwg

  3. #3
    SirGraystone's Avatar
    Join Date
    Jul 2015
    Location
    Quebec, Canada
    Posts
    248
    Blog Entries
    3
    That should work except the healing you part, that you'll have to do it manually. If your Shortsword of Life Stealing is your only weapon, you can keep the effect up all the time, if you use two weapons then the effect have to be set for the next roll only and apply before you use that sword.

  4. #4
    So how would I create that effect, or where would I create that? Just as a separate weapon attack that the player would manually activate when the conditions are met? Or is that something that I could tie to the weapon itself that would automatically proc when the system detects the crit?

  5. #5
    Quote Originally Posted by ElectricalChaos View Post
    So how would I create that effect, or where would I create that? Just as a separate weapon attack that the player would manually activate when the conditions are met? Or is that something that I could tie to the weapon itself that would automatically proc when the system detects the crit?
    You would code it as a power and drop on the actions tab. You can't add it directly to the weapon. As SirGraystone says, I would add it just before you swing with the sword if you are using more than that shortsword to attack.
    Live stream: https://www.twitch.tv/gwydione
    Youtube replays of fg sessions and tutorials: https://www.youtube.com/channel/UCQr...bIpAauZB41z8gA

    Free stuff:
    D&D5e FAQ module for fg: https://www.dmsguild.com/product/196704/FAQs
    FG 5e Module Conversions: https://tinyurl.com/y6awo2la
    Map Maker Conversion: https://tinyurl.com/y3awlo4b
    Roll Player Conversion: https://tinyurl.com/y399kffz
    Rangers of Shadow Deep Conversion: https://tinyurl.com/rnyrgwg

  6. #6
    Zacchaeus's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    20,826
    More information here about setting up a Power group for your effect
    If there is something that you would like to see in Fantasy Grounds that isn't currently part of the software or if there is something you think would improve a ruleset then add your idea here https://www.fantasygrounds.com/featu...rerequests.php

  7. #7
    If you're using an effect, I'm not sure exactly how to write it, I found this little gem in the 5e Effects page.
    A special tag '!' can be used as a kind of logical NOT. For example the effect "RESIST: bludgeoning, piercing, !magic" creates an effect which allows whoever has the effect to resist damage from bludgeoning or piercing weapons provided they are not magical. If they are magical then all of the damage will get through. Other useful delimiters are !silver and !adamantine.
    Perhaps you could try one of these:
    IFT: !TYPE (construct,undead); DMG 3d6 necrotic, critical
    IFT: TYPE (!construct,!undead); DMG 3d6 necrotic, critical

  8. #8
    That special operator only works with those particular damage resistance effects. It doesn’t work with conditionals.

    Regards,
    JPG

  9. #9
    Quote Originally Posted by Gwydion View Post
    You would code it as a power and drop on the actions tab. You can't add it directly to the weapon. As SirGraystone says, I would add it just before you swing with the sword if you are using more than that shortsword to attack.
    Can you add it directly to the weapon using this extension?

    https://www.fantasygrounds.com/forum...ed-apply-them)

  10. #10
    Zacchaeus's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    20,826
    Yes.
    If there is something that you would like to see in Fantasy Grounds that isn't currently part of the software or if there is something you think would improve a ruleset then add your idea here https://www.fantasygrounds.com/featu...rerequests.php

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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
  •  
5E Product Walkthrough Playlist

Log in

Log in