From 9a44247ae2e2177900e17be830ef5ea7bfc62a07 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 25 八月 2018 15:08:27 +0800 Subject: [PATCH] Add: 2887 【后端】封魔坛鼓舞效果修改(增加最终伤害比例buffID94 FinalHurtPer); --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Goblin/Goblin_30009.txt | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Goblin/Goblin_30009.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Goblin/Goblin_30009.txt new file mode 100644 index 0000000..a8a2a25 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Goblin/Goblin_30009.txt @@ -0,0 +1,23 @@ +# 多长时间未被攻击则停止移动,毫秒 +# 每次被攻击掉落的物品个数饼图概率 +# 每次被攻击掉落物品饼图概率0-金币,1-道具,2-装备 +# 死亡掉落的道具个数饼图概率 +# 死亡掉落的装备个数饼图概率 +# 死亡掉落的物品总个数饼图概率(道具 + 装备 + 金币补全个数) +# 移动/死亡道具掉落饼图概率及道具id +# 移动/死亡装备掉落规则模板,模板文件GoblinDropEquip_模板文件编号.txt + + + +( + [ + 3000, # 多长时间未被攻击则停止移动,毫秒 + [(9000, 1), (10000, 2)], # 每次被攻击最多掉落的物品个数饼图概率 + [(8000, 0), (10000, 1)], # 每次被攻击最多掉落物品饼图概率0-金币,1-道具,2-装备 + [(6000, 1), (10000, 2)], # 死亡掉落的道具个数饼图概率 + [(10000, 0)], # 死亡掉落的装备个数饼图概率 + [(1000, 20), (3000, 23), (7000, 20), (9000, 23), (10000, 20)], # 死亡掉落物品总个数饼图概率 + [[1266,60020],[2215,60000],[3164,290],[4113,2003],[6012,20],[6392,9009],[7341,60010],[8101,9028],[10000,1502]], # 移动/死亡道具掉落饼图概率及道具id + 1, # 移动/死亡装备掉落规则模板文件编号 + ] +) \ No newline at end of file -- Gitblit v1.8.0