From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 13 十一月 2018 12:00:44 +0800
Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能  --- 优化4508代码

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/TalentMiss.txt |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/TalentMiss.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/TalentMiss.txt
new file mode 100644
index 0000000..1d945db
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/TalentMiss.txt
@@ -0,0 +1,22 @@
+# 天赋姿态闪避
+# {职业系:[姿态技能需求, 闪避特效技能ID, 闪避公式], ...}
+#
+# 职业系: 0-战士系; 1-法师系; 2-弓箭系
+# 无需姿态技能则配置0
+# 闪避公式参数
+#   PNE         智力点数
+#   PHY         敏捷点数
+#
+# 注:闪避公式算出值小于0代表成功闪避
+
+(
+
+{
+
+# 弓箭系
+2:[3270, 3277, "random.random() - max(0, (PHY-PNE))/12800.0"],
+
+
+}
+
+)

--
Gitblit v1.8.0