Files
pyfa/eos/db/saveddata/__init__.py
blitzmann fabf759aa7 Start implementing support for mutaplasmids.
* There's a new table `mutators` that has an FK back to a module, and links to an attribute ID with it's new value
* Fixes an issue in the item state where the "base" value showed the literal base value for the attribute, regardless of override / mutators
* If there is an override and a mutated attribute, mutated value takes effect
2018-05-24 01:26:49 -04:00

19 lines
276 B
Python

__all__ = [
"character",
"fit",
"mutator",
"module",
"user",
"skill",
"price",
"booster",
"drone",
"implant",
"damagePattern",
"miscData",
"targetResists",
"override",
"implantSet",
"loadDefaultDatabaseValues"
]