refactor: 调整测试模式、英雄等级和卡池配置

1. 开启单挑测试模式
2. 将英雄最大等级从3下调至2
3. 更新卡池升级波次配置为[4,7,10,13]
4. 修复任务预制体的精灵帧和节点缩放配置
This commit is contained in:
panFD
2026-06-18 23:26:17 +08:00
parent 9f738ab881
commit 875d2d68b5
4 changed files with 12 additions and 14 deletions

View File

@@ -544,7 +544,7 @@ export const InfiniteModeConfig = {
*/
export const TestModeConfig = {
/** 是否开启单挑测试模式 */
enable: false,
enable: true,
/** 测试模式中生成怪物的基础生命值 (对应 1级 英雄) */
baseHp: 150,
/** 测试模式中生成怪物的基础攻击力 (对应 1级 英雄) */