From 95e7a5b40db3abad4e361e5d1976285474ab08c2 Mon Sep 17 00:00:00 2001 From: liutao <821580467@qq.com> Date: Fri, 26 Jun 2026 14:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs | 4 ++++ .../Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EPropType.cs | 4 ++++ .../Scripts/GenCode/Luban/DataTable/BuffCfg/ETriggerType.cs | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs index 36411933294..ac0a8566807 100644 --- a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs +++ b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EBuffType.cs @@ -637,6 +637,10 @@ namespace cfg.BuffCfg /// 空 /// Empty = 155, + /// + /// 子弹伤害17 + /// + BulletDamage17 = 156, } } diff --git a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EPropType.cs b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EPropType.cs index badd279d917..b218eaf84bb 100644 --- a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EPropType.cs +++ b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/EPropType.cs @@ -237,6 +237,10 @@ namespace cfg.BuffCfg /// 自动回甲缩放系数 /// AutoRecoverShieldScale = 55, + /// + /// 对建筑伤害缩放 + /// + DamageScaleForBuild = 56, } } diff --git a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/ETriggerType.cs b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/ETriggerType.cs index 9626bb6fe8d..92aae51978e 100644 --- a/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/ETriggerType.cs +++ b/ProjectNLD/Assets/Code/Scripts/GenCode/Luban/DataTable/BuffCfg/ETriggerType.cs @@ -125,6 +125,10 @@ namespace cfg.BuffCfg /// 使用技能之前触发 /// BEFORE_USE_SKILL = 27, + /// + /// 击杀建筑触发 + /// + ON_KILL_BUILDUNIT = 28, } }