Redid all the values, especially updated target resist profiles. Re-implemented the _init_ on service\damagePattern.py to check for default values.
21 lines
288 B
Python
21 lines
288 B
Python
__all__ = [
|
|
"character",
|
|
"fit",
|
|
"module",
|
|
"user",
|
|
"skill",
|
|
"price",
|
|
"booster",
|
|
"drone",
|
|
"implant",
|
|
"fleet",
|
|
"damagePattern",
|
|
"miscData",
|
|
"targetResists",
|
|
"override",
|
|
"crest",
|
|
"implantSet",
|
|
"loadDefaultDatabaseValues"
|
|
]
|
|
|