diff --git a/ProjectNLD/Assets/Config/Data/buffcfg_buffconfig.json b/ProjectNLD/Assets/Config/Data/buffcfg_buffconfig.json index 785c58e96c2..8da04de9063 100644 --- a/ProjectNLD/Assets/Config/Data/buffcfg_buffconfig.json +++ b/ProjectNLD/Assets/Config/Data/buffcfg_buffconfig.json @@ -24802,7 +24802,7 @@ }, { "ID": 6000020, - "Name": "地格效果-加攻击距离百分比", + "Name": "地格效果-加攻击距离固定值", "GroupId": 6000020, "TagIds": [], "Level": 1, @@ -24824,10 +24824,10 @@ "AttackDirection": 0, "AttackDamageType": 0, "PorpParams": [ - 16 + 17 ], "FloatParams": [ - 0.4 + 2 ], "BuffDisplayIcon": "Icon_Buff_firepower_01", "BuffDesc": "UI_Ground_AttackDistance", @@ -25256,7 +25256,7 @@ "BuffEffectType": 0, "CanTriggerOnDead": false, "BlockPlayAudio": false, - "RepeatType": 0, + "RepeatType": 2, "BuffType": 62, "ExistType": 1, "IsSkillContinue": false, @@ -25279,6 +25279,39 @@ "BuffDesc": "FightBuild_Do_1040", "GroundBuffDisplayIcon": "" }, + { + "ID": 6000037, + "Name": "地格效果-加侦察距离固定值", + "GroupId": 6000037, + "TagIds": [], + "Level": 1, + "BuffEffectType": 0, + "CanTriggerOnDead": false, + "BlockPlayAudio": false, + "RepeatType": 2, + "BuffType": 33, + "ExistType": 1, + "IsSkillContinue": false, + "ExExitType": 0, + "ExExitParams": [], + "TriggerType": 3, + "MaxExistTime": 0, + "ExitAddBuffIds": [], + "ExistEffectId": 0, + "TiggerUnitTime": 0, + "AttackPowerLevel": 30, + "AttackDirection": 0, + "AttackDamageType": 0, + "PorpParams": [ + 45 + ], + "FloatParams": [ + 2 + ], + "BuffDisplayIcon": "", + "BuffDesc": "", + "GroundBuffDisplayIcon": "" + }, { "ID": 830001, "Name": "自身侦查强度提升", diff --git a/ProjectNLD/Assets/Config/Data/gamecfg_celltriggerbuffconfig.json b/ProjectNLD/Assets/Config/Data/gamecfg_celltriggerbuffconfig.json index a12aa320109..a520cf1552b 100644 --- a/ProjectNLD/Assets/Config/Data/gamecfg_celltriggerbuffconfig.json +++ b/ProjectNLD/Assets/Config/Data/gamecfg_celltriggerbuffconfig.json @@ -25,11 +25,12 @@ }, { "ID": 4, - "Name": "地格效果-加攻击距离百分比", + "Name": "地格效果-加攻击距离2格+侦察范围2格", "FilterId": 6000020, "Is_Show": true, "BuffIds": [ - 6000020 + 6000020, + 6000037 ], "IsEmitToSelf": false, "LoopTriggerTime": 0,