bptf-listing-parser
Version:
Parse bptf listings into readable objects containing spells, paints and parts.
35 lines (33 loc) • 1.24 kB
text/typescript
const paints: { [key: number]: string } = {
7511618: 'Indubitably Green',
4345659: "Zepheniah's Greed",
5322826: "Noble Hatter's Violet",
14204632: 'Color No. 216-190-216',
8208497: 'A Deep Commitment to Purple',
13595446: 'Mann Co. Orange',
10843461: 'Muskelmannbraun',
12955537: 'Peculiarly Drab Tincture',
6901050: 'Radigan Conagher Brown',
8154199: 'Ye Olde Rustic Colour',
15185211: 'Australium Gold',
8289918: 'Aged Moustache Grey',
15132390: 'An Extraordinary Abundance of Tinge',
1315860: 'A Distinctive Lack of Hue',
12073019: 'Team Spirit',
16738740: 'Pink as Hell',
3100495: 'A Color Similar to Slate',
8421376: 'Drably Olive',
3329330: 'The Bitter Taste of Defeat and Lime',
15787660: "The Color of a Gentlemann's Business Pants",
15308410: 'Dark Salmon Injustice',
3686984: "Operator's Overalls",
8626083: 'Waterlogged Lab Coat',
1581885: 'Balaclavas Are Forever',
2636109: 'An Air of Debonair',
2452877: 'The Value of Teamwork',
12091445: 'Cream Spirit',
12377523: "A Mann's Mint",
2960676: 'After Eight',
3874595: 'Balaclavas Are Forever',
};
export default paints;