Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Thoth Amon
Junior Member
 
Join Date: Jun 2012
Posts: 5

Old June 26th, 2017, 01:35 PM
Hello. Unless I'm missing where to apply the bonus, the Unearthed Arcana supplement for Monks via the community pack is missing the STR or DEX bonus for attacks and damage with the three weapons, when the Kensei is picked.

A work around, I think, would be to create new weapons for the three weapons and apply the "finesse" attribute.
Thoth Amon is offline   #1 Reply With Quote
Elindor
Member
 
Join Date: Feb 2013
Posts: 67

Old June 27th, 2017, 01:25 AM
Here's around half of the code, which changes the weapon damage and attacks to use Dex if Dex is higher. I set the priority to Post-Attributes, 1000.

Code:
doneif (tagis[Helper.ShowSpec] = 0)

doneif (tagis[Helper.Disable] <> 0)

field[abValue].value = 0

      foreach pick in hero from BaseWep where "(!wProperty.Finesse & Helper.Proficient & wProfReq.Martial)"

        ~We have the option of using Dex instead of Str for attack and damage
        perform eachpick.assign[MelAttOpt.aDEX]
        perform eachpick.assign[DamageOpt.aDEX]
      
        nexteach
The missing code is to change the damage die to the unarmed die if the average damage would be higher - that should be able to be cribbed from the Martial Arts ability for the Monk. Although there could be a case to leave it as it is.
Elindor is offline   #2 Reply With Quote
Mick McKee
Junior Member
 
Join Date: Sep 2010
Posts: 15

Old October 9th, 2017, 06:18 AM
Do we know if they’ll add the Revised Kensei which came out in May?
Mick McKee is offline   #3 Reply With Quote
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old October 9th, 2017, 07:34 AM
Quote:
Originally Posted by Mick McKee View Post
Do we know if they’ll add the Revised Kensei which came out in May?
You can check to see what requests are being worked by checking the github: https://github.com/Sklore/HL_DD_5e_Colab/issues

or which ones are coming in the next release at:
https://github.com/Sklore/HL_DD_5e_C...ending-Changes

If you have an issue with something in one of the community files, or would like to see a revised or new article, open a ticket on github.

I think the Kensei is very likely to show up in Xanathar's guide since it has been revised (meaning it is popular), meaning the UA articles will get devalued.
dungeonguru is offline   #4 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:37 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.