PDA

View Full Version : weapon with more than one damage type



rob2e
September 20th, 2016, 22:45
Trying to build a magic weapon that does 1d8 bludgeoning and 1d10 necrotic. Not an effect, but the item itself. I can't figure out how to code that into the item.

In the I tried:

1d8 bludgeoning + 1d10 necrotic
1d8 bludgeoning+1d10 necrotic
1d8 bludgeoning, 1d10 necrotic

None of those work.

Help?

Trenloe
September 20th, 2016, 22:47
Can't be done - see the note in the Wiki: https://www.fantasygrounds.com/wiki/index.php/5E_Item_Sheet#Create_a_Weapon

rob2e
September 20th, 2016, 22:53
Ouch, thanX Trenloe. Wish list? Is it possible?

Zacchaeus
September 20th, 2016, 23:16
As the Wiki says add another line in the actions tab is the only way at the moment. I think the damage types need to be separate in order to properly work out immunities and resistances etc.

LordEntrails
September 21st, 2016, 00:06
The action can do it, but I don't think the weapon item object has the necessary number of fields to allow this. Might have to add to the wishlist.

rob2e
September 21st, 2016, 00:55
Adding...