Register

HeroLab to Foundry - Powered by Abyssal Engine

An Add-on Module for Foundry Virtual Tabletop

Author: Shokotsu Project: Source Foundry Versions 13+ (Verified 14.361) Last Updated 10 hours, 51 minutes ago

HLO Importer (Powered by Abyssal Engine)

Foundry VTT 13-14  System: pf2e  System: sf2e  Abyssal Engine  License: MIT  Report a Bug

A Foundry VTT module that imports HeroLab Online characters directly into Pathfinder 2e (pf2e) and Starfinder 2e (sf2e) games via HLO's official Public API. A from-scratch modernization of the dormant zarmstrong/hlo-importer, built so the conversion logic lives entirely inside the module with no third-party hosted service in the critical path.

What it does:

Three input modes feed the same parser, matcher, and Foundry actor builder:

The result is a Foundry actor (PF2e or SF2e character) populated with abilities, skills, saves, languages, attributes, ancestry, heritage, class, deity, feats, actions, spells, weapons, armor, gear, and (for Starfinder) augmentations. Re-imports update the existing actor in place rather than producing duplicates.


Preview Images:

HLO Importer Interface Preview 1:

HLO Importer Interface Preview 1

HLO Importer Interface Preview 2:

HLO Importer Interface Preview 2

HLO Importer Interface Preview 3:

HLO Importer Interface Preview 3


Why it exists:

The previous PF2e importer ecosystem (zarmstrong/hlo-importer and its companion conversion service) went dormant in late 2022. Its data tables froze at PF2e Foundry data version 3.13.5 and Starfinder 2e had no coverage at all. This module fills the gap with a current, self-contained pipeline. The conversion runs entirely inside the module (no middleman conversion service involved, no future single point of failure outside of HLO itself). If for some reason I fall out of love with the system and new dev wants to step up, then the source code holds all the keys so to speak and I will be happy to pass the torch at that time!  

Compatibility (at the time of release):

Install:

Inside Foundry, open Add-on Modules, click Install Module, and paste:

https://shinra.cc/hlo-importer-abyssal-engine/module.json

Architecture:

Foundry module sends a request directly to https://api.herolab.online, runs the response through an in-module parser, then through an in-module compendium matcher (slug-first, fuzzy-name second, curated overrides third), then through an in-module Foundry actor builder, and finally hands the result to Actor.create() (or Actor.update() for re-imports). There is no third-party hosted service in the critical path. Codebase is organized as cogs (one functional concern per file) for maintainability and to keep the review surface small.

Author and contact:

Acknowledgements:

This module is a from-scratch reimplementation of zarmstrong/hlo-importer (MIT) and its companion conversion service. The original served the Pathfinder 2e Foundry community from 2020 through 2022 and is now dormant; no source code is redistributed from those projects.

Hero Lab and the Hero Lab logo are registered trademarks of LWD Technology, Inc. Pathfinder, Starfinder, and associated trademarks are property of Paizo Inc. Foundry Virtual Tabletop is a trademark of Foundry Gaming, LLC. This project is not affiliated with, endorsed by, or sponsored by any of these companies.

 

Supported Game Systems

  1. Starfinder Second Edition

    Latest Version: Version 1.1.2 Last Updated 1 week, 2 days ago
  2. Pathfinder Second Edition

    Latest Version: Version 8.1.2 Last Updated 1 week, 2 days ago

Categories

Available Versions

  1. Version 1.0.1

    10 hours, 51 minutes ago
    Foundry Version 13 - 14 (Verified 14.361) Manifest URL Read Notes
  2. Version 1.0.0

    2 days, 4 hours ago
    Foundry Version 13 - 14 (Verified 14.361) Manifest URL Read Notes