PDA

View Full Version : Weapon Specialization Class Feature



Stargrove
April 6th, 2024, 00:33
We have noted that Weapon Specialization does not add the extra damage automatically. The Class Feature does show some automation:

[EFFECT DMG: 2 expert; DMG: 3 master; DMG: 4 legendary]

Also, if I add those effects on the Combat tab under Character Effects then the only one that actually works is
DMG: 3 master. If someone is either Expert or Legendary the damage is not applied.

Trenloe
April 6th, 2024, 05:25
The automation code is missing the effect type - it should be [EFFECT char ... Thanks for letting use know about this issue, we'll fix this in a future release.

Otherwise, the code works fine for me when applied as a character effect - see the example screenshot below. The effect code looks at the proficiency applied within the weapon entry in the actions tab - check that this is showing the correct proficiency.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=60466

Stargrove
April 6th, 2024, 17:09
Is this right:
[EFFECT char DMG: 2 expert; DMG: 3 master; DMG: 4 legendary]

I'm still having issues. The same effect is applied to two characters with that class ability. One is an Expert and one is a Master (see graphic). The only one that works properly is Master. If I bump up the Expert to Master, then the effect works. If I bump either to Legendary, it also does not work.

I have even tried using
[EFFECT char DMG: 2 expert], but even that does not work.

I created a new campaign and imported these characters from my main one and have no other mods or extensions loaded.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=60473&d=1712419007

Darkrite
April 6th, 2024, 20:11
I think he meant that the Feat should have said [EFFECT char...

If you put it in the combat tab under Character effects yourself it should just be DMG: 2 expert; DMG: 3 master; DMG: 4 legendary the end bracket was breaking the legendary part and the words [EFFECT char was breaking the expert so that only master was working as it was separated with the semicolon.

Stargrove
April 6th, 2024, 23:27
It seems to yield the same inconsistent results.

Darkrite
April 7th, 2024, 00:14
You removed the brackets, too?

60479

Should look like this on combat tab.

Stargrove
April 9th, 2024, 00:41
Yes, with no brackets, and it still does not work.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=60501&d=1712619730

Trenloe
April 9th, 2024, 05:15
Yes, with no brackets, and it still does not work.
Assuming this PC is in the Combat Tracker: as the GM click the PC button in the combat tracker for this PC, which will show the character effects. Then try rolling damage again for this PC. If it still doesn't work then please provide a screenshot of the character effects shown in the combat tracker, and the resulting damage in chat.

Stargrove
April 12th, 2024, 21:33
It is odd, because it is working now.

This is what is on the Combat tab under the Character Effects:

DMG: 2 expert; DMG: 3 master; DMG: 4 legendary

Thanks everyone for the help.