添加 升级系统
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export const MonsetList = {
|
||||
1:{
|
||||
1:[5001],
|
||||
@@ -102,3 +101,26 @@ export const MissionData = {
|
||||
in_fight:false,
|
||||
fight_time:0,//战斗时间
|
||||
}
|
||||
export const VmInfo = {
|
||||
hp:0,
|
||||
hp_max:0,
|
||||
hp_buff:0,
|
||||
lv:1,
|
||||
exp:0,
|
||||
next_exp:100,
|
||||
cd:3,
|
||||
damage:0,
|
||||
ap:0,
|
||||
equip_ap:0,
|
||||
buff_ap:0,
|
||||
debuff_ap:0,
|
||||
def:0,
|
||||
crit:0,
|
||||
crit_d:99,
|
||||
dod:99,
|
||||
dod_no:false,
|
||||
crit_no:false,
|
||||
wind:0,
|
||||
thorns:0,
|
||||
lifesteal:0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user