Closed mhiner closed 2 years ago
Newest version or v9?
newest version. The install of both Foundry and add-on are less than 36 hours old. (Working my way through testing things and learning the platform)
I took a marvel, added 1 to handling by quality (to make sure that it recognized the attribute) and 2 handling mods (to make sure it was not ignoring only the first mod) giving a handling of +3D
The mod itself
The test char has a base 6 for projectlies
but the combat tab only lists 7D
Version info
Thanks, will check it out.
Found the culprit - apply mods function is firing after preparing data for weapons (calculating AN).
Changed order of executing functions, seems to be working properly now. Fix will appear with the release of 0.5.1
I created a modification item for handling and set it with the key handling => add => 1
I then added the item to a weapon. In the inventory section of the actor the description shows the added handling correctly, along with the other attributes. If I add the handling mod a second time it increments the value a second time.
Under combat however the value for attack dice only includes the handling value for the base weapon.