refs
用户 hxp <ale99527@vip.qq.com>
星期五, 一月 19, 2024 17:26 +0800
提交者 hxp <ale99527@vip.qq.com>
星期五, 一月 19, 2024 17:26 +0800
提交2560077959fd4d841ce35cb65e2367e568b3b08b
目录 2140109a9f070b3fb065f685b334fdfd69db97d1 目录 | zip | gz
parent d37ff1be4e18dee345942f1cac676c616636cb61 查看 | 对比
10019 【砍树】回合战斗(调整闪避公式计算方式;灵宠及反击必命中;普攻暴击后可触发被动;调整击晕优先级提前到其他被动触发前;NPC新增触发被动方式;)
1. 调整闪避公式计算方式,改为是否闪避,简化公式;
2. 增加灵宠及反击必命中;部分触发类伤害技能可通过技能ExAttr2配置必命中;
3. 普攻暴击后可触发被动;
4. 调整击晕优先级提前到反击和其他被动触发前;不然可能导致被攻击方先触发了反击或某些被动后再被击晕;最大击晕概率配置由6000调整为9000;
5. NPC支持被击、闪避、击晕、暴击、连击、反击前、反击后可触发被动;
6. 回血量增加支持按已损失血量百分比恢复;
9个文件已修改
217 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py 65 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py 52 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py 9 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameObj.py 38 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillCommon.py 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史