mr-ice / maptool-macros

place for maptool macros
2 stars 3 forks source link

Monk not getting martial arts added #114

Open mr-ice opened 4 years ago

mr-ice commented 4 years ago

https://www.dndbeyond.com/profile/Mr__Ice/characters/33247272 is a halfling monk with a spear. When initialized with yesterday's build the spear attacks don't look like they do in dndbeyond, the spear isn't getting the monk's martial arts applied (use Dex instead of Str).

trey-kirk-sp commented 4 years ago

Martial Arts will have to get the same treatment that Finesse got: There's no modifiers to read programmatically. We just have to look for it and apply the best ability choice when found

mr-ice commented 4 years ago

It is also not getting Martial Arts applied to Unarmed Strike. Fixes get thrown away on quick update.

trey-kirk-sp commented 3 years ago

Thinking through how this can be addressed after the last round of refactoring the token properties and RollExpressions. I see at least two approaches:

I suppose there's a third solution which involves defining how a 3rd party Lib might introduce its own RE/Type prototypes. Stuff to think about...

trey-kirk-sp commented 3 years ago

Martial Arts is more than just acting like Finesse:

At 1st level, your practice of Martial Arts gives you mastery of Combat styles that use unarmed strikes and monk Weapons, which are shortswords and any simple Melee Weapons that don't have the Two-Handed or heavy property.

You gain the following benefits while you are unarmed or wielding only monk Weapons and you aren't wearing armor or wielding a Shield.

• You can use Dexterity instead of Strength for the Attack and Damage Rolls of your unarmed strikes and monk Weapons.

• You can roll a d4 in place of the normal damage of your Unarmed Strike or monk weapon.

That d4 increases as the Monk levels. So there's caveats to this feature that pretty much any Monk will already be satisfying (Wield only Monk Weapons, no armor/shield), but as always one must ask, "What Would Kayla Do?" She would build a Plate Mail wearing monk-tank duel-wielding a short sword and a halbred. And such a monstrosity does not get to apply Martial Arts to that short sword. So I think what we do is this:

havoclad commented 3 years ago

Kayla says your concept is good, but she would prefer a dual classed Paladin/Monk to properly pull this off.