Thread: Official MGT2e Bug Report Thread
-
July 8th, 2026, 07:29 #1621Templar
- Join Date
- Apr 2020
- Posts
- 110
There are several factors at work. One is that the effect system was updated recently, another is that damage types were not coded properly and things such as Radiation damage type (not trait) would not cause physical damage to a character or npc, only radiation. The last factor is that the expansion modules are not aligned and the damage types for weapons are not set so the ruleset will not apply the damage correctly even if the code is updated.
I found the rules for fire damage in the Central Supply Catalog 2023 Update and it works as ongoing damage with the weapon damage being applied as normal. Each subsequent round there is a chance of it ending on a roll, or the character can take an action to end the ongoing damage.
I have done some work to clean up the radiation damage implementation in Traveller-Extended, but I think I'll clean up the fire effect and damage in the core ruleset. It will take some time to rework the fire effect in the ruleset, but I will not be able to update the weapons in the expansion material.
I'm going to work off the weapon traits, not the damage type so if the weapon has the 'Fire' trait the ruleset will add the appropriate effect and apply ongoing damage as per Rules as Written
Poisons work like diseases, I'll work on it as a seperate enhancement.
*UPDATE*
I've coded for the fire effect as per the rules. The fire damage type will be extracted from the traits, please ensure the weapon has them set. The automatic extinguishing event is coded for too and I've enhanced the damage extract to find and implement laser and plasma damage. If the weapon name contains the word laser it will set the damage type to laser and if it contains Plasma or PGMP it will set the damage type to plasma.
I have requested a hotfix, please test and let me know if you find any bugs.Last edited by Toko Loshe; July 9th, 2026 at 14:39. Reason: Update
-
July 10th, 2026, 20:47 #1622
Regarding, "PGMP" and "FGMP". Newer books, like the CSC 2023 Update, refer to these as "PGHP" and "FGHP". So HP=Human Portable instead of MP=Man Portable to be more gender neutral. So, you should check for both, just to be safe.
-
July 11th, 2026, 20:55 #1623
-
July 17th, 2026, 15:28 #1624
What does the Size entry field do on the NPC records? Is it actually used in the ruleset? Many NPC entries in books just list a +/-# and I assume that is +/- from a base number, but I am unsure what that base number should be.
Last edited by Stargrove; July 17th, 2026 at 15:30.
-
July 17th, 2026, 17:00 #1625
Size does affect the spaces the Token takes up on the map.
It inherits that from the Combat Tracker.
There is a current discussion about Visual Ranges being from the center of the token and on very large creatures that range might not extend out past the token itself.We do not stop playing because we grow old.
We grow old because we stop playing.
www.islandkingdoms.org - My D&D 2e game
Dragonslayers.space - My Traveller play by post game
-
July 17th, 2026, 21:12 #1626
-
July 17th, 2026, 23:28 #1627
I wonder if it does for the comparison to Individuals versus Vehicles and potentially Space Craft.
All of my combats so far have been at human sized scale.We do not stop playing because we grow old.
We grow old because we stop playing.
www.islandkingdoms.org - My D&D 2e game
Dragonslayers.space - My Traveller play by post game
-
Yesterday, 08:26 #1628Templar
- Join Date
- Apr 2020
- Posts
- 110
The MGT2 Ruleset extracts sizes from animal and vehicle traits not the 'spaces' entry. The 'spaces' field seems to be mapped to the 'size' entry on the npc record and this will set the default token size. The trait extracts for vehicles and animals drive DM to hit for each size but does NOT set the token size. The spaces entry is visible on npc records but not vehicles, meaning vehicles will default to the smallest token size with no option to set a minimum size via data - its up to the Referee to manually update the token size.
I should be able to set a minimum vehicle size in code, or add a size field to drive token sizing if that is required.
The token size for spacecraft follows the same pattern except there is no size extract based on traits, meaing spacecraft tokens will always be the same size. This makes sense given the scale of spacecraft combat.
-
Yesterday, 10:02 #1629
Would it possible to use the Size on PC's and NPC's drive the modifiers to hit as well as the token size? For vehicles having a spaces field that drives token size, I think would be useful.
-
Yesterday, 12:48 #1630Templar
- Join Date
- Apr 2020
- Posts
- 110
Yes, it is possible to code for that in the core ruleset, but it will require a complete overhaul of all vehicles, npcs and pc records in the core rulesets and modules to match the new logic. If I code for both ways of working, it results in complicated code and could lead to performance issues for complicated scenarios and more opportunities for edge cases and missed combinations.
The ruleset as it stands works if the traits have been, the only thing not matching 100% is the token size on the map.
Thread Information
Users Browsing this Thread
There are currently 4 users browsing this thread. (0 members and 4 guests)


Reply With Quote

Bookmarks