✨ feat(活动): 节日活动-火神祭祀
This commit is contained in:
@@ -98,6 +98,7 @@ export const ITEM_TABLE = {
|
||||
SKIN: 'skin',
|
||||
JEWEL: 'jewel',
|
||||
ARTIFACT: 'artifact',
|
||||
ACTIVITY_ITEM: 'activityItem',
|
||||
}
|
||||
|
||||
const itid_array = [
|
||||
@@ -153,6 +154,7 @@ const itid_array = [
|
||||
{ id: 63, name: '代金券', table: 'item', type: CONSUME_TYPE.VOUCHER },
|
||||
{ id: 64, name: '宝物', table: 'artifact' },
|
||||
{ id: 65, name: '宝物通用材料', table: 'item', type: CONSUME_TYPE.ARTIFACT_GENERAL },
|
||||
{ id: 66, name: '活动限时材料', table: 'activityItem' },
|
||||
];
|
||||
|
||||
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