First attempt at adding dynamic attributes dumping to phobos. This takes the two Res files and copies them to a temp directory so that the loader can be imported and the other file can be accessed. Once accessed, compiles them into an object and returns that from get_data
First attempt at adding dynamic attributes dumping to phobos. This takes the two Res files and copies them to a temp directory so that the loader can be imported and the other file can be accessed. Once accessed, compiles them into an object and returns that from
get_data
It basically mirrors https://github.com/pyfa-org/Pyfa/blob/df92b857c965c5579dd288e11b89577eb72ea8dc/scripts/dynamicattributes.py, moving the logic from a pyfa script to Phobos. If we don't think this is appropriate for Phobos, we can always keep it in the pyfa repo and just load the miner into the dump script.