Wrote a fix for the Python path detection issue, uses multiple registry sources now
[craw.git] / script / item_constants.py
blobf27f433b97020749771b4df55a92065d3e90e01e
1 inferior = 1
2 normal = 2
3 superior = 3
4 magical = 4
5 set = 5
6 rare = 6
7 unique = 7
8 crafted = 8
10 white = [normal, superior]