From bb78aa1af536a461d44d550c4c393b59d8804bd7 Mon Sep 17 00:00:00 2001
From: CeHua_TRX <526616766@qq.com>
Date: 星期六, 08 十二月 2018 16:33:21 +0800
Subject: [PATCH] 5226 神兵数值优化
---
db/PyMongoDataServer/PySysDB/tagFuncConfig.txt | 2 +-
db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
index 2519c63..5b1ac21 100644
--- a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
+++ b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
@@ -100,7 +100,7 @@
GodWeapon2 104|105|106 0 0 0 0
GodWeapon3 107|108|109 0 0 0 0
GodWeapon4 110|111|112 int(35469+maxHP*proDefPer/10000.0) 0 0 0
-GodWeaponActive 1 {"2":[[1,120]], "4":[[2,120]]} {"2":250, "4":320} 0 0
+GodWeaponActive 1 {"2":[[1,100]], "4":[[2,150]]} {"2":250, "4":320} 0 0
GodWeaponSys {1:'GetGodWeapon3',2:'GetGodWeapon1',3:'GetGodWeapon2',4:'GetGodWeapon4'}
GodMagicExp {"1":[1,10],"2":[1,10],"4":[1,10]}
MagicExterior {"1":0,"2":0,"3":0,"4":0} 0 500
diff --git a/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt b/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
index 881a732..13c83ae 100644
--- a/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
+++ b/db/PyMongoDataServer/PySysDB/tagGodWeaponEffect.txt
@@ -1,10 +1,10 @@
type level notifycode
-1 120 GetMagicEffect4
-1 250 GetMagicEffect5
-1 500 GetMagicEffect6
-2 120 GetMagicEffect7
-2 250 GetMagicEffect8
-2 500 GetMagicEffect9
-4 120 GetMagicEffect10
-4 250 GetMagicEffect11
-4 500 GetMagicEffect12
+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
--
Gitblit v1.8.0