商店: 修复消耗
This commit is contained in:
@@ -154,7 +154,9 @@ export const CURRENCY_TYPE = {
|
||||
EXPEDITION_POINT: "expeditionPoint",
|
||||
DUNGEON_POINT: "dungeonPoint",
|
||||
FRIEND_POINT: "friendPoint",
|
||||
HONOUR: "honour"
|
||||
HONOUR: "honour",
|
||||
SKIN_COIN: "skinCoin",
|
||||
DUNGEON: "dungeon"
|
||||
}
|
||||
|
||||
|
||||
@@ -170,7 +172,9 @@ const currencyArr = [
|
||||
{ "gid": 40002, "name": "寻宝币", "type": CURRENCY_TYPE.TREASURE_POINT },
|
||||
{ "gid": 40003, "name": "情谊点", "type": CURRENCY_TYPE.FRIEND_POINT },
|
||||
{ "gid": 40004, "name": "秘境币", "type": CURRENCY_TYPE.DUNGEON_POINT },
|
||||
{ "gid": 40005, "name": "功勋", "type": CURRENCY_TYPE.HONOUR }
|
||||
{ "gid": 40005, "name": "功勋", "type": CURRENCY_TYPE.HONOUR },
|
||||
{ "gid": 40006, "name": "蜀锦", "type": CURRENCY_TYPE.SKIN_COIN },
|
||||
{ "gid": 40007, "name": "秘境币", "type": CURRENCY_TYPE.DUNGEON }
|
||||
];
|
||||
export const CURRENCY = new Map<number, {gid: number, name: string, type: string}>();
|
||||
export const CURRENCY_BY_TYPE = new Map<string, number>();
|
||||
|
||||
Reference in New Issue
Block a user