✨ feat(诸子列传): 添加功能
This commit is contained in:
@@ -39,6 +39,7 @@ export const CONSUME_TYPE = {
|
||||
DRAWING: 17, // 图纸
|
||||
VOUCHER: 18, // 代金券
|
||||
ARTIFACT_GENERAL: 19, // 宝物通用
|
||||
SPIRIT_STONE: 20, // 灵石
|
||||
};
|
||||
|
||||
export enum ROLE_TERAPH {
|
||||
@@ -155,6 +156,7 @@ const itid_array = [
|
||||
{ id: 64, name: '宝物', table: 'artifact' },
|
||||
{ id: 65, name: '宝物通用材料', table: 'item', type: CONSUME_TYPE.ARTIFACT_GENERAL },
|
||||
{ id: 66, name: '活动限时材料', table: 'activityItem' },
|
||||
{ id: 67, name: '灵石', table: 'item', type: CONSUME_TYPE.SPIRIT_STONE },
|
||||
];
|
||||
|
||||
export const ITID = new Map<number, { id: number, name: string, table: string, type?: number, isCurrency?: boolean, equipJewel?: number }>();
|
||||
|
||||
Reference in New Issue
Block a user