@ffxiv-teamcraft/simulator
Version:
A FINAL FANTASY XIV crafting simulator
68 lines • 1.64 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Tables = void 0;
var Tables = /** @class */ (function () {
function Tables() {
}
Tables.HQ_TABLE = [
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8,
9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 17, 17,
17, 18, 18, 18, 19, 19, 20, 20, 21, 22, 23, 24, 26, 28, 31, 34, 38, 42, 47, 52, 58, 64, 68, 71,
74, 76, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 96, 98, 100,
];
Tables.LEVEL_TABLE = {
51: 120,
52: 125,
53: 130,
54: 133,
55: 136,
56: 139,
57: 142,
58: 145,
59: 148,
60: 150,
61: 260,
62: 265,
63: 270,
64: 273,
65: 276,
66: 279,
67: 282,
68: 285,
69: 288,
70: 290,
71: 390,
72: 395,
73: 400,
74: 403,
75: 406,
76: 409,
77: 412,
78: 415,
79: 418,
80: 420,
81: 517,
82: 520,
83: 525,
84: 530,
85: 535,
86: 540,
87: 545,
88: 550,
89: 555,
90: 560,
91: 650,
92: 653,
93: 656,
94: 660,
95: 665,
96: 670,
97: 675,
98: 680,
99: 685,
100: 690,
};
return Tables;
}());
exports.Tables = Tables;
//# sourceMappingURL=tables.js.map