'Roll PC initiatives' from combat tracker menu are flat d20 checks, they should be skill checks. Tested by adding +20 bonus to Perception Initiative, yet it never rolls above 20 unless rolling initiative from the character sheet.
'Roll PC initiatives' from combat tracker menu are flat d20 checks, they should be skill checks. Tested by adding +20 bonus to Perception Initiative, yet it never rolls above 20 unless rolling initiative from the character sheet.
Release 8, hopefully out on Tuesday, will add striking runes extra damage dice and work correctly for potency runes with ID'd and non-ID'd weapons.
I've updated the item wiki to cover some things that will be available with release 8: https://www.fantasygrounds.com/wiki/...PG2_Item_Sheet
Vital beacon is setup to do damage in the ruleset but it should be setup to heal 4d10, 4d8, 4d6, and 4d4.
Thanks for reporting.
All of these effects are parsed out off the text in the spell description. That's going to be a hard one to parse correctly - as the wording only mentions "restores" before the first 4d10, then the rest are just "4d8 hit points", "4d6 hit points", etc. which are worded much more like damage spells. Logged as RS2.067 but I don't know if this will ever get 100% heal action parsing.
Ok makes sense. Seems like it would be a lot of work with minimal payoff in respect to coding.
Hey Tren: In setting up some Spell Action -> Effects for Aura, I noticed that the ALIGN() operator for IFT and IF functions isn't working. Example - IFT: ALIGN (evil); DMG: 1 good. It works for SIZE(), TYPE(), etc., but not for ALIGN(). I even tried to see if CE would return true against a creature with the CE trait, but that didn't work either.
I did notice that if I set the conditional to TYPE and used the exact alignment (in this case, CE), it would work (IFT: TYPE (CE); DMG: 1 good).
There is a small issue with Bulk totals in the inventory
Attachment 29961
This is working as intended - the "Str Bon. Adj" field is to further change the base STR bonus as it applies to encumbrance. It is not linked to, nor is it adjusting, the base STR bonus. This is basically a catch all to change the encumbrance bonus/penalty, I'll change the label to "Bulk Adj." to (hopefully) make it less confusing.
I did consider this was the case, but I could achieve same thing by using the MOD field to the strength ability. So though it might be an error but I can see where your coming from, (Perhaps your using a PC as a pack Mule?)