Thread: Problems / Bugs with BRP?
-
April 2nd, 2024, 18:18 #281
- Join Date
- Mar 2009
- Location
- Lidingö, Sweden, Europe
- Posts
- 424
OK! Great, thanks!
-
April 7th, 2024, 18:12 #282
- Join Date
- Sep 2018
- Location
- New Hampshire
- Posts
- 119
Double Post. Sorry.
Last edited by devinlc; April 7th, 2024 at 18:16.
-
April 7th, 2024, 18:16 #283
- Join Date
- Sep 2018
- Location
- New Hampshire
- Posts
- 119
Hello. I think I spotted an issue.
If a PC has a negative damage modifier, then for missile weapons where it is supposed to use the full negative modifier, it uses TWICE the full negative modifier.
For example, normally, missile weapons with a damage modifier applicable use 1/2 of the dm. So, a +1D4 dm becomes a +1D2. And that works fine for positive dms.
When such a weapon is used by someone with a negative dm, it is supposed to apply the full negative dm, so a -1D4 dm stays a -1D4 dm.
The rules text:
"Missile weapons don’t allow a character to use their full damage modifier. If your character’s damage modifier is positive, divide the results in half (round up) when using a thrown weapon or a bow. If the damage modifier is negative, keep the modifier as is."
But, if I put in a PC with a negative dm, such as a STR of 8 and SIZ of 6, the dm shows as 1m4 (which I assume means -1D4) however, when I double click on a missile weapon's damage, it rolls -2D4.
I imagine the code is trying to double the normally halved dm but somewhere else it has already done that, so it is now doing it twice...just a guess on my part.
Now, there is a workaround...just unclick the db bubble for that weapon on the Main Page and manually type the -1D4 into the damage line. But would be nice if this could be easily fixed.
Regards,
Devin
-
April 7th, 2024, 22:59 #284
I'll look it over on Monday
Dominic Morta
Ruleset Developer
Smiteworks
How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it
How to provide an Unity Connection issue?-Connection Issues and What to Provide
Unity Updater issue?-Updater Issues
Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained
Comcast or Cox ISP User?-Comcast XFinity and Cox Users
Have a suggestion?-Feature Request
-
April 8th, 2024, 12:20 #285
- Join Date
- Mar 2009
- Location
- Lidingö, Sweden, Europe
- Posts
- 424
I haven't noticed this. The code explicitly states that the damage should be -2d4. See campaign/record_char_main.xml, getWeaponDamageRollStructures(nodeWeapon).
Code:... if sDamageDice ~= "" then sDBDice = DiceManager.convertDiceToString(sDamageDice); if sDBDice:match("d6") then sDBDice = "d3"; elseif sDBDice:match("d4") then sDBDice = "d2"; elseif sDBDice:match("m4") then sDBDice = "2m4"; elseif sDBDice:match("m6") then sDBDice = "2m6"; end ...
Last edited by peterb; April 8th, 2024 at 12:24.
-
April 12th, 2024, 05:50 #286
I pushed a fix for this report
Dominic Morta
Ruleset Developer
Smiteworks
How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it
How to provide an Unity Connection issue?-Connection Issues and What to Provide
Unity Updater issue?-Updater Issues
Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained
Comcast or Cox ISP User?-Comcast XFinity and Cox Users
Have a suggestion?-Feature Request
-
April 13th, 2024, 07:27 #287
- Join Date
- Sep 2018
- Location
- New Hampshire
- Posts
- 119
-
April 21st, 2024, 15:30 #288
I believe I found a bug:
Create a new campaign then a new character and set "Use Power Points" option on "On". Put a score in DEX (like 15, for example).
After a reboot, Dodge, Throw and Fly skills are granted a +5% bonus.
And they appear in the POWER tab.
EDIT: in fact, these skills win a free bonus equal to DEX - 10 (with DEX 18, they are +8%, for example).
-
April 22nd, 2024, 17:53 #289
Pushed a fix for it not updating with the skill totals, but the cause of the additional bonus is due to the the category bonus. Ensure that this has been turned off to not receive it.
Dominic Morta
Ruleset Developer
Smiteworks
How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it
How to provide an Unity Connection issue?-Connection Issues and What to Provide
Unity Updater issue?-Updater Issues
Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained
Comcast or Cox ISP User?-Comcast XFinity and Cox Users
Have a suggestion?-Feature Request
-
April 25th, 2024, 15:10 #290
- Join Date
- Mar 2009
- Location
- Lidingö, Sweden, Europe
- Posts
- 424
Nevermind I realized where the error was... The armor was not equipped...
Last edited by peterb; April 25th, 2024 at 15:12.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks