UNPKG

bptf-listing-parser

Version:

Parse bptf listings into readable objects containing spells, paints and parts.

33 lines (31 loc) 799 B
const spells: { [key: number]: { [key: number]: string } } = { 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', }, }; export default spells;