装备和技能获取逻辑改变

This commit is contained in:
2025-07-01 23:30:00 +08:00
parent bdb0ca5bb1
commit 8c1216f24d
7 changed files with 13127 additions and 8477 deletions

View File

@@ -51,4 +51,6 @@ export enum GameEvent {
UpdateHP = "UpdateHP",
APChange = "APChange",
EXPUP = "EXPUP",
EQUIP_SHOW = "EQUIP_SHOW",
SKILL_SHOW = "SKILL_SHOW",
}

View File

@@ -100,6 +100,10 @@ export const MissionData = {
current_wave:0,
in_fight:false,
fight_time:0,//战斗时间
equip_stone:0,//装备石
equip_stone_max:10,//装备石最大数量
skill_stone:0,//技能石
skill_stone_max:10,//技能石最大数量
}
export const VmInfo = {
hp:0,