修复局内buff bug

This commit is contained in:
2024-12-09 09:25:35 +08:00
parent 6d518794f4
commit b236c1a4f9
4 changed files with 18 additions and 11 deletions

View File

@@ -25,9 +25,9 @@ export const MissionReward = {
3:[1001,1002,1003,1004,1005,1006,1021,1022,1023,1024,1025,1026,1027,1028],
}
export const MBSet = {
ap_exp:10,
def_exp:10,
hp_exp:10,
ap_exp:100,
def_exp:100,
hp_exp:100,
ap_add:10,
def_add:10,
hp_add:10,