Thread: StrainInjury packages
-
July 24th, 2019, 02:29 #1
StrainInjury packages
Forge links: https://forge.fantasygrounds.com/shop/items/31/view and https://forge.fantasygrounds.com/shop/items/24/view
Known incompatibility: The Full Overlay Package one is probably incompatible with the Naval Combat Extension that comes with the Skulls & Shackles AP (maybe the other versions, too)
Hi
In that thread I upload my extensions combined with the StrainInjury extension of darrenan (see https://www.fantasygrounds.com/forum...iant-Extension), thanks to him I am allowed to upload these combinations See the links to their forge pages at the top of this post. (for the few users who still use the classic version of FG, see the second post)
There are two versions of overlays, see the forge pages for screenshots
I also changed something in StrainInjury, but only for 3.5e (Pathfinder is not touched by this). Regeneration of 3.5e does not work anymore in StrainInjury by the original code of StrainInjury. I brought it back and it now works as following: Regeneration only heals Strain damage and every ingoing damage type is strain damage except when it is of the special type mentioned in the REGEN effect (e.g. fire for the troll regeneration), for these special damage types the damage is then Injury damage I guess this is the most straightforward implementation for it according to the standard rules of 3.5e for regeneration.
Have fun
The following are the updates specific to StrainInjury for bookkeeping; for general updates, please see: https://www.fantasygrounds.com/forum...m-s-extensions
UPDATE (looong ago): Damage coming from a failed stability check is now injury damage and not strain.
UPDATE2 (also looong ago): There are several fixes and a new feature now:
- There is now the damage type injury. Basically it does the same as pressing the modifier button for injury. The resulting damage will be then of type injury as long as there is not any nonlethal damage type. When at least one damage die has this damage type then all damage dice will be injury, too, except the ones with nonlethal. Immunity and resistance effects can block this damage type (but only damage dice with having this damage type of course) and it acts like the special damage types like critical (i.e., IMMUNE: injury blocks e.g. the damage die with injury in it, regardless which other damage types are in there, and an wearing an axe while having the effect DMGTYPE: injury results into a damage die with damage types slashing and injury, not only injury). You can think of this damage type as bleed damage (for this it was requested)
- Injury damage is now respected in the height of health bars.
- Temporary hit points do not change the physical state, e.g. getting temp HP while one needs to roll for stabilization does not stabilize and one stays unconscious. This was not the case anymore in this extension. I fixed it Similar problem was in the code for bloodied, wounded and healthy. Fixed that, too
- The problem with Strain-Injury is that one has -strictly speaking- two different strain damage pools, one coming from lethal and one from nonlethal attacks which is important when it is about becoming unconscious (especially in 3.5e when the enemy has regeneration). E.g. having 10 HP and 1 injury and then getting 9 strain damage always resulted into the status disabled, regardless whether it came from a nonlethal attack, while having 0 injury and 10 strain always resulted into unconscious. Having 1 injury and then getting 10 strain resulted into stabilization rolls, though it was nonlethal strain. And so on This is now all fixed, now the code treats unconscious correct. For this you will see that getting unconscious by nonlethal damage will apply the stable effect, a dirty trick to avoid the stabilization rolls
- The stable effect will now also be automatically removed when lethal damage will be made while the target was dying (and stabilized), that's needed for the previous point to automate the previous point. But that feature is nice in general, too (Now in the base programme)
- I've added the bleed damage type now also to the base extension It behaves like injury except that it does natively strain damage (otherwise combine it with injury;it is of course injury when the target is dieing) but it overcomes DR
Last edited by Kelrugem; August 28th, 2024 at 06:42.
My extensions for 3.5e and Pathfinder
Bug reports please here
-
July 25th, 2019, 17:40 #2
Versions for FG classic only are attached to this post
Last edited by Kelrugem; August 28th, 2024 at 06:40.
My extensions for 3.5e and Pathfinder
Bug reports please here
-
August 2nd, 2019, 17:30 #3
Updated, due to recent changes in advanced effects and the overlay extension I also changed the type of damage coming from a failed stabilization: It is now injury damage and not strain.
-
August 4th, 2019, 01:04 #4
Also here an update due to save versus tags changes, see https://www.fantasygrounds.com/forum...232#post447232
-
August 5th, 2019, 20:53 #5
There was a fix in 3.3.8 which I've incorporated into these extensions because the StrainInjury part was affected by it I saw that one person downloaded one extension here since the last update. To that person: please redownload :P Sorry (but nothing bad will happen when you don't, the condition "deafened" will then just not be accounted when you roll initiative through the circle buttons in the CT)
-
August 26th, 2019, 00:54 #6
I was seeing this error in my extension, switched to one of yours, and saw the same thing. This error shows up in the console.log file in the root FG folder, and doesn't seem to cause anything bad to happen. All the same you might want to take a look and see if you can make it go away. Cheers!
[25.08.2019 23:52:40] Ruleset Warning: window: Unable to locate control (button_global_targeting) specified in insertbefore attribute for control (label_wounds) in windowclass (combattracker_host)
-
August 26th, 2019, 02:30 #7
Ah, thank you for the report That seems to pop-up at the first time when one opens the CT (and when the console is open, gladly a warning does not force the console to open) Probably has something to do with the strain label box in the CT (and they gladly look still the same as you observed, too ).
Thanks I try to fix that At the moment I prepare my move to a new city, so I have a bit less time, but when I get time I try to make that warning go awayMy extensions for 3.5e and Pathfinder
Bug reports please here
-
August 26th, 2019, 05:56 #8
So, the warning message should now be gone If you want to know what I changed: I deleted the insertbefore commands in ct_host.xml for the strain and injury labels, seemingly these commands do not work anymore. I compared it with the native code in FG for nonlethal and wounds and they also work without that insertbefore command Thus, the code about the position below that insertbefore command seems to be necessary and already sufficient for the labels which is probably the reason why the labels still worked
Thanks again, let me know if you see something else I wanted to push a new version soon, the height of health bars actually do not take injury damage into account but the colour does (such that the health dot works completely and the health bar partially. The health bar changes its colour correctly when someone e.g. goes unconscious but the length of a health bar does not fit then) When I find time to find the code for the health bar then I should be able to fix that quickly, I guess, since that is probably only a matter of renaming things of the original codeMy extensions for 3.5e and Pathfinder
Bug reports please here
-
September 1st, 2019, 01:28 #9
The package of StrainInjury with the full overlay package are updated due to an update in the overlay extension (see its thread)
My extensions for 3.5e and Pathfinder
Bug reports please here
-
October 30th, 2019, 03:44 #10
- Join Date
- May 2016
- Posts
- 191
Hello Kelrugem,
Thanks for all this hard work. Question on the Strain/Injury extension: Is there a way to get ongoing damage to register as Injury? Currently, I'm using: Bleeding Damage; DMGO: 1d20 spell; I've also tried: magic, force, critical, injury, no change. The damage always goes to the 'strain' column.
Thanks in advance for any suggestions.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks