UNPKG

koishi-plugin-ba-raid

Version:
30 lines (29 loc) 927 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapper = exports.DB = void 0; var DB; (function (DB) { async function initTotalTable(ctx) { if (ctx.model.tables.ba_jp_total === undefined) { ctx.model.extend('ba_jp_total', { season: { type: 'integer' }, boss_name: { type: 'string' }, boss_type: { type: 'string' }, time: { type: 'string' }, }, { primary: 'season' }); } } DB.initTotalTable = initTotalTable; })(DB || (exports.DB = DB = {})); exports.mapper = { "大蛇·薇娜": ["大蛇"], "白&黑": ["黑白"], "球球·赫赛德": ["球"], "主教": ["寿司"], "佩洛洛斯拉": ["鸡"], "HOD": ["霍德"], "GOZ": ["GOZ"], "GREGORIUS": ["格里高利"], "若藻&气垫船": ["气垫船"], "猫鬼·黑影": ["猫鬼"], };