bungie-net-core
Version:
An easy way to interact with the Bungie.net API
23 lines (22 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyTalentNodeState = void 0;
const DestinyTalentNodeState = {
Invalid: 0,
CanUpgrade: 1,
NoPoints: 2,
NoPrerequisites: 3,
NoSteps: 4,
NoUnlock: 5,
NoMaterial: 6,
NoGridLevel: 7,
SwappingLocked: 8,
MustSwap: 9,
Complete: 10,
Unknown: 11,
CreationOnly: 12,
Hidden: 13
};
exports.DestinyTalentNodeState = DestinyTalentNodeState;