less hacking way of pulling poe data
This commit is contained in:
6
app/model/rarity-color.ts
Normal file
6
app/model/rarity-color.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const RarityColor: any = {
|
||||
unique: '#af6025',
|
||||
rare: '#a3a314',
|
||||
magic: 'rgb(117, 117, 255)',
|
||||
normal: '#eee',
|
||||
};
|
||||
Reference in New Issue
Block a user