BaseMod
BaseMod copied to clipboard
Custom blight list, like custom relic list
I'm trying to play Spire with Friends, and change some starting conditions. SwF uses custom blights for the co-op "relics", and I'd like to be able to add those using the dev console. Unfortunately while the relic add command uses a relic list BaseMod the blight add command uses BlightHelper.getBlight(). I assume it can be overridden with a patch (I'm new to modding StS) but then different mods would conflict with each other.
I guess the overall feature request would be to add a custom blight list like the custom relic list in BaseMod and patch BlightHelper to use that instead, if possible.