• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Request for 3d6 Damage tag

Lawful_g

Well-known member
I looked through your aug.tags file and it looks like there is no tag for 3d6 weapon damage. Could you guys add one for me? I need it for a particular feat, Strength Devotion, which gives a slam attack with damage that increases with level. The table is below:

Character Level Damage (S) Damage (M) Damage (L)
1st-5th -------- 1d4 ------ 1d6 ------ 1d8
6th-10th ------- 1d6 ------ 1d8 ------ 2d6
11th-15th ------ 1d8 ------ 1d10 ----- 2d8
16th-20th ------ 1d10 ----- 2d6 ------ 3d6
 
Fixed in the next update.

Actually, I don't think you need it - you only need to code in the Size M damages, and the damage code ought to resize with the weapon if you add it to a size L (or S) creature.
 
Really? That would be convenient. I have been writing scripts to test for the hero's size and apply the appropriate damage tag to the natural weapon.

Thanks for adding the new tag as well.
 
Make your feat for a medium character, then try adding it to a halfling and an ogre, and see what happens. If it doesn't work, tell me and I'll take a look - There may be a tag you need to add if it doesn't happen automatically.
 
Yeah, I am doing another feat with a similar effect (Stone Form, a Wild feat from Races of Stone). I tried doing it just applying the tag for medium, but it does not adjust with size, although it could be a timing issue. At what phase are weapon sizes adjusted?
 
Back
Top