UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

19 lines (18 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyTalentNodeStepGuardianAttributes = void 0; const DestinyTalentNodeStepGuardianAttributes = { None: 0, Stats: 1, Shields: 2, Health: 4, Revive: 8, AimUnderFire: 16, Radar: 32, Invisibility: 64, Reputations: 128, All: 255 }; exports.DestinyTalentNodeStepGuardianAttributes = DestinyTalentNodeStepGuardianAttributes;