Thanks for the reminder. Have not had time to look into that.
The update was adding support for PFRPG2-Legacy.
Printable View
Hey I have a question.
I know it might not completely be related to this extension but I realized that I do not know how to do it.
I was wondering how I would go about making an ammo like incendiary that would do lets just say 1dx extra damage on top of the weapons damage and have it only proc when using the weapon it is loaded in.
Is there a way to have an effect know what weapon an ammo is linked to
If this is a stupid question with a vary simple answer I apologized it is like 2 am and my sleep addled brain cant think of it.
CAVEAT: The answer below applies to D&D 5E. I don't know if it's measurably different in 4E or Pathfinder *shrug*
Yeppers! I use this for flame arrows, lightning arrows, etc.; though it requires the Advanced Effects extension too.
NOTE: You could just add an action that applies an effect DMG: 1d6 fire or whatever and just trigger it whenever the character hits with a fire arrow. But, if you're curious (or have a wide array of magic arrows with alt damage), you can do the following...
1. Create the item (missile) adding the damage entry - let's use an arrow +1
* The item needs the subtype Ammunition
2. Add the Effect Feature: ATK:1; DMG:1; DMGTYPE: magic to the arrow itself
* You could add DMG: 1d6 fire or DMG: 1d20 psychic or whatever you want
* I have an arrow that takes advantage of TheoGeek's Nat20 extension vs goblins (IFT:TYPE(goblinoid); DMG: 1d6 nat20 so it does extra on a natural 20 if it's a goblin or hobgoblin)
3. Mark the effect as ActionOnly (a small tick dot to the right when you're skipping "Duration" - optionally, I mark it as Hide as well because the player doesn't need the clutter on the CT
* This means the arrow's effect is only ever used when the arrow is used. But, an arrow isn't a To Hit item, which is why we need THIS extension. :D
4. Add the item to the character's inventory and mark it as equipped (with the character in the Combat Tracker the effect is applied to the character)
5. On the ACTIONS tab, locate the bow the character is using; then click the gear icon (on the right) to access the settings for that weapon.
6. With this extension, you'll see an AMMUNITION section at the bottom of the entry. Use the drop-down menu to select the missile type from the character's inventory (again, it needs to be "equipped")
7. In 5E, magic arrows are no longer magical if they hit. So, set up the Recover to entries (Top is on misses, bottom is on hits; so "Return to Original" and Arrow respectively).
Because the effect is on the character on the CT, and because the effect applies as ActionOnly, it won't apply to other weapons. Only a bow that has been declared 'Use this ammo'. Hope that helps!
* I've made some arrows that can't take advantage of this (AoE explosives and such)