buff动画优化 + 添加闪避最大值限定值

This commit is contained in:
2025-01-13 10:19:26 +08:00
parent 82b68e4f87
commit 0f1c30e666
9 changed files with 7949 additions and 6510 deletions

View File

@@ -45,11 +45,12 @@ export enum GameSet {
ATK_TO_HP_RATIO=0.2,
ATK_TO_SHIELD_RATIO=2,
ATK_LINES = 6, //英雄数
ATK_LINES = 3, //英雄数
MON_GOLD_ADD =2,
MON_COIN_ADD=2,
COIN_ADD=1,
DEF_RATE=0.5,
DEF_RATE=0.7,
DODGE_MAX=70,
HERO_NUM=3,
}
export const ColorSet: { [key: string]: string } = {