refs
用户 hxp <ale99527@vip.qq.com>
星期二, 四月 16, 2024 17:08 +0800
提交者 hxp <ale99527@vip.qq.com>
星期二, 四月 16, 2024 17:08 +0800
提交ce3255b65c0ab6fb2a93e416d39d547632287b51
目录 9ebcfa63bdf9abe5177bea53339d2a6efb773e13 目录 | zip | gz
parent 0bf260dc72b06bb322e939434e02d117dcfc48ff 查看 | 对比
10019 【砍树】回合战斗(增加技能被动效果5015 5016 5017)
1. 增加技能被动效果ID 5015 - 被攻击触发,附加负面状态判断
2. 增加技能被动效果ID 5016 - 灵宠攻击后触发,附加目标负面状态判断
3. 增加技能被动效果ID 5017 - 攻击时提升攻击力,附加当前血量判

增加山寨技能
神识 清心妙法 处于负面状态时,被攻击有30%概率回复已损失生命5%的生命。
驭兽 践踏 灵兽攻击携带负面状态的敌人时,使其最终减伤降低10%,持续2回合。
躯体 大魔邪身 每次受到攻击,增加自身2.5%的攻击力,最多叠加5次,持续到战斗结束。
躯体 麒麟臂 生命低于20%时,攻击力提升10%。
16个文件已修改
3个文件已添加
173 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyWar.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1033.py 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1034.py 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1089.py 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_805.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillCommon.py 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_38.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_45.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_49.py 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_51.py 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_5015.py 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_5016.py 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_5017.py 39 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史