PDA

View Full Version : 3.5E/PFRPG ruleset applying Flat-Footed to slowed creature



Trenloe
May 24th, 2018, 02:15
This is an issue in the 3.5E code - described in this post (and the previous post) here: https://www.fantasygrounds.com/forums/showthread.php?43945-Where-to-post-bug-and-or-issue-with-latest-update&p=390915&viewfull=1#post390915

mr900rr
June 13th, 2018, 07:49
So they just did an update and it says they fixed this in the update , yet the code is still there and problem remains.

damned
June 13th, 2018, 10:25
HI mr900rr are you looking at live or test?
It has only been fixed in the beta test build.

Trenloe
June 13th, 2018, 11:50
Yep, this is in testing.

Read the info in post #1 (and the mentioned sticky) of the announcement thread: https://www.fantasygrounds.com/forums/showthread.php?44204-Test-Release-v3-3-6

mr900rr
June 14th, 2018, 01:57
Oh , when I started Fantasy Grounds it did an update and then I clicked the "Latest Release Notes" button which I assumed meant the latest released to public version not the test version.

[PFRPG/3.5E] Slowed effect applying flat-footed adjustments. Fixed.

So that is only for the test version then? My bad.

mr900rr
June 14th, 2018, 08:00
Also noticed that cold iron damage type on weapons is not overcoming the DR:10 cold iron or good of Demon, Babau. 3.5E rule set no extensions loaded.

Ok did some testing, the pregenerated items from the magic items .mod when put in the character sheet will work against the correct DR types but once an item is on the character sheet even if you edit it , it wont count the new damage type you put in.

So you have to drag the item over to a parcel, edit it then drag it back to the character sheet for it to count the changes to damage type.

mr900rr
June 15th, 2018, 07:35
Also if you have a weapon with the "double" property and have two damage types such as "Bludgeoning, magic" also tried "Bludgeoning and magic" it will make 3 entries on action sheet first one is for 2 handed and has only damage type Bludgeoning, second one is first attack of the double attack and only has damage type Bludgeoning then the third is second attack of double attack and only has damage type of magic.

mr900rr
June 16th, 2018, 04:40
Ok so the problem with the Double weapon having multiple damage types lies in campaign/scripts/manager_char.lua at lines 465, 512 and 569, if I change those to the same as line 468 it works properly. It looks like the program assumes any second damage type on a double weapon means the other side does a different type of damage and so splits it, guess the devs didn't think anyone would have a magic double weapon? They should make it so if the separator between damage types is "and" that it uses both types on both ends and if the separator is "or" it splits the damage types between them. Or do like they do for the damage dice and use "/" as a separator for the damage type between ends.

Moon Wizard
June 19th, 2018, 00:15
Ok, I've been looking at these items:

* I could not recreate the cold iron issue you mentioned.
** Added Babau to combat tracker and verified "DR: 10 cold iron or good" effect
** Added Rapier +1 to PC sheet and verified that damage type in PC weapon entry was "piercing,magic"
** Rolled damage against Babau, and verified that all damage resisted
** Edited Rapier +1 weapon entry on PC, and adjusted to "piercing,magic,cold iron"
** Rolled damage against Babau, and verified that no damage was resisted

* For the double weapon, I'm going to include some improved damage type determination for double weapons in the beta version in a short while.

Regards,
JPG

mr900rr
June 19th, 2018, 07:36
It does it every time for me, 3.5E rule set, no extensions. As soon as I figure out how to do it I will include a video or screenshots, as for the double weapon damage I already made a fix for that and posted it on the forums. I wasn't sure if maybe the changing damage type on weapons on character sheet not working wasn't a intended design to keep players from changing their weapons in the middle of combat.

Trenloe
June 19th, 2018, 16:07
Also noticed that cold iron damage type on weapons is not overcoming the DR:10 cold iron or good of Demon, Babau. 3.5E rule set no extensions loaded.

Ok did some testing, the pregenerated items from the magic items .mod when put in the character sheet will work against the correct DR types but once an item is on the character sheet even if you edit it , it wont count the new damage type you put in.

So you have to drag the item over to a parcel, edit it then drag it back to the character sheet for it to count the changes to damage type.
Are you editing the weapon "properties" or the actual damage entry? Once a weapon is in the charsheet you need to edit the damage entry - adding to the damage type.

mr900rr
June 20th, 2018, 01:47
I am changing the weapons Damage type not the properties, gonna upload video so you can see.
removed the video as it served its purpose.

I have seen people have video show up in the post not just a link, how do I do that? <-- figured it out they are animated GIF's

Trenloe
June 20th, 2018, 06:44
I am changing the weapons Damage type not the properties, gonna upload video so you can see.

https://youtu.be/4FTvh0SW88o
Thanks for the video, that helps to identify the issue.

Don't change the damage type within the weapon information once it has been dragged to the character sheet. Click the magnifying glass and change the damage type against the actual damage dice entry. Once a weapon is in the character sheet the information in the linked window is purely information, you need to change the action data if anything changes.

See step 5 here: https://www.fantasygrounds.com/wiki/index.php/3.5E_Character_Sheet#Add_Weapon_or_Implement

mr900rr
June 20th, 2018, 07:38
Oh, learn something new everyday, hehe thanks Trenloe.