UNPKG

@ffxiv-teamcraft/simulator

Version:
21 lines 957 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StepState = void 0; var StepState; (function (StepState) { StepState[StepState["NONE"] = 0] = "NONE"; StepState[StepState["NORMAL"] = 1] = "NORMAL"; StepState[StepState["GOOD"] = 2] = "GOOD"; StepState[StepState["EXCELLENT"] = 3] = "EXCELLENT"; StepState[StepState["POOR"] = 4] = "POOR"; // Only for expert recipes StepState[StepState["CENTERED"] = 5] = "CENTERED"; StepState[StepState["STURDY"] = 6] = "STURDY"; StepState[StepState["PLIANT"] = 7] = "PLIANT"; // Only for super expert recipes StepState[StepState["MALLEABLE"] = 8] = "MALLEABLE"; StepState[StepState["PRIMED"] = 9] = "PRIMED"; StepState[StepState["GOOD_OMEN"] = 10] = "GOOD_OMEN"; StepState[StepState["ROBUST"] = 11] = "ROBUST"; })(StepState = exports.StepState || (exports.StepState = {})); //# sourceMappingURL=step-state.js.map