bptf-listing-parser
Version:
Parse bptf listings into readable objects containing spells, paints and parts.
34 lines (33 loc) • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const spells = {
1004: {
2: 'Putrescent Pigmentation',
0: 'Die Job',
1: 'Chromatic Corruption',
3: 'Spectral Spectrum',
4: 'Sinister Staining',
},
1005: {
1: 'Team Spirit Footprints',
2: 'Headless Horseshoes',
3100495: 'Corpse Gray Footprints',
5322826: 'Violent Violet Footprints',
8208497: 'Bruised Purple Footprints',
8421376: 'Gangreen Footprints',
13595446: 'Rotten Orange Footprints',
},
1006: {
1: 'Voices From Below',
},
1007: {
1: 'Pumpkin Bombs',
},
1008: {
1: 'Halloween Fire',
},
1009: {
1: 'Exorcism',
},
};
exports.default = spells;