about summary refs log tree commit diff
path: root/dropcalc/mxl_types/__init__.py
blob: 09b00bcc7d82eaaca73c8a49ddf0051eaa016051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__all__ = ["ItemRatio", "ItemType", "BaseItem", "Weapon", "Armor", "Misc", "UniqueItem", "SetItem", "TreasureClass"]

from .dao import BaseDAO

from .item_ratio import ItemRatio
from .item_type import ItemType
from .base import BaseItem, Weapon, Armor, Misc
from .unique import UniqueItem
from .set import SetItem
from .treasure_class import TreasureClass

# TODO
# MonStats grab Id, hcIdx, enabled, TreasureClass1(H), maybe remaining TC2/3/4(H)
# SuperUniques Superunique, TC(H)
# Levels MonLvl3 and nmon1-nmon20