UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

17 lines (16 loc) 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyTalentNodeStepImpactEffects = void 0; const DestinyTalentNodeStepImpactEffects = { None: 0, ArmorPiercing: 1, Ricochet: 2, Flinch: 4, CollateralDamage: 8, Disorient: 16, HighlightTarget: 32, All: 63 }; exports.DestinyTalentNodeStepImpactEffects = DestinyTalentNodeStepImpactEffects;