UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

40 lines (39 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyItemSubType = void 0; const DestinyItemSubType = { None: 0, Crucible: 1, Vanguard: 2, Exotic: 5, AutoRifle: 6, Shotgun: 7, Machinegun: 8, HandCannon: 9, RocketLauncher: 10, FusionRifle: 11, SniperRifle: 12, PulseRifle: 13, ScoutRifle: 14, Crm: 16, Sidearm: 17, Sword: 18, Mask: 19, Shader: 20, Ornament: 21, FusionRifleLine: 22, GrenadeLauncher: 23, SubmachineGun: 24, TraceRifle: 25, HelmetArmor: 26, GauntletsArmor: 27, ChestArmor: 28, LegArmor: 29, ClassArmor: 30, Bow: 31, DummyRepeatableBounty: 32, Glaive: 33 }; exports.DestinyItemSubType = DestinyItemSubType;