Log in

View Full Version : Is this possible?



alloowishus
January 31st, 2026, 19:35
I am trying to convert stats from old pdf modules for a non D&D fantasy ruelset. I want to be able to take a blob of text, paste it somewhere in FG (probably into the description of the NPC) and then parse it into a FG friendly NPC node with all the correct XML. So I can reverse engineer the XML relatively easily, but how do I write it the appropriate node in the db.xml file? I'm pretty sure it involves the manager_combat_record.lua script file, just need some help getting started. Thanks!

Mephisto
February 1st, 2026, 13:42
These imports are ruleset specific, the text must be in a specific format to be importable. See manager_import_npc_hm3.lua in 5E for an example on how this can be done.