more specific price seach should be working

This commit is contained in:
2018-08-14 23:36:09 -05:00
parent 4757abfff3
commit 5423b81c95
9 changed files with 157 additions and 17 deletions

12
app/model/frame-type.ts Normal file
View File

@@ -0,0 +1,12 @@
export const FrameType: { [key: number]: string } = {
0: 'Normal',
1: 'Magic',
2: 'Rare',
3: 'Unique',
4: 'Gem',
5: 'Currency',
6: 'Divination Card',
7: 'Quest Item',
8: 'Prophecy',
9: 'Relic',
};