-
4e ruleset.
Combat tracker effects that utilise two damage types (such as fire, cold) don't count as the second damage type when applied on the combat tracker effects.
Hard to explain, but an example is a Power that deals 5 fire, cold damage. If set up in powers will trigger correctly on vulnerabilities on monsters that have a vuln to one or either or both.
If an EFFECT however, grants a dmg bonus like DMG: 1d8 fire, cold. The vulnerability/resist will only trigger for the fire aspect of it, and not work with the cold.
Hope that makes sense. Works as intended when it's set up on the powers tab with two damage types, but doesn't work when bonus damage with two types is put onto a character/NPC on the tracker.
-
SavageWorlds ruleset related updates
- [Feature] New option: Auto-apply Ganging Up modifiers
- [Bug] Dropping dice on CT entry should only roll against the given target. Fixed
-
@thatxygirl,
Apologies for the delayed responses. I was on vacation last week, and preparing for Gencon this week.
I think we are going to need to figure out what is unique about your configuration, which would cause FG to think that your desktop screen is bigger than the display. I'm using specific Window calls in the code to access the desired maximized window size. (SystemParametersInfo (primary) and GetMonitorInfo (secondary), for those more technical reading.) So, I'm thinking that Windows is returning a "working area" for the monitor that is incorrect. From my personal laptop and from the other report on this thread, it appears to be working on laptops in general, so probably something specific.
Some questions to help dig further.
* What resolution is your Windows desktop set to? (Right click on desktop, and select Display Settings.)
* Any idea what your monitor maximum resolution is for your laptop? Should be maximum resolution available in the Display Settings.
* Is your Windows task bar set to auto-hide? (i.e. slides down when not used.)
* Is your Windows task bar on the bottom, side or top?
* Can you try right-clicking on FG shortcut, selecting Properties, and try some of the compatibility tab options. (Compatibility Mode or Override DPI scaling behavior or Disable fullscreen optimizations)
* Anything else that you can think of that would be unique to your laptop? (i.e. third party desktop manager, ...)
Thanks,
JPG
-
@spite,
The 4E effects were never set up to handle multiple damage types. Only a single damage type per effect.
I have a patch for the next beta update that I think will add this support, but I'll need to ask you to test it out for me. ;)
Regards,
JPG
-
Just pushed a bunch of 5E data updates.
- Player’s Handbook (Only – no amendments required elsewhere)
- Dungeon Master’s Guide
- Storm Kings Thunder
- Out of the Abyss
- Volos Guide to Monsters (main module only)
- Lost Mines of Phandelver
- TYP – White Plume Mountain
Cheers,
JPG
-
As an FYI (or is that FMI - For My Information) - I don't recall seeing anywhere a formal statement on the FG Versioning Policy (in other words, I missed it :) ). So to clear things up (in my own mind, at least):
- Does SmiteWorks use the Semantic Versioning Standard (or a variant thereof) or a different Standard?
- If a different Standard is being used (including an In-House Standard) would it be possible to get the URL to the relevant information, please?
The reason I ask is that I'm trying to avoid my own (self-inflicted) version of "Dependency Hell" (with the DOE's, DOR's and DOM's = DOx's) and it would be nice to coordinate (or at least be aware of) which Standard FG is using.
For the record I'll be moving towards (at least at this stage) the Semantic Versioning Standard for all future releases of the DOx's. :)
Cheers
-
We don't do anything so formal. Here's the gist. This isn't completely specific, and varies with marketing and functionality pushes.
MAJOR version = Complete client rewrite, major data/API changes
MINOR version = Large functionality changes, network data format changes
PATCH version = Small functionality changes, bug fixes
Data patches are typically bundled with the next version, whatever it may be.
Cheers,
JPG
-
Thanks for the clarification, Moon :)
On a different (sub-)topic: I've just installed FG-Demo on a new VM (for testing purposes) and everytime I do an update and/or a Mode change the FGUpdater asks for my Forum Login Details. I understand and can see why, but in this case I don't want to attach my Forum account to this test-instance because there is no need for this test-instance to download all my purchases, etc, as its never going to be the host but will always be connecting as a client to the real host (which does have all the purchases, etc).
So my question is this: is it possible to put something in (say, a checkbox, for example) to tell the FGUpdater to ignore that part of the update routine?
Cheers
-
There's no way to avoid the login dialog on the updater, just hit Esc or the dialog close button to skip.
Regards,
JPG
-
Updates
- [5E/PFRPG/3.5E] Armor and weapons grouped lists will only show identified items to players.
- [5E] Map modules added for DMG and VGM.
- [4E] Support for multiple damage types in a DMG effect added.
- [PFRPG] Grippli added as a standard 5E language.
- [DEV][CoreRPG+] Added header block type to reference manual.
- [DEV][CoreRPG+] sortorder, sortdesc and displaysign options added to grouped list columns.
- [DEV][CoreRPG+] Tooltips in grouped lists were not displaying. Fixed.
JPG