koishi-plugin-screeps
Version:
screeps plugin for koishi
27 lines (26 loc) • 808 B
TypeScript
export declare const baseRes: string[];
export declare const powerRes: string[];
export declare const barsRes: string[];
export declare const c_greyRes: string[];
export declare const c_blueRes: string[];
export declare const c_yellowRes: string[];
export declare const c_pinkRes: string[];
export declare const c_greenRes: string[];
export declare const b_greyRes: string[];
export declare const b_blueRes: string[];
export declare const b_yellowRes: string[];
export declare const b_pinkRes: string[];
export declare const b_greenRes: string[];
export declare const b_witheRes: string[];
export declare const RES_COLOR_MAP: {
[key: string]: string;
};
export declare const CONTROLLER_LEVELS: {
1: number;
2: number;
3: number;
4: number;
5: number;
6: number;
7: number;
};