From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 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