UNPKG

@skyblock-finance/actions

Version:

This package contains actions players can take in Hypixel Skyblock

30 lines (29 loc) 2.28 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.npcIdSchema = exports.actionSchema = exports.actionRequirementSchema = exports.actionPlaceSchema = exports.actionIoSchema = exports.actionIoItemSchema = exports.actionIoCurrencySchema = exports.actionIoCrystalSchema = exports.npcs = void 0; __exportStar(require("./data"), exports); var npcs_1 = require("./npcs"); Object.defineProperty(exports, "npcs", { enumerable: true, get: function () { return npcs_1.npcs; } }); var schema_1 = require("./schema"); Object.defineProperty(exports, "actionIoCrystalSchema", { enumerable: true, get: function () { return schema_1.actionIoCrystalSchema; } }); Object.defineProperty(exports, "actionIoCurrencySchema", { enumerable: true, get: function () { return schema_1.actionIoCurrencySchema; } }); Object.defineProperty(exports, "actionIoItemSchema", { enumerable: true, get: function () { return schema_1.actionIoItemSchema; } }); Object.defineProperty(exports, "actionIoSchema", { enumerable: true, get: function () { return schema_1.actionIoSchema; } }); Object.defineProperty(exports, "actionPlaceSchema", { enumerable: true, get: function () { return schema_1.actionPlaceSchema; } }); Object.defineProperty(exports, "actionRequirementSchema", { enumerable: true, get: function () { return schema_1.actionRequirementSchema; } }); Object.defineProperty(exports, "actionSchema", { enumerable: true, get: function () { return schema_1.actionSchema; } }); Object.defineProperty(exports, "npcIdSchema", { enumerable: true, get: function () { return schema_1.npcIdSchema; } });