战斗技能修改为buff

This commit is contained in:
2024-12-23 16:54:00 +08:00
parent ee830b3ed2
commit a79db4d97e
4 changed files with 17417 additions and 3845 deletions

View File

@@ -30,5 +30,12 @@ export const MBSet = {
hp_exp:100,
ap_add:10,
def_add:10,
hp_add:10,
hp_add:50,
crit_add:1,
dodge_add:1,
ap_cost:1,
def_cost:1,
hp_cost:1,
crit_cost:2,
dodge_cost:2,
}