导出配置

main
刘涛 2026-06-26 14:12:29 +08:00
parent 2c87a364cf
commit 95e7a5b40d
3 changed files with 12 additions and 0 deletions

View File

@ -637,6 +637,10 @@ namespace cfg.BuffCfg
/// 空
/// </summary>
Empty = 155,
/// <summary>
/// 子弹伤害17
/// </summary>
BulletDamage17 = 156,
}
}

View File

@ -237,6 +237,10 @@ namespace cfg.BuffCfg
/// 自动回甲缩放系数
/// </summary>
AutoRecoverShieldScale = 55,
/// <summary>
/// 对建筑伤害缩放
/// </summary>
DamageScaleForBuild = 56,
}
}

View File

@ -125,6 +125,10 @@ namespace cfg.BuffCfg
/// 使用技能之前触发
/// </summary>
BEFORE_USE_SKILL = 27,
/// <summary>
/// 击杀建筑触发
/// </summary>
ON_KILL_BUILDUNIT = 28,
}
}