koishi-plugin-ggcevo-game
Version:
星际争霸2咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。
20 lines (19 loc) • 547 B
TypeScript
import { Context } from 'koishi';
export declare const spaceStationCrewConfig: {
professionName: string;
effect: string;
requirements: string;
Jobtransfer: boolean;
costcoins: number;
}[];
export declare const syndicatePirateConfig: {
professionName: string;
effect: string;
requirements: string;
Jobtransfer: boolean;
costredcrystal: number;
}[];
export declare function checkTransferRequirements(ctx: Context, handle: string, profession: string): Promise<{
success: boolean;
message?: string;
}>;