From b30aefff6acf4521d86443f22bee3eff033cc3a9 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 11 十二月 2018 11:01:01 +0800
Subject: [PATCH] 5390  【后端】【1.3】【1.3.100】神兵特效展示界面新增战力与属性展示

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc          |    0 
 db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt                               |   20 ++++++++++----------
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGodWeapon.pyc |    0 
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index bb1e848..9207a7d 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGodWeapon.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGodWeapon.pyc
index f3d96c9..be97e68 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGodWeapon.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGodWeapon.pyc
Binary files differ
diff --git a/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt b/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
index 13c83ae..4db24b9 100644
--- a/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
+++ b/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
@@ -1,10 +1,10 @@
-type	level	notifycode
-1	100	GetMagicEffect4
-1	200	GetMagicEffect5
-1	400	GetMagicEffect6
-2	100	GetMagicEffect7
-2	200	GetMagicEffect8
-2	400	GetMagicEffect9
-4	100	GetMagicEffect10
-4	200	GetMagicEffect11
-4	400	GetMagicEffect12
+type	level	notifycode	fightPower	attr
+1	100	GetMagicEffect4	0	6_100|7_200
+1	200	GetMagicEffect5	0	6_200|7_300
+1	400	GetMagicEffect6	0	6_100|7_201
+2	100	GetMagicEffect7	0	6_200|7_301
+2	200	GetMagicEffect8	0	6_100|7_202
+2	400	GetMagicEffect9	0	6_200|7_302
+4	100	GetMagicEffect10	0	6_100|7_203
+4	200	GetMagicEffect11	0	6_200|7_303
+4	400	GetMagicEffect12	0	6_100|7_204

--
Gitblit v1.8.0